:right-sidebar: True InputHints =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: InputHints :no-contents-entry: 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 :obj:`~gi.repository.Gtk.InputPurpose` of the entry. Some common sense is expected when using these flags - mixing :const:`~gi.repository.Gtk.InputHints.LOWERCASE` with any of the uppercase hints makes no sense. This enumeration may be extended in the future; input methods should ignore unknown values. Fields ------ .. rst-class:: interim-class .. class:: InputHints :no-index: .. attribute:: EMOJI The type of the None singleton. .. attribute:: INHIBIT_OSK The type of the None singleton. .. attribute:: LOWERCASE The type of the None singleton. .. attribute:: NONE The type of the None singleton. .. attribute:: NO_EMOJI The type of the None singleton. .. attribute:: NO_SPELLCHECK The type of the None singleton. .. attribute:: PRIVATE The type of the None singleton. .. attribute:: SPELLCHECK The type of the None singleton. .. attribute:: UPPERCASE_CHARS The type of the None singleton. .. attribute:: UPPERCASE_SENTENCES The type of the None singleton. .. attribute:: UPPERCASE_WORDS The type of the None singleton. .. attribute:: VERTICAL_WRITING The type of the None singleton. .. attribute:: WORD_COMPLETION The type of the None singleton.