Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::arrow(3) [suse man page]

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

NAME
Gtk2::Arrow 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 : readable / writable / private) The direction the arrow should point 'shadow-type' (Gtk2::ShadowType : readable / writable / private) Appearance of the shadow surrounding the 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-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::Arrow(3)

Check Out this Related Man Page

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

NAME
Gtk2::OptionMenu HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Button +----Gtk2::OptionMenu INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Glib::Object::_Unregistered::GtkActivatable DEPRECATION WARNING
Gtk2::OptionMenu has been marked as deprecated, and should not be used in newly written code. You should use Gtk2::ComboBox instead of Gtk2::OptionMenu. METHODS
widget = Gtk2::OptionMenu->new integer = $option_menu->get_history $option_menu->set_history ($index) o $index (integer) widget = $option_menu->get_menu $option_menu->set_menu ($menu) o $menu (Gtk2::Widget) $option_menu->remove_menu PROPERTIES
'menu' (Gtk2::Menu : readable / writable / private) The menu of options SIGNALS
changed (Gtk2::OptionMenu) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Button 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::OptionMenu(3)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

vi down arrow key not working

i am using windows nt hummingbird 7.0 host explorer telnet emulation. I have two connections to two different unix machines. on one, the down arrow works fine in vi (it woks like the j option on the other it looks like it is giving me a new line above (like option O) and inserting a letter "B";... (2 Replies)
Discussion started by: artjaniger
2 Replies

2. Shell Programming and Scripting

Mimic bash history behavior

Does anyone know of a way to mimic the up arrow/down arrow type bash behavior within a shell script? Say I have a scripted menu, and would like to be able to up arrow to bring up the last X number of lines of user input? Thanks to anybody with a suggestion. :) (0 Replies)
Discussion started by: sysera
0 Replies

3. UNIX for Dummies Questions & Answers

problem with H/W

hello evbdy out there.. somehow i've managed to install Solaris 10 in my Lap-dell vostro 1310!!..i'd like to know how to enable my WIFI,BLUETOOTH,WEBCAM {UP Arrow, Down Arrow - Keys) in my BOX!! are there any drivers avail or what??? :mad::mad::mad::mad::mad::mad: (1 Reply)
Discussion started by: warlord87
1 Replies

4. UNIX for Dummies Questions & Answers

Tux-HJKL as arrow keys

I would like to configure the key combination Tux-J (Win-J) as Down Arrow, and the rest of the VIM-style movement keys as well (HKL). What is the best way to do this so that it will work in all applications? I thought about editing the keyboard layout but I'm not sure how to do that for Tux-key... (2 Replies)
Discussion started by: dotancohen
2 Replies

5. UNIX for Dummies Questions & Answers

Arrow keys binding in AIX v5.3 - how?

Would somebody advise how arrow keys could be binded in AIX v5.3? I could not find reasonable information online related to AIX. I've meat advises to define: alias __A=$'\020' # or the same: alias __A=$(echo "\020") alias __B=$'\016' alias __C=$'\006' alias __D=$'\002' But it does... (2 Replies)
Discussion started by: alex_5161
2 Replies