Home
last modified time | relevance | path

Searched refs:MENU_FONT (Results 1 – 19 of 19) sorted by relevance

/dports/games/ace-of-penguins/ace-1.4/lib/
H A Dhelp.c60 #define MENU_FONT 0x10 macro
177 fonts[MENU_FONT] = in help_init()
188 menu_height = fonts[MENU_FONT]->ascent + fonts[MENU_FONT]->descent in help_init()
189 + 2*thin_space[MENU_FONT]; in help_init()
198 int ts = thin_space[MENU_FONT]; in my_help_redraw()
210 XSetFont(display, gc, fonts[MENU_FONT]->fid); in my_help_redraw()
345 if (!w || ! (words[0].flags & HEADER) && x+mx > w->x+w->width+2*thin_space[MENU_FONT]) in my_help_click()
498 if (w->flags & HEADER) fs = fonts[MENU_FONT]; in help()
608 w->x = menu_x + thin_space[MENU_FONT]; in help()
609 w->y = fonts[MENU_FONT]->ascent + thin_space[MENU_FONT]+1; in help()
[all …]
/dports/x11-wm/flwm/flwm-1.16/
H A Dconfig.h175 #define MENU_FONT "-*-helvetica-medium-r-normal--*" macro
187 #ifdef MENU_FONT
H A Dmain.C283 #ifdef MENU_FONT in initialize()
284 Fl::set_font(MENU_FONT_SLOT, MENU_FONT); in initialize()
/dports/games/sxsame/sxsame-3.02/
H A Dconfig.h13 #define MENU_FONT "7x14" macro
H A Dsxsame.c276 font = XLoadFont(dpy, MENU_FONT); in sxs()
/dports/games/epiphany-game/epiphany-0.7.0/src/fonts/
H A Dfont_factory.h36 MENU_FONT, enumerator
H A Dfont_factory.cpp40 case MENU_FONT: in create_font()
H A Dfont_manager.cpp24 add_font(Font_Factory::instance()->create_font(Font_Factory::MENU_FONT)); in init()
/dports/games/zangband/zangband/lib/script/tk/
H A Dfont.tcl333 NSObject::New NSMenu $mbar -tearoff 0 -identifier MENU_FONT
335 -menu MENU_FONT -label "Font" -underline 0 -identifier M_FONT
341 NSMenu::MenuInsertEntries $mbar -end MENU_FONT $entries
/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dmenu.cpp45 m_menu_font=Font_Factory::MENU_FONT; in Menu()
H A Dgame.cpp683 Font* ready_font = Font_Manager::instance()->get_font(Font_Factory::MENU_FONT); in show_loading()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/data/scripts/
H A Dpekwm_theme.in273 \$MENU_FONT = "-*-fixed-*-r-*-*-*-*-*-*-*-*-iso10646-*"
/dports/games/zangband/zangband/src/
H A Dmain-crb.c4006 #define MENU_FONT 131 macro
4138 m = GetMenuHandle(MENU_FONT); in init_menubar()
4496 m = GetMenuHandle(MENU_FONT); in setup_menus()
5030 case MENU_FONT: in menu()
5096 GetMenuItemText(GetMenuHandle(MENU_FONT), selection, s); in menu()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmainmenu.c952 case MENU_FONT: RefreshFontMenu(menu); break;
996 UpdatePinnedMenu(MENU_FONT); in UpdateAllPinnedMenus()
H A Dconst.h534 #define MENU_FONT 12 macro
H A Dmenuinfo.c1474 N_("Font submenu >>>"), &fontMenuInfo, MENU_FONT },
1854 MENU_FONT },
1955 MENU_FONT },
H A Dtext.c679 if (saved_font != curFont) UpdatePinnedMenu(MENU_FONT);
1033 if (saved_font != curFont) UpdatePinnedMenu(MENU_FONT);
1282 if (saved_font != curFont) UpdatePinnedMenu(MENU_FONT);
2694 UpdatePinnedMenu(MENU_FONT);
H A Dfont.c5319 UpdatePinnedMenu(MENU_FONT);
5433 activeMenu = MENU_FONT;
H A Dmenu.c3508 case MENU_FONT: rc = FontMenu(x, y, TRUE); break;