Gtk2::Arrow(3) User Contributed Perl Documentation Gtk2::Arrow(3) 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 / static-nick / static-blurb) The direction the arrow should point 'shadow-type' (Gtk2::ShadowType : default "out" : readable / writable / private / static-nick / static-blurb) Appearance of the shadow surrounding the arrow STYLE PROPERTIES 'arrow-scaling' (float : default 0.7 : readable / private / static-nick / static-blurb) 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.38.0 2023-07-25 Gtk2::Arrow(3)