Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Gtk::VBox Class Reference

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

#include <inti/gtk/box.h>

Inheritance diagram for Inti::Gtk::VBox:

Inti::Gtk::Box Inti::Gtk::Container Inti::Gtk::Widget Inti::Gtk::Object Inti::Atk::Implementor Inti::G::Object Inti::G::TypeInterface Inti::G::TypeInstance Inti::MemoryHandler Inti::G::TypeInstance Inti::ReferencedBase Inti::ReferencedBase Inti::Gtk::ColorSelection Inti::Gtk::FontSelection Inti::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.


Constructor & Destructor Documentation

Inti::Gtk::VBox::VBox GtkVBox *  vbox,
bool  reference = false
[explicit, protected]
 

Construct a new VBox from an existing GtkVBox.

Parameters:
vbox A pointer to a GtkVBox.
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).

Inti::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: Main Page - Footer


Generated on Sun Sep 14 20:08:22 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002