Module: RubyMVC::Toolkit::WxRuby::Common
Overview
This module has some common things that map between controls in the WxRuby universe
Instance Method Summary collapse
Instance Method Details
#title ⇒ Object
62 63 64 |
# File 'lib/ruby_mvc/toolkit/peers/wxruby/common.rb', line 62 def title get_title end |
#title=(title) ⇒ Object
66 67 68 |
# File 'lib/ruby_mvc/toolkit/peers/wxruby/common.rb', line 66 def title=(title) set_title(title) end |