enum
Gtk::CssParserWarning
Overview
Warnings that can occur while parsing CSS.
Unlike Gtk::CssParserErrors, warnings do not cause the parser to
skip any input, but they indicate issues that should be fixed.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
Deprecated =
0_u32 -
The given construct is deprecated and will be removed in a future version
-
Syntax =
1_u32 -
A syntax construct was used that should be avoided
-
Unimplemented =
2_u32 -
A feature is not implemented
Instance Method Summary
-
#deprecated?
Returns
trueif this enum value equalsDeprecated -
#syntax?
Returns
trueif this enum value equalsSyntax -
#unimplemented?
Returns
trueif this enum value equalsUnimplemented