Class: QDA::GUI::ErrorDialog
- Inherits:
-
Wx::MessageDialog
- Object
- Wx::MessageDialog
- QDA::GUI::ErrorDialog
- Defined in:
- lib/weft/wxgui/dialogs.rb
Constant Summary collapse
- ERR_DIALOG_FLAGS =
Wx::OK|Wx::ICON_ERROR
Class Method Summary collapse
Class Method Details
.display(title, message) ⇒ Object
41 42 43 |
# File 'lib/weft/wxgui/dialogs.rb', line 41 def self.display(title, ) new(nil, , title, ERR_DIALOG_FLAGS).show_modal() end |