| Class | Warnbox | Undocumented |
| Class | RunnableView | A mixin class for any View or GladeDelegate that offers run/close |
| Class | AbstractDialog | Abstract Dialog class that defines a simple run API. |
| Class | BasicDialog | Abstract class that offers a Dialog with two buttons. It should be |
| Class | BasicPluggableDialog | Abstract class for Pluggable*Dialog; two buttons and a slave area |
| Class | BasicWrappingDialog | Abstract class for Wrapping*Dialog; run and set_transient_for to |
| Class | ConfirmDialog | Dialog offers an option to confirm or cancel an event. It prints text |
| Class | NotifyDialog | Dialog that notifies an event. It prints text in a label and offers a |
| Function | get_current_toplevel | Undocumented |
| Function | add_current_toplevel | Undocumented |
| Function | _pop_current_toplevel | Undocumented |
| Function | get_dialog | Returns a dialog. |
| Function | run_dialog | Runs a dialog and return the return value of it. |
| Function | notify_if_raises | Undocumented |
| Class | DialogSystemNotifier | Undocumented |
Returns a dialog.
| Parameters | dialog | the dialog, could be a class or instance |
| parent | parent of the dialog | |
| args | custom positional argument | |
| kwargs | custom keyword arguments |