gtk.HBox

Undocumented in source.

Public Imports

gtkc.gtktypes
public import gtkc.gtktypes;
Undocumented in source.

Members

Classes

HBox
class HBox

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.

Meta