gtkmm 4.16.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.
|
explicit |
Code Gtk::CssParserError::code | ( | ) | const |