Method: Interphase::HBox#initialize

Defined in:
lib/interphase/widgets/box.rb

#initialize(**options, &block) ⇒ HBox

Creates a new horizontal box.



44
45
46
# File 'lib/interphase/widgets/box.rb', line 44

def initialize(**options, &block)
  super(Gtk::HBox.new, options, &block)
end