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