Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::arrow(3pm) [debian man page]

Gtk2::Arrow(3pm)					User Contributed Perl Documentation					  Gtk2::Arrow(3pm)

NAME
Gtk2::Arrow - wrapper for GtkArrow HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Misc +----Gtk2::Arrow INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Arrow->new ($arrow_type, $shadow_type) o $arrow_type (Gtk2::ArrowType) o $shadow_type (Gtk2::ShadowType) $arrow->set ($arrow_type, $shadow_type) o $arrow_type (Gtk2::ArrowType) o $shadow_type (Gtk2::ShadowType) PROPERTIES
'arrow-type' (Gtk2::ArrowType : default "right" : readable / writable / private) The direction the arrow should point 'shadow-type' (Gtk2::ShadowType : default "out" : readable / writable / private) Appearance of the shadow surrounding the arrow STYLE PROPERTIES
'arrow-scaling' (float : default 0.7 : readable / private) Amount of space used up by arrow ENUMS AND FLAGS
enum Gtk2::ArrowType o 'up' / 'GTK_ARROW_UP' o 'down' / 'GTK_ARROW_DOWN' o 'left' / 'GTK_ARROW_LEFT' o 'right' / 'GTK_ARROW_RIGHT' o 'none' / 'GTK_ARROW_NONE' 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
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Misc COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::Arrow(3pm)

Check Out this Related Man Page

Gtk2::Frame(3)						User Contributed Perl Documentation					    Gtk2::Frame(3)

NAME
Gtk2::Frame HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Frame INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Frame->new ($label=undef) o $label (string or undef) (xalign, yalign) = $frame->get_label_align $frame->set_label_align ($xalign, $yalign) o $xalign (double) o $yalign (double) string = $frame->get_label $frame->set_label ($label=undef) o $label (string or undef) widget = $frame->get_label_widget $frame->set_label_widget ($label_widget) o $label_widget (Gtk2::Widget) shadowtype = $frame->get_shadow_type $frame->set_shadow_type ($type) o $type (Gtk2::ShadowType) PROPERTIES
'label' (string : readable / writable / private) Text of the frame's label 'label-widget' (Gtk2::Widget : readable / writable / private) A widget to display in place of the usual frame label 'label-xalign' (Glib::Float : readable / writable / private) The horizontal alignment of the label 'label-yalign' (Glib::Float : readable / writable / private) The vertical alignment of the label 'shadow' (Gtk2::ShadowType : readable / writable / private) Deprecated property, use shadow_type instead 'shadow-type' (Gtk2::ShadowType : readable / writable / private) Appearance of the frame border ENUMS AND FLAGS
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
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Frame(3)
Man Page