Class: Drx::TkGUI::HBox
Overview
Arranges widgets one beside the other.
Instance Method Summary collapse
Methods inherited from VBox
Constructor Details
This class inherits a constructor from Drx::TkGUI::VBox
Instance Method Details
#default_layout ⇒ Object
595 596 597 |
# File 'lib/drx/tk/app.rb', line 595 def default_layout { :in => self, :side => 'left', :fill => 'none' } end |