[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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; |