Searched defs:menu_width (Results 1 - 4 of 4) 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
199 menu_width = menu->core.width + 2 * menu->core.border_width;
209 if (menu_x + menu_width > scr_width)
210 menu_x = scr_width - menu_width;
H A DSimpleMenP.h83 Boolean menu_width; /* If true then force width to remain member in struct:_SimpleMenuPart
85 Boolean menu_height; /* Just like menu_width, but for height. */
/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
200 menu_width = menu->core.width + 2 * menu->core.border_width;
214 if (menu_x + menu_width > scr_width)
215 menu_x = scr_width - menu_width;
H A DXaw3_1SimpleMenP.h85 Boolean menu_width; /* If true then force width to remain member in struct:_SimpleMenuPart
87 Boolean menu_height; /* Just like menu_width, but for height. */

Completed in 28 milliseconds