Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

Ewl_Entry Struct Reference
[Entry: A Single Line Text Entry WidgetEntry: A Single Line Text Entry Widget]

Inherits from the Ewl_Container and extends it to provide text and a cursor for editing the contents of the text. More...


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_Widgetcursor
 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?


Detailed Description

Inherits from the Ewl_Container and extends it to provide text and a cursor for editing the contents of the text.