1Gnome2::Bonobo::DockIteUms(e3r)Contributed Perl DocumentGantoimoen2::Bonobo::DockItem(3)
2
3
4

NAME

6       Gnome2::Bonobo::DockItem
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gtk2::Widget
13                        +----Gtk2::Container
14                             +----Gtk2::Bin
15                                  +----Gnome2::Bonobo::DockItem
16

INTERFACES

18         Glib::Object::_Unregistered::AtkImplementorIface
19         Gtk2::Buildable
20

METHODS

22   widget = Gnome2::Bonobo::DockItem->new ($name, $behavior)
23           ·   $name (string)
24
25           ·   $behavior (Gnome2::Bonobo::DockItemBehavior)
26
27   dockitembehavior = $dock_item->get_behavior
28   widget = $dock_item->get_child
29   string = $dock_item->get_name
30   orientation = $dock_item->get_orientation
31   boolean = $dock_item->set_orientation ($orientation)
32           ·   $orientation (Gtk2::Orientation)
33
34   shadowtype = $dock_item->get_shadow_type
35   $dock_item->set_shadow_type ($type)
36           ·   $type (Gtk2::ShadowType)
37

PROPERTIES

39       'orientation' (Gtk2::Orientation : readable / writable)
40           Orientation
41
42       'preferred-height' (Glib::UInt : readable)
43           Preferred height
44
45       'preferred-width' (Glib::UInt : readable)
46           Preferred width
47
48       'shadow' (Gtk2::ShadowType : readable / writable)
49           Shadow type
50

SIGNALS

52       dock-drag-begin (Gnome2::Bonobo::DockItem)
53       dock-drag-motion (Gnome2::Bonobo::DockItem, integer, integer)
54       dock-drag-end (Gnome2::Bonobo::DockItem)
55       dock-detach (Gnome2::Bonobo::DockItem)
56       orientation-changed (Gnome2::Bonobo::DockItem, Gtk2::Orientation)
57

ENUMS AND FLAGS

59   flags Gnome2::Bonobo::DockItemBehavior
60       ·   'normal' / 'BONOBO_DOCK_ITEM_BEH_NORMAL'
61
62       ·   'exclusive' / 'BONOBO_DOCK_ITEM_BEH_EXCLUSIVE'
63
64       ·   'never-floating' / 'BONOBO_DOCK_ITEM_BEH_NEVER_FLOATING'
65
66       ·   'never-vertical' / 'BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL'
67
68       ·   'never-horizontal' / 'BONOBO_DOCK_ITEM_BEH_NEVER_HORIZONTAL'
69
70       ·   'locked' / 'BONOBO_DOCK_ITEM_BEH_LOCKED'
71
72   enum Gtk2::Orientation
73       ·   'horizontal' / 'GTK_ORIENTATION_HORIZONTAL'
74
75       ·   'vertical' / 'GTK_ORIENTATION_VERTICAL'
76
77   enum Gtk2::ShadowType
78       ·   'none' / 'GTK_SHADOW_NONE'
79
80       ·   'in' / 'GTK_SHADOW_IN'
81
82       ·   'out' / 'GTK_SHADOW_OUT'
83
84       ·   'etched-in' / 'GTK_SHADOW_ETCHED_IN'
85
86       ·   'etched-out' / 'GTK_SHADOW_ETCHED_OUT'
87

SEE ALSO

89       Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
90       Gtk2::Widget, Gtk2::Container, Gtk2::Bin
91
93       Copyright (C) 2003-2004 by the gtk2-perl team.
94
95       This software is licensed under the LGPL.  See Gnome2 for a full
96       notice.
97
98
99
100perl v5.12.0                      2010-05-12       Gnome2::Bonobo::DockItem(3)
Impressum