Searched defs:menu_height (Results 1 - 4 of 4) 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 201 menu_height = menu->core.height + 2 * menu->core.border_width; 217 if (menu_y + menu_height > scr_height) 218 menu_y = scr_height - menu_height;
|
H A D | SimpleMenP.h | 85 Boolean menu_height; /* Just like menu_width, but for height. */ member in struct:_SimpleMenuPart
|
/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 204 menu_height = menu->core.height + 2 * menu->core.border_width; 222 if (menu_y + menu_height > scr_height) 223 menu_y = scr_height - menu_height;
|
H A D | Xaw3_1SimpleMenP.h | 87 Boolean menu_height; /* Just like menu_width, but for height. */ member in struct:_SimpleMenuPart
|
Completed in 12 milliseconds