Data Structures | |
struct | Ewl_Password |
Inherits from the Ewl_Entry and extends it to obscure the text. More... | |
struct | Ewl_Password |
Inherits from the Ewl_Entry and extends it to obscure the text. More... | |
Defines | |
#define | EWL_PASSWORD(password) ((Ewl_Password *) password) |
Typecasts a pointer to an Ewl_Password pointer. | |
Typedefs | |
typedef Ewl_Password | Ewl_Password |
Inherits from the Ewl_Widget and provides single line editable text. | |
Functions | |
Ewl_Widget * | ewl_password_new (char *text) |
Allocate and initialize a new password widget. | |
void | ewl_password_init (Ewl_Password *e, char *text) |
Initialize an password widget to default values. | |
void | ewl_password_text_set (Ewl_Password *e, char *t) |
Set the text for an password widget. | |
char * | ewl_password_text_get (Ewl_Password *e) |
Get the text from an password widget. | |
void | ewl_password_obscure_set (Ewl_Password *e, char o) |
Sets the character used to obscure the text for a password. | |
char | ewl_password_obscure_get (Ewl_Password *e) |
Retrieves the character used to obscure the text for a password. |
|
Initialize an password widget to default values.
|
|
Allocate and initialize a new password widget.
|
|
Retrieves the character used to obscure the text for a password.
|
|
Sets the character used to obscure the text for a password.
|
|
Get the text from an password widget.
|
|
Set the text for an password widget.
|