gtkmm 4.16.0
|
#include <gtkmm/error.h>
Public Types | |
enum | Code { FAILED , CANCELLED , DISMISSED } |
Error codes in the Gtk::DialogError domain that can be returned by async dialog functions. More... | |
Public Member Functions | |
DialogError (Code error_code, const Glib::ustring &error_message) | |
DialogError (GError *gobject) | |
Code | code () const |
Error codes in the Gtk::DialogError
domain that can be returned by async dialog functions.
|
explicit |
Code Gtk::DialogError::code | ( | ) | const |