summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_text_selection.eo
blob: 1de9d793d1555ace43515fde685ee84be28cc11c (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
interface Efl.Text.Selection {
   methods {
      @property enable {
         set {
            [[TODO
            ]]
         }
         get {
            [[TODO
            ]]
         }
         values {
            enable: bool; [[TODO]]
         }
      }
      @property region {
         set {
            [[TODO
            ]]
         }
         get {
            [[TODO
            ]]
         }
         values {
            start: int; [[TODO]]
            end: int; [[TODO]]
         }
      }
      @property handler_disabled {
         set {
            [[TODO
            ]]
         }
         get {
            [[TODO
            ]]
         }
         values {
            disabled: bool; [[TODO]]
         }
      }
      @property text {
         get {
            [[TODO
            ]]
         }
         values {
            text: const(char)*; [[TODO]]
         }
      }
      all {
         [[TODO
	 ]]
      }
      none {
         [[TODO
	 ]]
      }
   }
}