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

TGtkTableRowColBitfield0

Declaration

Source position: lazgtk3.pas line 13206

type TGtkTableRowColBitfield0 = bitpacked record

  need_expand: guint1;

  

  need_shrink: guint1;

  

  expand: guint1;

  

  shrink: guint1;

  

  empty: guint1;

  

end;