Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Gtk2::VButtonBox HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Box +----Gtk2::ButtonBox +----Gtk2::VButtonBox INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable METHODS
widget = Gtk2::VButtonBox->new buttonboxstyle = Gtk2::VButtonBox->get_layout_default Gtk2::VButtonBox->set_layout_default ($layout) o $layout (Gtk2::ButtonBoxStyle) integer = Gtk2::VButtonBox->get_spacing_default Gtk2::VButtonBox->set_spacing_default ($spacing) o $spacing (integer) ENUMS AND FLAGS
enum Gtk2::ButtonBoxStyle o 'default-style' / 'GTK_BUTTONBOX_DEFAULT_STYLE' o 'spread' / 'GTK_BUTTONBOX_SPREAD' o 'edge' / 'GTK_BUTTONBOX_EDGE' o 'start' / 'GTK_BUTTONBOX_START' o 'end' / 'GTK_BUTTONBOX_END' o 'center' / 'GTK_BUTTONBOX_CENTER' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::ButtonBox 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::VButtonBox(3)

Check Out this Related Man Page

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

NAME
Gtk2::FileChooserWidget - wrapper for GtkFileChooserWidget HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Box +----Gtk2::VBox +----Gtk2::FileChooserWidget INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable Gtk2::FileChooser Glib::Object::_Unregistered::GtkFileChooserEmbed METHODS
widget = Gtk2::FileChooserWidget->new ($action) o $action (Gtk2::FileChooserAction) widget = Gtk2::FileChooserWidget->new_with_backend ($action, $backend) o $action (Gtk2::FileChooserAction) o $backend (string) ENUMS AND FLAGS
enum Gtk2::FileChooserAction o 'open' / 'GTK_FILE_CHOOSER_ACTION_OPEN' o 'save' / 'GTK_FILE_CHOOSER_ACTION_SAVE' o 'select-folder' / 'GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER' o 'create-folder' / 'GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::VBox 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::FileChooserWidget(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. Programming

perl/Gtk2: issue with initializing Gtk2

hi everybody, currently i'm playing with perl and Gtk2. i've found a fairly old but nice looking example of a client/server application which is written in perl and Gtk2. the server part works perfect but i can't start the client part and keep getting following error message: $ ./client-gui.pl... (1 Reply)
Discussion started by: pseudocoder
1 Replies

2. Shell Programming and Scripting

[Perl + Gtk2] Image disappears after scrolling / minimizing window

Hello everyone I don't know if it's the right place to ask, but I will try. I want to use Gtk2 in my Perl chart-drawing script, I found a sample code that could be very useful for me somewhere, but I noticed there is one problem with that - when I draw something, and then scroll the window or... (0 Replies)
Discussion started by: xqwzts
0 Replies

3. Shell Programming and Scripting

Perl::Gtk2 on Linux --- How to Find the Default Font Being Used?

Hello All, Wasn't sure if this was the correct thread to post this under but figured it has to do with Perl and Gtk2 so why not... Anyway.. How can I find out what the Default font being used is inside a Gtk2::Widget. In this case I'm trying to figure out the font being used inside a... (1 Reply)
Discussion started by: mrm5102
1 Replies

4. Shell Programming and Scripting

Gtk2-Perl

Hai how to activate (script2)page of a note book in Gtk2-Perl when one script1 is run successfully... Thanks kiran (0 Replies)
Discussion started by: kiran425
0 Replies

5. Shell Programming and Scripting

Gtk2-Perl

Hai how to activate (script2)page of a note book in Gtk2-Perl when one script1 is run successfully... Thanks kiran (1 Reply)
Discussion started by: kiran425
1 Replies

6. UNIX for Dummies Questions & Answers

Print script is completed successfully or not

Hai guys I am running three shellscripts through Gtk2-Perl(GUI) these are the scripts Drccalibrescript1 script2 script3 Gtk2-Perl(GUI) drccalibre -> If I run this script through Gtk2-Perl(GUI) these are results of the drccalibrescript1 . summary/.results I have to find size of... (1 Reply)
Discussion started by: kiran425
1 Replies