Source position: gtkpaned.pp line 12
type TGtkPaned = record |
container: TGtkContainer; |
child1: PGtkWidget; |
child2: PGtkWidget; |
handle: PGdkWindow; |
groove_rectangle: TGdkRectangle; |
xor_gc: PGdkGC; |
handle_size: guint16; |
gutter_size: guint16; |
child1_size: gint; |
last_allocation: gint; |
min_position: gint; |
max_position: gint; |
flag0: Word; |
handle_xpos: gint16; |
handle_ypos: gint16; |
end; |