Method: QDA::GUI::MDIWorkArea#initialize
- Defined in:
- lib/weft/wxgui/workarea.rb
#initialize(weft_client) ⇒ MDIWorkArea
Returns a new instance of MDIWorkArea.
207 208 209 210 211 212 213 |
# File 'lib/weft/wxgui/workarea.rb', line 207 def initialize(weft_client) @client = weft_client @window_map = {} super(nil, -1, "Weft QDA") restore_size() subscribe(@client, :all) end |