[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgtk3.pas line 799
type TGtkInputHints = set of ( |
||
TGtkInputHintsIdxMinValue = 0, |
|
|
GTK_INPUT_HINT_SPELLCHECK = 0, |
|
|
GTK_INPUT_HINT_NO_SPELLCHECK = 1, |
|
|
GTK_INPUT_HINT_WORD_COMPLETION = 2, |
|
|
GTK_INPUT_HINT_LOWERCASE = 3, |
|
|
GTK_INPUT_HINT_UPPERCASE_CHARS = 4, |
|
|
GTK_INPUT_HINT_UPPERCASE_WORDS = 5, |
|
|
GTK_INPUT_HINT_UPPERCASE_SENTENCES = 6, |
|
|
GTK_INPUT_HINT_INHIBIT_OSK = 7, |
|
|
GTK_INPUT_HINT_VERTICAL_WRITING = 8, |
|
|
GTK_INPUT_HINT_EMOJI = 9, |
|
|
GTK_INPUT_HINT_NO_EMOJI = 10, |
|
|
TGtkInputHintsIdxMaxValue = 31 |
|
|
); |