Inherits Glib::Error.
Public Types | |
enum | Code { GENERAL, INTERNAL_ERROR, NOMEM, INVALID_FILE } |
Public Member Functions | |
PrintError (Code error_code, const Glib::ustring& error_message) | |
PrintError (GError* gobject) | |
Code | code () const |
Gtk::PrintError::PrintError | ( | Code | error_code, | |
const Glib::ustring & | error_message | |||
) |
Gtk::PrintError::PrintError | ( | GError * | gobject | ) | [explicit] |
Code Gtk::PrintError::code | ( | ) | const |
Reimplemented from Glib::Error.