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

Included in:
Dialog, Frame, GridView, MessageBox, 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



72
73
74
# File 'lib/ruby_mvc/toolkit/peers/wxruby/common.rb', line 72

def title
  get_title
end

#title=(title) ⇒ Object



76
77
78
# File 'lib/ruby_mvc/toolkit/peers/wxruby/common.rb', line 76

def title=(title)
  set_title(title)
end