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

TGtkBorder

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

Declaration

Source position: lazgtk3.pas line 3934

type TGtkBorder = object

  left: gint16;

  

  right: gint16;

  

  top: gint16;

  

  bottom: gint16;

  

  function new;

  

  function copy;

  

  procedure free;

  

end;

Inheritance

TGtkBorder