Searched refs:button_height (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | MenuButton.c | 211 int menu_x, menu_y, menu_width, menu_height, button_height; local in function:PopupMenu 239 button_height = XtHeight(w) + (XtBorderWidth(w) << 1); 244 menu_y = button_y + button_height;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | menu.c | 3028 Dimension button_height; local in function:SetupShell 3063 XtNheight, &button_height, 3068 return (Dimension) (button_height + (button_border * 2)); 3076 Dimension button_height = 0; local in function:SetupMenus 3132 button_height = SetupShell(menus, vt_shell, j, j - 1); 3138 button_height = SetupShell(menus, tek_shell, tekMenu, mainMenu); 3146 *menu_high = (Dimension) (button_height + 2 * (toolbar_hSpace)); 3148 *menu_high, button_height, toolbar_hSpace));
|
Completed in 7 milliseconds