Enumeration

GntEntryFlag

Declaration

flags Gnt.EntryFlag

Description [src]

Flags that control the behaviour of a GntEntry.

Members

Name Description
GNT_ENTRY_FLAG_ALPHA

Alphabetical characters are allowed.

GNT_ENTRY_FLAG_INT

Digit characters are allowed.

GNT_ENTRY_FLAG_NO_SPACE

No whitespace is allowed.

GNT_ENTRY_FLAG_NO_PUNCT

No punctuation is allowed.

GNT_ENTRY_FLAG_MASK

Mask the characters in the input display.