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

TGtkTableChild

Declaration

Source position: lazgtk3.pas line 13177

type TGtkTableChild = record

  widget: PGtkWidget;

  

  left_attach: guint16;

  

  right_attach: guint16;

  

  top_attach: guint16;

  

  bottom_attach: guint16;

  

  xpadding: guint16;

  

  ypadding: guint16;

  

  Bitfield0: TGtkTableChildBitfield0;

  

end;