Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome2::bonobo::dockitem(3pm) [debian man page]

Gnome2::Bonobo::DockItem(3pm)				User Contributed Perl Documentation			     Gnome2::Bonobo::DockItem(3pm)

NAME
Gnome2::Bonobo::DockItem - wrapper for BonoboDockItem HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gnome2::Bonobo::DockItem INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gnome2::Bonobo::DockItem->new ($name, $behavior) o $name (string) o $behavior (Gnome2::Bonobo::DockItemBehavior) dockitembehavior = $dock_item->get_behavior widget = $dock_item->get_child string = $dock_item->get_name orientation = $dock_item->get_orientation boolean = $dock_item->set_orientation ($orientation) o $orientation (Gtk2::Orientation) shadowtype = $dock_item->get_shadow_type $dock_item->set_shadow_type ($type) o $type (Gtk2::ShadowType) PROPERTIES
'orientation' (Gtk2::Orientation : default "horizontal" : readable / writable) Orientation 'preferred-height' (Glib::UInt : default 0 : readable) Preferred height 'preferred-width' (Glib::UInt : default 0 : readable) Preferred width 'shadow' (Gtk2::ShadowType : default "out" : readable / writable) Shadow type SIGNALS
dock-drag-begin (Gnome2::Bonobo::DockItem) dock-drag-motion (Gnome2::Bonobo::DockItem, integer, integer) dock-drag-end (Gnome2::Bonobo::DockItem) dock-detach (Gnome2::Bonobo::DockItem) orientation-changed (Gnome2::Bonobo::DockItem, Gtk2::Orientation) ENUMS AND FLAGS
flags Gnome2::Bonobo::DockItemBehavior o 'normal' / 'BONOBO_DOCK_ITEM_BEH_NORMAL' o 'exclusive' / 'BONOBO_DOCK_ITEM_BEH_EXCLUSIVE' o 'never-floating' / 'BONOBO_DOCK_ITEM_BEH_NEVER_FLOATING' o 'never-vertical' / 'BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL' o 'never-horizontal' / 'BONOBO_DOCK_ITEM_BEH_NEVER_HORIZONTAL' o 'locked' / 'BONOBO_DOCK_ITEM_BEH_LOCKED' enum Gtk2::Orientation o 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL' o 'vertical' / 'GTK_ORIENTATION_VERTICAL' enum Gtk2::ShadowType o 'none' / 'GTK_SHADOW_NONE' o 'in' / 'GTK_SHADOW_IN' o 'out' / 'GTK_SHADOW_OUT' o 'etched-in' / 'GTK_SHADOW_ETCHED_IN' o 'etched-out' / 'GTK_SHADOW_ETCHED_OUT' SEE ALSO
Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::Bonobo::DockItem(3pm)

Check Out this Related Man Page

Gnome2::Canvas::Widget(3pm)				User Contributed Perl Documentation			       Gnome2::Canvas::Widget(3pm)

NAME
Gnome2::Canvas::Widget - Gtk2::Widgets as CanvasItems HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gnome2::Canvas::Item +----Gnome2::Canvas::Widget PROPERTIES
'anchor' (Gtk2::AnchorType : default "north-west" : readable / writable) 'height' (double : default 0 : readable / writable) 'size-pixels' (boolean : default false : readable / writable) 'widget' (Gtk2::Widget : default undef : readable / writable) 'width' (double : default 0 : readable / writable) 'x' (double : default 0 : readable / writable) 'y' (double : default 0 : readable / writable) ENUMS AND FLAGS
enum Gtk2::AnchorType o 'center' / 'GTK_ANCHOR_CENTER' o 'north' / 'GTK_ANCHOR_NORTH' o 'north-west' / 'GTK_ANCHOR_NORTH_WEST' o 'north-east' / 'GTK_ANCHOR_NORTH_EAST' o 'south' / 'GTK_ANCHOR_SOUTH' o 'south-west' / 'GTK_ANCHOR_SOUTH_WEST' o 'south-east' / 'GTK_ANCHOR_SOUTH_EAST' o 'west' / 'GTK_ANCHOR_WEST' o 'east' / 'GTK_ANCHOR_EAST' o 'n' / 'GTK_ANCHOR_N' o 'nw' / 'GTK_ANCHOR_NW' o 'ne' / 'GTK_ANCHOR_NE' o 's' / 'GTK_ANCHOR_S' o 'sw' / 'GTK_ANCHOR_SW' o 'se' / 'GTK_ANCHOR_SE' o 'w' / 'GTK_ANCHOR_W' o 'e' / 'GTK_ANCHOR_E' SEE ALSO
Gnome2::Canvas, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gnome2::Canvas::Item COPYRIGHT
Copyright (C) 2003-2004 by the Gtk2-Perl Team. This software is licensed under the LGPL; see Gnome2::Canvas for a full notice. perl v5.14.2 2011-11-16 Gnome2::Canvas::Widget(3pm)
Man Page