Class: Drx::TkGUI::HBox

Inherits:
VBox show all
Defined in:
lib/drx/tk/app.rb

Overview

Arranges widgets one beside the other.

Instance Method Summary collapse

Methods inherited from VBox

#initialize, #raise

Constructor Details

This class inherits a constructor from Drx::TkGUI::VBox

Instance Method Details

#default_layoutObject



595
596
597
# File 'lib/drx/tk/app.rb', line 595

def default_layout
  { :in => self, :side => 'left', :fill => 'none' }
end