Method: FX::TreeList#initialize
- Defined in:
-
lib/libGUIb16.rb,
lib/libGUIb14.rb
Returns a new instance of TreeList.
970 971 972 |
# File 'lib/libGUIb16.rb', line 970 def initialize(p, opts = 0) super(p, nil, 0, opts | Fox::LAYOUT_FILL_X | Fox::LAYOUT_FILL_Y) end |