[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkToolbar

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 14142

type TGtkToolbar = object(TGtkContainer)

  priv2: PGtkToolbarPrivate;

  

  function new;

  

  function get_drop_index();

  

  function get_icon_size;

  

  function get_item_index();

  

  function get_n_items;

  

  function get_nth_item();

  

  function get_relief_style;

  

  function get_show_arrow;

  

  function get_style;

  

  procedure insert();

  

  procedure set_drop_highlight_item();

  

  procedure set_icon_size();

  

  procedure set_show_arrow();

  

  procedure set_style();

  

  procedure unset_icon_size;

  

  procedure unset_style;

  

  property icon_size: TGtkIconSize; [rw]

  

  property show_arrow: gboolean; [rw]

  

end;

Inheritance

TGtkToolbar

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject