summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_internal_text_interactive.eo
blob: bf0bd65cb3e5d19d23bcc3d36c414ff2f7378e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class Efl.Ui.Internal.Text.Interactive (Efl.Canvas.Text, Efl.Ui.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.Ui.Text.Interactive.selection_allowed { get; set; }
      Efl.Ui.Text.Interactive.selection_cursors { get; }
      Efl.Ui.Text.Interactive.editable { get; set; }
   }
}