Data Fields | |
Ewl_Container | container |
Inherit from Ewl_Container. | |
char * | text |
The initial text in the entry. | |
int | length |
Length of the text displayed. | |
Evas_Object * | etox |
Etox does the actual layout work. | |
Etox_Context * | context |
Contains various format settings. | |
Ecore_DList * | ops |
Series of operations to apply. | |
Ecore_DList * | applied |
Applied set of operations. | |
Ewl_Widget * | cursor |
Cursor widget. | |
int | offset |
Starting position of scrolling. | |
int | editable |
Flag indicating user can edit text. | |
Ecore_Timer * | timer |
Time until next text scrolling. | |
double | start_time |
Time timer started. | |
int | in_select_mode |
keyboard cursor movements select? | |
int | multiline |
Deal with multiple lines of text? |