Class: Gtk::HBox

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#new(homogeneous, spacing) ⇒ Gtk::Widget

Creates a new Gtk::HBox.

Parameters:

  • homogeneous (TrueClass)

    true if all children are to be given equal space allotments.

  • spacing (Integer)

    the number of pixels to place by default between children.

Returns: