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

TGtkCellAreaBox

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

Declaration

Source position: lazgtk3.pas line 4565

type TGtkCellAreaBox = object(TGtkCellArea)

  priv1: PGtkCellAreaBoxPrivate;

  

  function new;

  

  function get_spacing;

  

  procedure pack_end();

  

  procedure pack_start();

  

  procedure set_spacing();

  

  property spacing: gint; [rw]

  

end;

Inheritance

TGtkCellAreaBox

  

TGtkCellArea

  

TGInitiallyUnowned

  

TGObject