class ExportDoneDialog(MessageDialog): (source)
Undocumented
| Method | __init__ |
Constructor. |
| Method | on_open_file |
Undocumented |
| Method | on_show_log |
Undocumented |
| Instance Variable | logging_context |
Undocumented |
| Instance Variable | output |
Undocumented |
Inherited from MessageDialog:
| Method | add_extra_button |
No summary |
| Method | assert_response_ok |
Undocumented |
| Method | run |
Runs the dialog and destroys it directly. |
zim.gui.widgets.MessageDialog.__init__| Parameters | |
| parent | either a parent window or dialog or None |
| logging_context | Undocumented |
| output | Undocumented |
| msg | the message either as sring or a 2-tuple of the actual question and a longer explanation as strings. Using a tuple here will give a better looking dialog. |