Home
last modified time | relevance | path

Searched refs:WG_BORDER (Results 1 – 2 of 2) sorted by relevance

/dports/comms/linrad/linrad-04.02/
H A Dwide_graph.c471 case WG_BORDER: in help_on_wide_graph()
668 case WG_BORDER: in mouse_continue_wide_graph()
1286 wgbutt[WG_BORDER].x1=wg.xleft; in make_wide_graph()
1287 wgbutt[WG_BORDER].x2=wg.xright; in make_wide_graph()
1288 wgbutt[WG_BORDER].y1=wg.yborder-1; in make_wide_graph()
1289 wgbutt[WG_BORDER].y2=wg.yborder+1; in make_wide_graph()
H A Dglobdef.h496 #define WG_BORDER 4 macro