awips2/nativeLib/rary.ohd.whfs/inc/general/map_resource.h
root 8e80217e59 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: a02aeb236c [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]
Former-commit-id: 06a8b51d6d
Former-commit-id: 3360eb6c5f
2012-01-06 08:55:05 -06:00

56 lines
1.4 KiB
C

/****************************************************************************
*
* Header: map_resource.h
*
* Description: contains the prototypes for map_resource.c
*
***************************************************************************/
/*-------------------------------------------------------------------------
Prototypes definations
--------------------------------------------------------------------------*/
#ifndef MAP_RESOURCE_H
#define MAP_RESOURCE_H
#include "map_defines.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void _create_gc(Widget);
extern void _create_pixmaps ( int index, int width, int height );
extern unsigned long _get_color(char *name);
extern XtAppContext _get_map_context ( );
extern Display *_get_map_display();
extern GC _get_map_gc();
extern void _get_map_resources(Widget);
extern Widget _get_top_level ( ) ;
extern void mSetCursor(int);
extern void _set_foreground(char *);
extern void mSetGC ( enum MapGCtype gc_type , char * color ) ;
extern void _create_2nd_map ( );
extern Screen *_get_screen();
extern void mSetPDSize(int);
unsigned int FCST_POINT_SIZE;
float FCST_POINT_OFFSET_X;
int FCST_POINT_OFFSET_Y;
unsigned int RIVER_GAGE_SIZE;
int RESERVOIR_OFFSET_X;
int RESERVOIR_OFFSET_Y;
unsigned int RESERVOIR_WIDTH;
float X_OTHER_OFFSET;
int Y_OTHER_OFFSET;
int GENERAL_STATION_SIZE;
int set_pdsize_flag;
void define_pdsize(int set_pdsize_flag);
#ifdef __cplusplus
}
#endif
#endif /* #ifndef MAP_RESOURCE_H */