Package org.gnome.gtk

Enum Class CssParserWarning

java.lang.Object
java.lang.Enum<CssParserWarning>
org.gnome.gtk.CssParserWarning
All Implemented Interfaces:
Enumeration, Serializable, Comparable<CssParserWarning>, Constable

@Generated("io.github.jwharm.JavaGI") public enum CssParserWarning extends Enum<CssParserWarning> implements Enumeration
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.