[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 1190
type TGeanyInterfacePrefs = record |
||
sidebar_symbol_visible: gboolean; |
|
|
sidebar_openfiles_visible: gboolean; |
|
|
editor_font: Pgchar; |
|
|
tagbar_font: Pgchar; |
|
|
msgwin_font: Pgchar; |
|
|
show_notebook_tabs: gboolean; |
|
|
tab_pos_editor: gint; |
|
|
tab_pos_msgwin: gint; |
|
|
tab_pos_sidebar: gint; |
|
|
statusbar_visible: gboolean; |
|
|
show_symbol_list_expanders: gboolean; |
|
|
notebook_double_click_hides_widgets: gboolean; |
|
|
highlighting_invert_all: gboolean; |
|
|
sidebar_pos: gint; |
|
|
msgwin_status_visible: gboolean; |
|
|
msgwin_compiler_visible: gboolean; |
|
|
msgwin_messages_visible: gboolean; |
|
|
msgwin_scribble_visible: gboolean; |
|
|
use_native_windows_dialogs: gboolean; |
|
|
compiler_tab_autoscroll: gboolean; |
|
|
msgwin_orientation: gint; |
|
|
symbols_sort_mode: gint; |
|
|
warn_on_project_close: gboolean; |
|
|
openfiles_path_mode: gint; |
|
|
tab_label_len: gint; |
|
|
end; |