Source position: gtklayout.pp line 12
type TGtkLayout = record |
container: TGtkContainer; |
children: PGList; |
width: guint; |
height: guint; |
xoffset: guint; |
yoffset: guint; |
hadjustment: PGtkAdjustment; |
vadjustment: PGtkAdjustment; |
bin_window: PGdkWindow; |
visibility: TGdkVisibilityState; |
configure_serial: gulong; |
scroll_x: gint; |
scroll_y: gint; |
freeze_count: guint; |
end; |