1Gnome2::Bonobo::DockIteUms(e3r)Contributed Perl DocumentGantoimoen2::Bonobo::DockItem(3)
2
3
4
6 Gnome2::Bonobo::DockItem - wrapper for BonoboDockItem
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Bin
15 +----Gnome2::Bonobo::DockItem
16
18 Glib::Object::_Unregistered::AtkImplementorIface
19 Gtk2::Buildable
20
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
39 'orientation' (Gtk2::Orientation : default "horizontal" : readable /
40 writable)
41 Orientation
42
43 'preferred-height' (Glib::UInt : default 0 : readable)
44 Preferred height
45
46 'preferred-width' (Glib::UInt : default 0 : readable)
47 Preferred width
48
49 'shadow' (Gtk2::ShadowType : default "out" : readable / writable)
50 Shadow type
51
53 dock-detach (Gnome2::Bonobo::DockItem)
54 dock-drag-begin (Gnome2::Bonobo::DockItem)
55 dock-drag-end (Gnome2::Bonobo::DockItem)
56 dock-drag-motion (Gnome2::Bonobo::DockItem, integer, integer)
57 orientation-changed (Gnome2::Bonobo::DockItem, Gtk2::Orientation)
58
60 flags Gnome2::Bonobo::DockItemBehavior
61 • 'normal' / 'BONOBO_DOCK_ITEM_BEH_NORMAL'
62
63 • 'exclusive' / 'BONOBO_DOCK_ITEM_BEH_EXCLUSIVE'
64
65 • 'never-floating' / 'BONOBO_DOCK_ITEM_BEH_NEVER_FLOATING'
66
67 • 'never-vertical' / 'BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL'
68
69 • 'never-horizontal' / 'BONOBO_DOCK_ITEM_BEH_NEVER_HORIZONTAL'
70
71 • 'locked' / 'BONOBO_DOCK_ITEM_BEH_LOCKED'
72
73 enum Gtk2::Orientation
74 • 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL'
75
76 • 'vertical' / 'GTK_ORIENTATION_VERTICAL'
77
78 enum Gtk2::ShadowType
79 • 'none' / 'GTK_SHADOW_NONE'
80
81 • 'in' / 'GTK_SHADOW_IN'
82
83 • 'out' / 'GTK_SHADOW_OUT'
84
85 • 'etched-in' / 'GTK_SHADOW_ETCHED_IN'
86
87 • 'etched-out' / 'GTK_SHADOW_ETCHED_OUT'
88
90 Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
91 Gtk2::Widget, Gtk2::Container, Gtk2::Bin
92
94 Copyright (C) 2003-2004 by the gtk2-perl team.
95
96 This software is licensed under the LGPL. See Gnome2 for a full
97 notice.
98
99
100
101perl v5.32.1 2021-01-27 Gnome2::Bonobo::DockItem(3)