enum Gtk::InputHints

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/gtk.cr

Enum Members

Spellcheck = 1_u32
NoSpellcheck = 2_u32
WordCompletion = 4_u32
Lowercase = 8_u32
UppercaseChars = 16_u32
UppercaseWords = 32_u32
UppercaseSentences = 64_u32
InhibitOsk = 128_u32
VerticalWriting = 256_u32
Emoji = 512_u32
NoEmoji = 1024_u32
Private = 2048_u32

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def emoji? #

def inhibit_osk? #

def lowercase? #

def no_emoji? #

def no_spellcheck? #

def none? #

def private? #

def spellcheck? #

def uppercase_chars? #

def uppercase_sentences? #

def uppercase_words? #

def vertical_writing? #

def word_completion? #