6 Dimension width,height;
8 signed long XSIZE,YSIZE,xsize,ysize,xbegin,ybegin;
16 XtSetArg(args[0],XtNwidth,&width);
17 XtSetArg(args[1],XtNheight,&height);
20 XSIZE=(long)width*10L;;
21 YSIZE=(long)height*10L;
262 sprintf(tbuf,
"Precipitation %02d-%02d-%02d",gm->tm_mon+1,gm->tm_mday,gm->tm_year);
267 strcat(tbuf,
" 06z-12z");
269 strcat(tbuf,
" 00z-06z");
271 strcat(tbuf,
" 18z-00z");
273 strcat(tbuf,
" 12z-18z");
277 strcat(tbuf,
" ending at 12z");
283 strcat(tbuf,
" - Level 1");
286 strcat(tbuf,
" - Level 2");
290 strcat(tbuf,
" Saved");
295 strcat(tbuf,
" Modified");
298 strcat(tbuf,
" Not Modified");
301 strcat(tbuf,
" - No Data");
324 sprintf(tbuf,
"Freezing Level %02d-%02d-%02d",gm->tm_mon+1,gm->tm_mday,gm->tm_year);
339 strcat(tbuf,
" - Level 1");
342 strcat(tbuf,
" - Level 2");
346 strcat(tbuf,
" Calculated");
350 strcat(tbuf,
" Saved");
355 strcat(tbuf,
" Modified");
358 strcat(tbuf,
" Not Modified");
361 strcat(tbuf,
" - No Data");
386 redraw_diff_legend(
pixm);
389 redraw_frz_legend(
pixm);
392 redraw_rpcpn_legend(
pixm);
XFontStruct * info_font[10]
void clear_drawable(Drawable pixw)
void redraw_pcpn_legend(Drawable)
void draw_map(Drawable, int, int)
void plot_topo(Pixmap, int, int)
void redraw_isohyet_legend(Drawable)
void contour_topo(Pixmap, int, int)
void plot_stations(Pixmap, int, int, int)
void plot_map(Pixmap, int, int, int)
void redraw_legend_display(Drawable)
void redraw_topo_legend(Drawable)
void contour_pcpn(Pixmap pixm, int, int, char *, int)
void plot_pcpn(Pixmap pixm, int, int, char *, int)
void contour_isohyets(int, Pixmap, int, int)
void plot_isohyets(int, Pixmap, int, int)
void plot_zstations(Drawable pix, int type, int h, int display_flag)