[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin240' (#fpgeanyplugin)

TGeanyInterfacePrefs

Declaration

Source position: geanybindings.inc line 1140

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;

  

end;