Searched refs:menu_width (Results 1 - 6 of 6) sorted by relevance

/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. */
H A DXaw3_1SimpleMenu.c262 smw->simple_menu.menu_width = TRUE;
265 smw->simple_menu.menu_width = FALSE;
403 smw_new->simple_menu.menu_width = (smw_new->core.width != 0);
913 if (smw->simple_menu.menu_width)
1144 if ( smw->simple_menu.menu_width )
/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. */
H A DSimpleMenu.c273 smw->simple_menu.menu_width = TRUE;
276 smw->simple_menu.menu_width = FALSE;
416 smw_new->simple_menu.menu_width = (smw_new->core.width != 0);
950 if (smw->simple_menu.menu_width)
1181 if ( smw->simple_menu.menu_width )

Completed in 18 milliseconds