Class: TkWrapper::Widgets::Root
- Inherits:
-
Base::Widget
- Object
- Base::Widget
- TkWrapper::Widgets::Root
- Defined in:
- lib/widgets/root.rb
Instance Attribute Summary
Attributes inherited from Base::Widget
#cell, #childs, #config, #ids, #manager, #parent
Instance Method Summary collapse
-
#initialize(**arguments) ⇒ Root
constructor
A new instance of Root.
- #tk_class ⇒ Object
Methods inherited from Base::Widget
#build, #configure, #create_tk_widget, #each, #push, #tk_widget
Constructor Details
#initialize(**arguments) ⇒ Root
Returns a new instance of Root.
4 5 6 7 |
# File 'lib/widgets/root.rb', line 4 def initialize(**arguments) super(**arguments) build(nil) end |
Instance Method Details
#tk_class ⇒ Object
9 10 11 |
# File 'lib/widgets/root.rb', line 9 def tk_class TkWidgets::TkRoot end |