Class: Glimmer::Tk::EntryProxy
- Inherits:
-
WidgetProxy
- Object
- WidgetProxy
- Glimmer::Tk::EntryProxy
- Defined in:
- lib/glimmer/tk/entry_proxy.rb
Overview
Proxy for Tk::Tile::TEntry
Follows the Proxy Design Pattern
Constant Summary
Constants inherited from WidgetProxy
WidgetProxy::DEFAULT_INITIALIZERS
Instance Attribute Summary
Attributes inherited from WidgetProxy
#args, #keyword, #parent_proxy, #tk
Instance Method Summary collapse
Methods inherited from WidgetProxy
#add_observer, #attribute_setter, #content, create, #get_attribute, #handle_listener, #has_attribute?, #has_attributes_attribute?, #has_state?, #image_argument, #initialize, #method_missing, #post_add_content, #post_initialize_child, #respond_to?, #set_attribute, tk_widget_class_for, #tk_widget_has_attribute_getter_setter?, #tk_widget_has_attribute_setter?, #widget_attribute_listener_installers, #widget_custom_attribute_mapping, widget_exists?, widget_proxy_class
Constructor Details
This class inherits a constructor from Glimmer::Tk::WidgetProxy
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Glimmer::Tk::WidgetProxy
Instance Method Details
#invalidcommand_block=(proc) ⇒ Object
33 34 35 |
# File 'lib/glimmer/tk/entry_proxy.rb', line 33 def invalidcommand_block=(proc) tk.invalidcommand(proc) end |
#validatecommand_block=(proc) ⇒ Object
30 31 32 |
# File 'lib/glimmer/tk/entry_proxy.rb', line 30 def validatecommand_block=(proc) tk.validatecommand(proc) end |