Google

logo top
Main Page   Widgets   Namespaces   Book  

Gtk::HBox Class Reference
[WidgetsContainer Widgets]

Horizontal Box for laying widgets in a horizontal row. More...

Inheritance diagram for Gtk::HBox:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~HBox ()
GtkHBox* gobj ()
const GtkHBox* gobj () const
 HBox (bool homogeneous=false, int spacing=0)
 Creates a new horizontal box.


Related Functions

(Note that these are not member functions.)

Gtk::HBox* wrap (GtkHBox* object, bool take_copy=false)

Detailed Description

Horizontal Box for laying widgets in a horizontal 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.

Use the Gtk::Box packing interface to determine the arrangement, spacing, width, and alignment of Gtk::HBox children.

All children are allocated the same height.


Constructor & Destructor Documentation

virtual Gtk::HBox::~HBox (   [virtual]
 

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

Creates a new horizontal box.

Parameters:
homogeneous Whether each widget in the HBox should have the same width. 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 GtkHBox* Gtk::HBox::gobj (   const [inline]
 

Reimplemented from Gtk::Box.

Reimplemented in Gtk::Combo, and Gtk::Statusbar.

GtkHBox* Gtk::HBox::gobj (   [inline]
 

Reimplemented from Gtk::Box.

Reimplemented in Gtk::Combo, and Gtk::Statusbar.


Friends And Related Function Documentation

Gtk::HBox* wrap ( GtkHBox*    object,
bool    take_copy = false
[related]
 


The documentation for this class was generated from the following file:
Generated for gtkmm by Doxygen 1.3-rc1 © 1997-2001