class Glimmer::LibUI::ControlProxy::MenuProxy
Proxy for LibUI
menu objects
Follows the Proxy Design Pattern
Constants
- DEFAULT_TEXT
Private Instance Methods
build_control()
click to toggle source
# File lib/glimmer/libui/control_proxy/menu_proxy.rb, line 38 def build_control construction_args = @args.dup construction_args[0] = DEFAULT_TEXT if construction_args.size == 0 @libui = ControlProxy.new_control(@keyword, construction_args) end