Class: Wx::VWrapSizer
- Inherits:
-
WrapSizer
- Object
- WrapSizer
- Wx::VWrapSizer
- Defined in:
- lib/wx/doc/vboxsizer.rb
Overview
Just a shortcut version for creating a vertical wrap sizer
Instance Method Summary collapse
-
#initialize(flags) ⇒ VWrapSizer
constructor
Constructor for a VWrapSizer.
Constructor Details
#initialize(flags = Wx::WRAPSIZER_DEFAULT_FLAGS) {|sizer| ... } ⇒ Wx::VWrapSizer #initialize(flags = Wx::WRAPSIZER_DEFAULT_FLAGS) ⇒ Wx::VWrapSizer
Constructor for a Wx::VWrapSizer. The flags parameter can be a combination of the values EXTEND_LAST_ON_EACH_LINE which will cause the last item on each line to use any remaining space on that line and REMOVE_LEADING_SPACES which removes any spacer elements from the beginning of a row. Both of these flags are on by default.
65 |
# File 'lib/wx/doc/vboxsizer.rb', line 65 def initialize(flags) end |