Searched refs:menu_y (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DMenuButton.c165 int menu_x, menu_y, menu_width, menu_height, button_height; local
205 menu_y = button_y + button_height;
215 if (menu_y >= 0) {
217 if (menu_y + menu_height > scr_height)
218 menu_y = scr_height - menu_height;
220 if (menu_y < 0)
221 menu_y = 0;
225 XtSetArg(arglist[num_args], XtNy, menu_y); num_args++;
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1MenuButton.c178 int menu_x, menu_y, menu_width, menu_height, button_width, button_height; local
208 menu_y = button_y + button_height;
218 if (menu_y < 0)
219 menu_y = 0;
222 if (menu_y + menu_height > scr_height)
223 menu_y = scr_height - menu_height;
228 XtSetArg(arglist[num_args], XtNy, menu_y); num_args++;

Completed in 948 milliseconds