Package org.gnome.gtk

Enum Class InputHints

java.lang.Object
java.lang.Enum<InputHints>
org.gnome.gtk.InputHints
All Implemented Interfaces:
Enumeration, Serializable, Comparable<InputHints>, Constable

@Generated("io.github.jwharm.JavaGI") public enum InputHints extends Enum<InputHints> implements Enumeration
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 InputPurpose of the entry.

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

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