gtkmm 4.10.0
|
#include <gtkmm/cssprovider.h>
Public Types | |
enum | Code { FAILED , SYNTAX , IMPORT , NAME , UNKNOWN_VALUE } |
Errors that can occur while parsing CSS. More... | |
Public Member Functions | |
CssParserError (Code error_code, const Glib::ustring & error_message) | |
CssParserError (GError * gobject) | |
Code | code () const |
Errors that can occur while parsing CSS.
These errors are unexpected and will cause parts of the given CSS to be ignored.
Gtk::CssParserError::CssParserError | ( | Code | error_code, |
const Glib::ustring & | error_message | ||
) |
|
explicit |
Code Gtk::CssParserError::code | ( | ) | const |