API Version: 4.0
Library Version: 4.4.1
enum Gtk.CssParserWarning
Warnings that can occur while parsing CSS.
Unlike GtkCssParserErrors, warnings do not cause the parser to skip any input, but they indicate issues that should be fixed.
GtkCssParserError
GTK_CSS_PARSER_WARNING_DEPRECATED
The given construct is deprecated and will be removed in a future version.
GTK_CSS_PARSER_WARNING_SYNTAX
A syntax construct was used that should be avoided.
GTK_CSS_PARSER_WARNING_UNIMPLEMENTED
A feature is not implemented.
Content