Typedefs | Enumerations
Edje Text Cursor

Functions that deal with cursor in text parts. More...

Typedefs

typedef enum _Edje_Cursor Edje_Cursor
 All available cursor states. More...
 

Enumerations

enum  _Edje_Cursor {
  EDJE_CURSOR_MAIN,
  EDJE_CURSOR_SELECTION_BEGIN,
  EDJE_CURSOR_SELECTION_END,
  EDJE_CURSOR_PREEDIT_START,
  EDJE_CURSOR_PREEDIT_END,
  EDJE_CURSOR_USER,
  EDJE_CURSOR_USER_EXTRA
}
 

Detailed Description

Functions that deal with cursor in text parts.

Cursor is a known functionality for texts in the whole computational world. It marks a position in the text from where one may want to make a insertion, deletion or selection.

Edje is responsible for handling this functionality through the following functions.

Typedef Documentation

All available cursor states.