Class: FX::TreeList
- Inherits:
-
Fox::FXTreeList
- Object
- Fox::FXTreeList
- FX::TreeList
- Defined in:
- lib/libGUIb16.rb,
lib/libGUIb14.rb
Instance Method Summary collapse
-
#initialize(p, opts = 0) ⇒ TreeList
constructor
A new instance of TreeList.
- #initialize_language_ids ⇒ Object
Constructor Details
#initialize(p, opts = 0) ⇒ TreeList
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 |
Instance Method Details
#initialize_language_ids ⇒ Object
975 976 977 978 979 |
# File 'lib/libGUIb16.rb', line 975 def initialize_language_ids each { |ti| ti.initialize_language_ids } end |