summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_internal_text_interactive.eo
blob: 44e871cb9b31c11867c4397bdd204b87b055e141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
class @beta Efl.Ui.Internal.Text.Interactive extends Efl.Canvas.Textblock implements Efl.Text_Interactive, Efl.Input_Text
{
   [[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.main_cursor { get; }
      Efl.Text_Interactive.selection_allowed { get; set; }
      Efl.Text_Interactive.selection_cursors { get; }
      Efl.Text_Interactive.editable { get; set; }
      Efl.Text_Interactive.all_unselect;
      Efl.Text_Interactive.all_select;
      Efl.Text_Interactive.have_selection {get; }
      Efl.Text.text { set; }
      Efl.Text_Markup.markup { set; }
      Efl.Input_Text.input_panel_show_on_demand { get; set; }
      Efl.Input_Text.input_panel_language { get; set; }
      Efl.Input_Text.input_panel_layout_variation { get; set; }
      Efl.Input_Text.autocapitalization { get; set; }
      Efl.Input_Text.input_panel_return_key_state { get; set; }
      Efl.Input_Text.predictable { get; set; }
      Efl.Input_Text.input_hint { get; set; }
      Efl.Input_Text.input_panel_layout { get; set; }
      Efl.Input_Text.input_panel_return_key_type { get; set; }
      Efl.Input_Text.input_panel_autoshow { get; set; }
      Efl.Input_Text.input_panel_show;
      Efl.Input_Text.input_panel_hide;
      Efl.Input_Text.input_panel_imdata { get; set; }
   }
}