Scroll to navigation

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

NAME

Gtk2::VButtonBox - wrapper for GtkVButtonBox

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)

$layout (Gtk2::ButtonBoxStyle)

integer = Gtk2::VButtonBox->get_spacing_default

Gtk2::VButtonBox->set_spacing_default ($spacing)

$spacing (integer)

ENUMS AND FLAGS

enum Gtk2::ButtonBoxStyle

  • 'default-style' / 'GTK_BUTTONBOX_DEFAULT_STYLE'
  • 'spread' / 'GTK_BUTTONBOX_SPREAD'
  • 'edge' / 'GTK_BUTTONBOX_EDGE'
  • 'start' / 'GTK_BUTTONBOX_START'
  • 'end' / 'GTK_BUTTONBOX_END'
  • '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-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2016-10-02 perl v5.24.1