enum Gtk::InputHints
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum 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 -
None =
0_u32 -
All =
4095_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #emoji?
- #inhibit_osk?
- #lowercase?
- #no_emoji?
- #no_spellcheck?
- #none?
- #private?
- #spellcheck?
- #uppercase_chars?
- #uppercase_sentences?
- #uppercase_words?
- #vertical_writing?
- #word_completion?