Module: Gtk::InputPurpose

Defined in:
(unknown)

Constant Summary collapse

FREE_FORM =

Allow any character

0 or :free_form
ALPHA =

Allow only alphabetic characters

1 or :alpha
DIGITS =

Allow only digits

2 or :digits
NUMBER =

Edited field expects numbers

3 or :number
PHONE =

Edited field expects phone number

4 or :phone
URL =

Edited field expects URL

5 or :url
EMAIL =

Edited field expects email address

6 or :email
NAME =

Edited field expects the name of a person

7 or :name
PASSWORD =

Like GTK_INPUT_PURPOSE_FREE_FORM, but characters are hidden

8 or :password
PIN =

Like GTK_INPUT_PURPOSE_DIGITS, but characters are hidden

9 or :pin
TERMINAL =

Allow any character, in addition to control codes

10 or :terminal