Searched refs:menu_x (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | MenuButton.c | 165 int menu_x, menu_y, menu_width, menu_height, button_height; local 204 menu_x = button_x; 207 if (menu_x >= 0) { 209 if (menu_x + menu_width > scr_width) 210 menu_x = scr_width - menu_width; 212 if (menu_x < 0) 213 menu_x = 0; 224 XtSetArg(arglist[num_args], XtNx, menu_x); num_args++;
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1MenuButton.c | 178 int menu_x, menu_y, menu_width, menu_height, button_width, button_height; local 207 menu_x = button_x; 210 if (menu_x < 0) 211 menu_x = 0; 214 if (menu_x + menu_width > scr_width) 215 menu_x = scr_width - menu_width; 227 XtSetArg(arglist[num_args], XtNx, menu_x); num_args++;
|
Completed in 263 milliseconds