InputHints

class InputHints(val mask: <Error class: unknown class>)

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 enum@InputPurpose 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.

Constructors

Link copied to clipboard
constructor(mask: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mask: <Error class: unknown class>

Functions

Link copied to clipboard
open infix fun or(other: InputHints): InputHints