GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::Gtk::HBox Class Reference

A GtkHBox C++ wrapper class. More...

#include <gfc/gtk/box.hh>

Inheritance diagram for GFC::Gtk::HBox:

GFC::Gtk::Box GFC::Gtk::Container GFC::Gtk::Widget GFC::Gtk::Object GFC::Atk::Implementor GFC::G::Object GFC::G::TypeInterface GFC::G::TypeInstance GFC::G::TypeInstance GFC::Trackable GFC::Trackable GFC::Gtk::Statusbar List of all members.

Public Member Functions

Constructors
Accessors

Protected Member Functions

Constructors

Detailed Description

A GtkHBox C++ wrapper class.

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


Constructor & Destructor Documentation

GFC::Gtk::HBox::HBox GtkHBox *  hbox,
bool  owns_reference = false
[explicit, protected]
 

Construct a new HBox from an existing GtkHBox.

Parameters:
hbox A pointer to a GtkHBox.
owns_reference Set false if the initial reference count is floating, set true if it's not.

The hbox can be a newly created GtkHBox or an existing GtkHBox. (see G::Object::Object).

GFC::Gtk::HBox::HBox bool  homogeneous = false,
int  spacing = 0
[explicit]
 

Construct a new HBox 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:
Generated on Tue Aug 24 00:34:37 2004 for GFC-UI by doxygen 1.3.8