Home
last modified time | relevance | path

Searched refs:hex_gui_topicbar (Results 1 – 4 of 4) sorted by relevance

/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dmenu.c787 if (prefs.hex_gui_topicbar) in menu_topic_showhide_cb()
870 prefs.hex_gui_topicbar = !prefs.hex_gui_topicbar; in menu_topicbar_toggle()
872 prefs.hex_gui_topicbar); in menu_topicbar_toggle()
2306 mymenu[MENUBAR_OFFSET+1].state = prefs.hex_gui_topicbar; in menu_create_main()
H A Dmaingui.c843 if (prefs.hex_gui_topicbar) in mg_populate()
865 if (prefs.hex_gui_topicbar) in mg_populate()
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dhexchat.h137 unsigned int hex_gui_topicbar; member
H A Dcfgfiles.c447 {"gui_topicbar", P_OFFINT (hex_gui_topicbar), TYPE_BOOL},
768 prefs.hex_gui_topicbar = 1; in load_default_config()