Module: RubyMVC::Toolkit::WxRuby::Common

Included in:
Frame, WebView
Defined in:
lib/ruby_mvc/toolkit/peers/wxruby/common.rb

Overview

This module has some common things that map between controls in the WxRuby universe

Instance Method Summary collapse

Instance Method Details

#titleObject



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