Package ch.bailu.gtk.gtk
Interface CssParserWarning
public interface CssParserWarning
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The given construct is
deprecated and will be removed in a future versionstatic final int
A syntax construct was used
that should be avoidedstatic final int
A feature is not implemented
-
Field Details
-
DEPRECATED
static final int DEPRECATEDThe given construct is
deprecated and will be removed in a future version- See Also:
-
SYNTAX
static final int SYNTAXA syntax construct was used
that should be avoided- See Also:
-
UNIMPLEMENTED
static final int UNIMPLEMENTEDA feature is not implemented- See Also:
-