Home
last modified time | relevance | path

Searched refs:menu_bold (Results 1 – 6 of 6) sorted by path

/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dxpad-pad.c1519 menu_bold (XpadPad *pad) in menu_bold() function
1738 MENU_ADD (_("_Bold"), "format-text-bold", GDK_KEY_b, GDK_CONTROL_MASK, menu_bold); in menu_get_popup_highlight()
/dports/deskutils/xpad3/xpad-3.1/src/
H A Dxpad-pad.c1379 menu_bold (XpadPad *pad) in menu_bold() function
1654 MENU_ADD_STOCK (GTK_STOCK_BOLD, menu_bold); in menu_get_popup_highlight()
/dports/finance/cointop/cointop-1.5.4/cointop/
H A Ddefault_colors.go24 menu_bold = false
/dports/misc/pinfo/pinfo-0.6.13/src/
H A Dcolors.c68 if (cols.menu_bold) in initcolors()
H A Dparse_config.c324 bold = &cols.menu_bold; in parse_line()
H A Dparse_config.h72 int menu_fore, menu_back, menu_bold, menu_blink; member