Class: Glimmer::LibUI::MenuItemProxy
- Inherits:
-
ControlProxy
- Object
- ControlProxy
- Glimmer::LibUI::MenuItemProxy
- Defined in:
- lib/glimmer/libui/menu_item_proxy.rb
Overview
Proxy for LibUI menu item objects
Follows the Proxy Design Pattern
Direct Known Subclasses
AboutMenuItemProxy, CheckMenuItemProxy, PreferencesMenuItemProxy, QuitMenuItemProxy, SeparatorMenuItemProxy
Constant Summary
Constants inherited from ControlProxy
ControlProxy::BOOLEAN_PROPERTIES, ControlProxy::STRING_PROPERTIES
Instance Attribute Summary
Attributes inherited from ControlProxy
#args, #keyword, #libui, #parent_proxy
Instance Method Summary collapse
Methods inherited from ControlProxy
all_control_proxies, #append_properties, #append_property, boolean_to_integer, #can_handle_listener?, control_exists?, create, #default_destroy, #destroy, #destroy_child, #enabled, #handle_listener, #initialize, integer_to_boolean, main_window_proxy, menu_proxies, #method_missing, new_control, #post_add_content, #post_initialize_child, #respond_to?, #respond_to_libui?, #send_to_libui, #visible, widget_proxy_class, #window_proxy
Constructor Details
This class inherits a constructor from Glimmer::LibUI::ControlProxy
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Glimmer::LibUI::ControlProxy
Instance Method Details
#libui_api_keyword ⇒ Object
30 31 32 |
# File 'lib/glimmer/libui/menu_item_proxy.rb', line 30 def libui_api_keyword 'menu_item' end |