GtkHBox: GtkHBox

Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Author(s) References

Description

A horizontal container box

Methods and Functions

gtkHBoxNew(homogeneous = NULL, spacing = NULL, show = TRUE)
gtkHBox(homogeneous = NULL, spacing = NULL, show = TRUE)

Hierarchy

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----GtkCombo
                                       +----GtkFileChooserButton
                                       +----GtkInfoBar
                                       +----GtkStatusbar

Interfaces

GtkHBox implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Detailed Description

GtkHBox is a container that organizes child widgets into a single row.

Use the GtkBox packing interface to determine the arrangement, spacing, width, and alignment of GtkHBox children.

All children are allocated the same height.

Structures

GtkHBox

undocumented

Convenient Construction

gtkHBox is the equivalent of gtkHBoxNew.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

https://developer.gnome.org/gtk2/stable/GtkHBox.html


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to GtkHBox in RGtk2...