Module: Gtk::InputHints

Defined in:
(unknown)

Constant Summary collapse

NONE =

No special behaviour suggested

0 or :none
SPELLCHECK =

Suggest checking for typos

1 or :spellcheck
NO_SPELLCHECK =

Suggest not checking for typos

2 or :no_spellcheck
WORD_COMPLETION =

Suggest word completion

4 or :word_completion
LOWERCASE =

Suggest to convert all text to lowercase

8 or :lowercase
UPPERCASE_CHARS =

Suggest to capitalize all text

16 or :uppercase_chars
UPPERCASE_WORDS =

Suggest to capitalize the first

character of each word
32 or :uppercase_words
UPPERCASE_SENTENCES =

Suggest to capitalize the

first word of each sentence
64 or :uppercase_sentences
INHIBIT_OSK =

Suggest to not show an onscreen keyboard

(e.g for a calculator that already has all the keys).
128 or :inhibit_osk
VERTICAL_WRITING =

The text is vertical. Since 3.18

256 or :vertical_writing
EMOJI =

Suggest offering Emoji support. Since 3.22.20

512 or :emoji
NO_EMOJI =

Suggest not offering Emoji support. Since 3.22.20

1024 or :no_emoji