Class: Wx::HBoxSizer
- Inherits:
-
BoxSizer
- Object
- BoxSizer
- Wx::HBoxSizer
- Defined in:
- lib/wx/classes/hboxsizer.rb
Overview
Just a shortcut version for creating a horizontal box sizer
Instance Method Summary collapse
-
#initialize ⇒ HBoxSizer
constructor
A new instance of HBoxSizer.
Constructor Details
#initialize ⇒ HBoxSizer
3 4 5 |
# File 'lib/wx/classes/hboxsizer.rb', line 3 def initialize super(Wx::HORIZONTAL) end |