Enumeration

GntEntryFlag

Declaration

flags Gnt.EntryFlag

Description [src]

Flags that control the behaviour of a GntEntry.

Members

GNT_ENTRY_FLAG_ALPHA

Alphabetical characters are allowed.

  • Value: 1
  • Available since: 3.0
GNT_ENTRY_FLAG_INT

Digit characters are allowed.

  • Value: 2
  • Available since: 3.0
GNT_ENTRY_FLAG_NO_SPACE

No whitespace is allowed.

  • Value: 4
  • Available since: 3.0
GNT_ENTRY_FLAG_NO_PUNCT

No punctuation is allowed.

  • Value: 8
  • Available since: 3.0
GNT_ENTRY_FLAG_MASK

Mask the characters in the input display.

  • Value: 16
  • Available since: 3.0