_Edje_Entry_Change_Info Struct Reference


Data Fields

union {
   struct {
      const char *   content
      size_t   end
      size_t   start
   }   del
   struct {
      const char *   content
      size_t   plain_length
      size_t   pos
   }   insert
change
Eina_Bool insert: 1
 True if the "change" union's "insert" is valid.
Eina_Bool merge: 1
 True if can be merged with the previous one.

Field Documentation

True if the "change" union's "insert" is valid.

True if can be merged with the previous one.

Used for example with insertion when something is already selected.

Referenced by _edje_entry_user_insert().


The documentation for this struct was generated from the following file: