Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Xfc::Gtk::VBox Class Reference

A GtkVBox C++ wrapper class. More...

#include <xfc/gtk/box.hh>

Inheritance diagram for Xfc::Gtk::VBox:

Xfc::Gtk::Box Xfc::Gtk::Container Xfc::Gtk::Widget Xfc::Gtk::Object Xfc::Atk::Implementor Xfc::G::Object Xfc::G::TypeInterface Xfc::G::TypeInstance Xfc::G::TypeInstance Xfc::Trackable Xfc::Trackable Xfc::Gtk::ColorSelection Xfc::Gtk::FileChooserWidget Xfc::Gtk::FontSelection Xfc::Gtk::GammaCurve List of all members.

Public Member Functions

Constructors
Accessors

Protected Member Functions

Constructors

Detailed Description

A GtkVBox C++ wrapper class.

VBox is a container that organizes child widgets into a single column. All children are allocated the same width. Use the Box packing interface to determine the arrangement, spacing, width, and alignment of VBox children.

See also: the Packing Boxes HOWTO and example.


Constructor & Destructor Documentation

Xfc::Gtk::VBox::VBox GtkVBox *  vbox,
bool  owns_reference = false
[explicit, protected]
 

Construct a new VBox from an existing GtkVBox.

Parameters:
vbox A pointer to a GtkVBox.
owns_reference Set false if the initial reference count is floating, set true if it's not.
The vbox can be a newly created GtkVBox or an existing GtkVBox. (see G::Object::Object).

Xfc::Gtk::VBox::VBox bool  homogeneous = false,
int  spacing = 0
[explicit]
 

Construct a new VBox with the specified homogeneous and spacing values.

Parameters:
homogeneous Set true if all children are to be given equal space allotments.
spacing The number of pixels to place by default between children.


The documentation for this class was generated from the following file: Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC 4.3