Gtk::VBox Class Reference
[WidgetsContainer Widgets]

Vertical Box for laying widgets in a vertical row. More...

Inherits Gtk::Box.

Inherited by Gtk::ColorSelection, Gtk::FileChooserWidget, Gtk::FontSelection, Gtk::GammaCurve, and Gtk::RecentChooserWidget.

Collaboration diagram for Gtk::VBox:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~VBox ()
GtkVBox* gobj ()
 Provides access to the underlying C GtkObject.
const GtkVBox* gobj () const
 Provides access to the underlying C GtkObject.
 VBox (bool homogeneous=false, int spacing=0)
 Creates a new vertical box.

Related Functions

(Note that these are not member functions.)



Gtk::VBoxwrap (GtkVBox* object, bool take_copy=false)
 A Glib::wrap() method for this object.

Detailed Description

Vertical Box for laying widgets in a vertical row.

You should create these objects, but it is more confortable to pass around pointers of Gtk::Box. All the methods that do anything are in class Gtk::Box and this allows you to later change the direction of the box, when there's no dependencies to HBox and VBox classes.


Constructor & Destructor Documentation

virtual Gtk::VBox::~VBox (  )  [virtual]
Gtk::VBox::VBox ( bool  homogeneous = false,
int  spacing = 0 
) [explicit]

Creates a new vertical box.

Parameters:
homogeneous Whether each widget in the VBox should have the same height. If set, a PACK_SHRINK argument to pack_start() or pack_end() is ignored.
spacing Determines the space in pixels between child widgets.

Member Function Documentation

const GtkVBox* Gtk::VBox::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Box.

Reimplemented in Gtk::ColorSelection, Gtk::FileChooserWidget, Gtk::FontSelection, Gtk::RecentChooserWidget, and Gtk::GammaCurve.

GtkVBox* Gtk::VBox::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Box.

Reimplemented in Gtk::ColorSelection, Gtk::FileChooserWidget, Gtk::FontSelection, Gtk::RecentChooserWidget, and Gtk::GammaCurve.


Friends And Related Function Documentation

Gtk::VBox* wrap ( GtkVBox *  object,
bool  take_copy = false 
) [related]

A Glib::wrap() method for this object.

Parameters:
object The C instance.
take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file:

Generated on Tue May 4 13:21:46 2010 for gtkmm by  doxygen 1.6.1