Import line: | GLib = imports.gi.GLib; |
GIR File: | GLib-2.0.gir |
C documentation: | GAsciiType |
Enum : | AsciiType |
Properties | |
---|---|
guint32 GLib.AsciiType.ALNUM : 1
|
|
guint32 GLib.AsciiType.ALPHA : 2
|
|
guint32 GLib.AsciiType.CNTRL : 4
|
|
guint32 GLib.AsciiType.DIGIT : 8
|
|
guint32 GLib.AsciiType.GRAPH : 16
|
|
guint32 GLib.AsciiType.LOWER : 32
|
|
guint32 GLib.AsciiType.PRINT : 64
|
|
guint32 GLib.AsciiType.PUNCT : 128
|
|
guint32 GLib.AsciiType.SPACE : 256
|
|
guint32 GLib.AsciiType.UPPER : 512
|
|
guint32 GLib.AsciiType.XDIGIT : 1024
|
None |
None |
None |