Class: FX::VerticalFrame
- Inherits:
-
Fox::FXVerticalFrame
- Object
- Fox::FXVerticalFrame
- FX::VerticalFrame
- Defined in:
- lib/libGUIb16.rb,
lib/libGUIb14.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(p, opts = 0) ⇒ VerticalFrame
constructor
A new instance of VerticalFrame.
Constructor Details
#initialize(p, opts = 0) ⇒ VerticalFrame
Returns a new instance of VerticalFrame.
983 984 985 |
# File 'lib/libGUIb16.rb', line 983 def initialize(p, opts = 0) super(p, opts | Fox::LAYOUT_FILL_X | Fox::LAYOUT_FILL_Y, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) end |