Data Fields
_Efl_Ui_Text_Interactive_Change_Info Struct Reference

This structure includes all the information about content changes. More...

Data Fields

const char * content
 
size_t position
 The content added/removed.
 
size_t length
 The position where it was added/removed.
 
Eina_Bool insert
 The length of content in characters (not bytes, actual unicode characters)
 
Eina_Bool merge
 true if the content was inserted, false if removei
 

Detailed Description

This structure includes all the information about content changes.

It's meant to be used to implement undo/redo.