Source position: gnomedock.inc line 19
type TGnomeDockItem = record |
bin: TGtkBin; |
name: Pgchar; |
bin_window: PGdkWindow; |
float_window: PGdkWindow; |
shadow_type: TGtkShadowType; |
orientation: TGtkOrientation; |
behavior: TGnomeDockItemBehavior; |
flag0: Word; |
dragoff_x: gint; |
dragoff_y: gint; |
float_x: gint; |
float_y: gint; |
grab_on_map_event: guint; |
end; |