#include <prompt.h>
Public Attributes | |
const char* | key |
const char* | prompt |
gboolean | visible |
const char* | default_value |
char* | value |
void (* | free_value )(char *) |
|
A default value, given as a string. |
|
A function which can free the user's response. |
|
An invariant string of the form "module/name", which describes the information being prompted for. The calling application may use this value as an index into a hash table used to cache answers to particular queries. |
|
The text of a prompt to display. This *may* be translated for the current locale by a module. |
|
The user's response. |
|
Whether or not the user's response should be echoed to the screen or visible in an entry field. |