Class: QDA::GUI::StandaloneWorkAreaWindow
- Inherits:
-
Wx::Frame
- Object
- Wx::Frame
- QDA::GUI::StandaloneWorkAreaWindow
- Defined in:
- lib/weft/wxgui/inspectors.rb
Instance Method Summary collapse
- #activate ⇒ Object
-
#initialize(workarea, *args) ⇒ StandaloneWorkAreaWindow
constructor
A new instance of StandaloneWorkAreaWindow.
Constructor Details
#initialize(workarea, *args) ⇒ StandaloneWorkAreaWindow
Returns a new instance of StandaloneWorkAreaWindow.
9 10 11 |
# File 'lib/weft/wxgui/inspectors.rb', line 9 def initialize(workarea, *args) super(nil, -1, *args) end |
Instance Method Details
#activate ⇒ Object
14 15 16 17 |
# File 'lib/weft/wxgui/inspectors.rb', line 14 def activate() # TODO - raise() doesn't seem to work on GTK shown? ? raise() : show() end |