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

TGtkTableChildBitfield0

Declaration

Source position: lazgtk3.pas line 13167

type TGtkTableChildBitfield0 = bitpacked record

  xexpand: guint1;

  

  yexpand: guint1;

  

  xshrink: guint1;

  

  yshrink: guint1;

  

  xfill: guint1;

  

  yfill: guint1;

  

end;