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

TGeanyToolbarPrefs

Declaration

Source position: geanybindings.inc line 1180

type TGeanyToolbarPrefs = record

  visible: gboolean;

  

  icon_size: TGtkIconSize;

  

  icon_style: TGtkToolbarStyle;

  

  use_gtk_default_style: gboolean;

  

  use_gtk_default_icon: gboolean;

  

  append_to_menu: gboolean;

  

end;