Home
last modified time | relevance | path

Searched refs:MENU_ACTIVE (Results 1 – 10 of 10) sorted by relevance

/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dmenu.c43 #define MENU_ACTIVE 1 macro
570 m->flags &= ~(MENU_SELECTION|MENU_ACTIVE); in unselect_active_node()
1150 if ((m->flags & MENU_ACTIVE) in draw_popup_menu()
1227 if (0 == (p->flags & MENU_ACTIVE)) in jed_redraw_menus()
1255 || (0 == (p->flags & MENU_ACTIVE))) in find_active_popup()
1269 flags = get_active_node_flags (p) & MENU_ACTIVE; in next_menubar_cmd()
1285 flags = get_active_node_flags (p) & MENU_ACTIVE; in prev_menubar_cmd()
1376 m->flags |= MENU_ACTIVE; in select_menu_cmd()
1418 Active_Popup->flags &= ~MENU_ACTIVE; in back_menu_cmd()
/dports/editors/jed/jed-0.99-19/src/
H A Dmenu.c40 #define MENU_ACTIVE 1 macro
655 m->flags &= ~(MENU_SELECTION|MENU_ACTIVE); in unselect_active_node()
1274 if ((m->flags & MENU_ACTIVE) in draw_popup_menu()
1381 if (0 == (p->flags & MENU_ACTIVE)) in jed_redraw_menus()
1411 if (0 == (p->flags & MENU_ACTIVE)) in find_active_popup()
1428 flags = get_active_node_flags (p) & MENU_ACTIVE; in next_menubar_cmd()
1444 flags = get_active_node_flags (p) & MENU_ACTIVE; in prev_menubar_cmd()
1612 m->flags |= MENU_ACTIVE; in select_menu_cmd()
1617 p->flags |= MENU_ACTIVE; in select_menu_cmd()
1665 Active_Popup->flags &= ~(MENU_ACTIVE|MENU_POPUP_PREPARED); in back_menu_cmd()
H A Dgtkmenu.c113 # define MENU_ACTIVE 1 macro
1070 m->flags &= ~(MENU_SELECTION|MENU_ACTIVE); in unselect_active_node()
1908 if ((m->flags & MENU_ACTIVE) in draw_popup_menu()
2035 if (0 == (p->flags & MENU_ACTIVE)) in jed_redraw_menus()
2072 if (0 == (p->flags & MENU_ACTIVE)) in find_active_popup()
2095 flags = get_active_node_flags (p) & MENU_ACTIVE; in next_menubar_cmd()
2118 flags = get_active_node_flags (p) & MENU_ACTIVE; in prev_menubar_cmd()
2407 m->flags |= MENU_ACTIVE; in execMenuTbCmd()
2513 m->flags |= MENU_ACTIVE; in execMenuTbCmdNode()
2518 p->flags |= MENU_ACTIVE; in execMenuTbCmdNode()
[all …]
/dports/chinese/fcitx-ui-light/fcitx-ui-light-0.1.3/src/
H A Dlightuiconfig.c30 CONFIG_BINDING_REGISTER("LightUI","ActiveMenuColor",menuFontColor[MENU_ACTIVE])
H A DMenuWindow.c395 … gc = LightUICreateGC(menu->owner->dpy, menu->pixmap, menu->owner->menuFontColor[MENU_ACTIVE]); in MenuMark()
420 …menushell, shellindex)->tipstr , 15 + marginLeft ,line_y, menu->owner->menuFontColor[MENU_ACTIVE]); in DisplayText()
429 … GC gc = LightUICreateGC(menu->owner->dpy, menu->pixmap, menu->owner->menuFontColor[MENU_ACTIVE]); in DrawArrow()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/ui/classic/
H A DMenuWindow.c319 fcitx_cairo_set_color(cr, &sc->skinFont.menuFontColor[MENU_ACTIVE]); in XlibMenuPaintMark()
346 …uItem(menu->menushell, shellindex)->tipstr, 15 , line_y, &sc->skinFont.menuFontColor[MENU_ACTIVE]); in XlibMenuPaintText()
363 fcitx_cairo_set_color(cr, &sc->skinFont.menuFontColor[MENU_ACTIVE]); in XlibMenuPaintArrow()
H A Dskinconfig.c47 CONFIG_BINDING_REGISTER("SkinFont", "ActiveMenuColor", skinFont.menuFontColor[MENU_ACTIVE])
/dports/audio/mikmod/mikmod-3.2.8/
H A Dmikmod.cfg150 MENU_ACTIVE = "white,black"
194 MENU_ACTIVE = reverse
H A Dmikmodrc150 MENU_ACTIVE = "white,black"
194 MENU_ACTIVE = reverse
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dui.h90 MENU_ACTIVE = 0, enumerator