Gjsify LogoGjsify Logo

Describes hints that might be taken into account by input methods or applications. Note that input methods may already tailor their behaviour according to the #GtkInputPurpose of the entry.

Some common sense is expected when using these flags - mixing GTK_INPUT_HINT_LOWERCASE with any of the uppercase hints makes no sense.

This enumeration may be extended in the future; input methods should ignore unknown values.

bitfield

Index

Enumeration Members

EMOJI: number

Suggest offering Emoji support. Since 3.22.20

INHIBIT_OSK: number

Suggest to not show an onscreen keyboard (e.g for a calculator that already has all the keys).

LOWERCASE: number

Suggest to convert all text to lowercase

NONE: number

No special behaviour suggested

NO_EMOJI: number

Suggest not offering Emoji support. Since 3.22.20

NO_SPELLCHECK: number

Suggest not checking for typos

SPELLCHECK: number

Suggest checking for typos

UPPERCASE_CHARS: number

Suggest to capitalize all text

UPPERCASE_SENTENCES: number

Suggest to capitalize the first word of each sentence

UPPERCASE_WORDS: number

Suggest to capitalize the first character of each word

VERTICAL_WRITING: number

The text is vertical. Since 3.18

WORD_COMPLETION: number

Suggest word completion

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method