Class: FX::List

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

Instance Method Summary collapse

Constructor Details

#initialize(p, opts = 0) ⇒ List

Returns a new instance of List.



573
574
575
# File 'lib/libGUIb16.rb', line 573

def initialize(p, opts = 0)
  super(p, nil, 0, opts | Fox::LAYOUT_FILL_X | Fox::LAYOUT_FILL_Y | Fox::LIST_NORMAL)
end