geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Toolbar settings. More...
#include <toolbar.h>
Public Attributes | |
gboolean | visible |
GtkIconSize | icon_size |
GtkToolbarStyle | icon_style |
Icon style. More... | |
gboolean | use_gtk_default_style |
gboolean | use_gtk_default_icon |
gboolean | append_to_menu |
gboolean GeanyToolbarPrefs::append_to_menu |
Definition at line 36 of file toolbar.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), toolbar_reload(), and toolbar_update_ui().
GtkIconSize GeanyToolbarPrefs::icon_size |
Definition at line 32 of file toolbar.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), toolbar_notify_style_cb(), and toolbar_set_icon_size().
GtkToolbarStyle GeanyToolbarPrefs::icon_style |
Icon style.
Definition at line 33 of file toolbar.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), toolbar_notify_style_cb(), and toolbar_set_icon_style().
gboolean GeanyToolbarPrefs::use_gtk_default_icon |
Definition at line 35 of file toolbar.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), toolbar_notify_style_cb(), and toolbar_set_icon_size().
gboolean GeanyToolbarPrefs::use_gtk_default_style |
Definition at line 34 of file toolbar.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), toolbar_notify_style_cb(), and toolbar_set_icon_style().
gboolean GeanyToolbarPrefs::visible |
Definition at line 31 of file toolbar.h.
Referenced by cb_func_goto_action(), cb_func_switch_action(), load_dialog_prefs(), on_prefs_dialog_response(), on_show_toolbar1_toggled(), prefs_init_dialog(), save_dialog_prefs(), toolbar_show_hide(), and toolbar_update_ui().