Class: Tgui::ButtonBase::Theme
- Inherits:
-
Widget::Theme
- Object
- ThemeComponent
- Widget::Theme
- Tgui::ButtonBase::Theme
- Defined in:
- lib/white_gold/dsl/button_base.rb
Constant Summary
Constants included from ThemeAttributed
ThemeAttributed::ATTRIBUTE_TYPES
Instance Attribute Summary
Attributes inherited from ThemeComponent
Instance Method Summary collapse
Methods inherited from ThemeComponent
#base_name, #initialize, #to_theme
Methods included from ThemeAttributed
Methods included from BangDef
Methods included from BangNest
Methods included from BangNestedCaller
#bang_method_missing, #bang_object_stack, #bang_respond_to?, #self!, #upon!
Constructor Details
This class inherits a constructor from Tgui::ThemeComponent
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class BangNest
Instance Method Details
#default_name ⇒ Object
8 9 10 |
# File 'lib/white_gold/dsl/button_base.rb', line 8 def default_name "Button" end |