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

TGtkButtonBox

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

Declaration

Source position: lazgtk3.pas line 4150

type TGtkButtonBox = object(TGtkBox)

  priv3: PGtkButtonBoxPrivate;

  

  function new();

  

  function get_child_non_homogeneous();

  

  function get_child_secondary();

  

  function get_layout;

  

  procedure set_child_non_homogeneous();

  

  procedure set_child_secondary();

  

  procedure set_layout();

  

end;

Inheritance

TGtkButtonBox

  

TGtkBox

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject