Home
last modified time | relevance | path

Searched refs:hex_gui_ulist_buttons (Results 1 – 5 of 5) sorted by relevance

/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dmenu.c802 if (prefs.hex_gui_ulist_buttons) in menu_ulbuttons_showhide_cb()
886 prefs.hex_gui_ulist_buttons = !prefs.hex_gui_ulist_buttons; in menu_ulbuttons_toggle()
888 prefs.hex_gui_ulist_buttons); in menu_ulbuttons_toggle()
2308 mymenu[MENUBAR_OFFSET+3].state = prefs.hex_gui_ulist_buttons; in menu_create_main()
H A Dmaingui.c3177 if (!prefs.hex_gui_ulist_buttons) in mg_create_topwindow()
3304 if (!prefs.hex_gui_ulist_buttons) in mg_create_tabwindow()
3372 if (prefs.hex_gui_ulist_buttons) in fe_buttons_update()
H A Dsetup.c2064 if (prefs.hex_gui_ulist_buttons) in setup_apply_to_sess()
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dhexchat.h144 unsigned int hex_gui_ulist_buttons; member
H A Dcfgfiles.c455 {"gui_ulist_buttons", P_OFFINT (hex_gui_ulist_buttons), TYPE_BOOL},