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.cr

Enum 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

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def deprecated? #

[View source]
def syntax? #

[View source]
def unimplemented? #

[View source]