Navigation

Operators and Keywords

Function List:

C++ API

Function File: s = zenity_entry(text, entry_text, password)

Displays a text entry dialog. The variable text sets the title of the dialog, and the entry_text variable sets the default value of the text entry field. If the password variable is non-empty the value of the text entry field will not be displayed on the screen. All arguments are optional.