Source position: gtkhandlebox.pp line 52
type TGtkHandleBoxClass = record |
parent_class: TGtkBinClass; |
child_attached: procedure( |
handle_box: PGtkHandleBox; |
child: PGtkWidget |
); |
child_detached: procedure( |
handle_box: PGtkHandleBox; |
child: PGtkWidget |
); |
end; |