Class: TkWrapper::Widgets::Label
- Inherits:
-
Base::Widget
- Object
- Base::Widget
- TkWrapper::Widgets::Label
- Defined in:
- lib/widgets/label.rb
Instance Attribute Summary
Attributes inherited from Base::Widget
Instance Method Summary collapse
Methods inherited from Base::Widget
#build, #check_match, config, #configure, #create_tk_widget, #find, #find_all, #ids, #initialize, manager, #manager, modify, #push, #tk_widget
Constructor Details
This class inherits a constructor from TkWrapper::Widgets::Base::Widget
Instance Method Details
#tk_class ⇒ Object
4 5 6 |
# File 'lib/widgets/label.rb', line 4 def tk_class TkWidgets::Label end |