summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_internal_text_interactive.eo
blob: d107c089bf54ab6c5355c4fe6d0955c7d9356559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class @beta Efl.Ui.Internal.Text.Interactive extends Evas.Textblock.Legacy implements Efl.Text_Interactive
{
   [[An internal object in charge of the interactive aspect of the text widget.

     This object is in charge of processing inputs, moving the text caret and so on.
   ]]
   implements {
      Efl.Object.constructor;
      Efl.Object.finalize;
      Efl.Text_Interactive.selection_allowed { get; set; }
      Efl.Text_Interactive.selection_cursors { get; }
      Efl.Text_Interactive.editable { get; set; }
      Efl.Text_Interactive.select_none;
   }
}