Class: FX::VerticalFrame

Inherits:
Fox::FXVerticalFrame
  • Object
show all
Defined in:
lib/libGUIb16.rb,
lib/libGUIb14.rb

Direct Known Subclasses

Container, RadioMutex, TableWidget

Instance Method Summary collapse

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