1wxTextDataObject(3) Erlang Module Definition wxTextDataObject(3)
2
3
4
6 wxTextDataObject - See external documentation: wxTextDataObject.
7
9 See external documentation: wxTextDataObject.
10
11 This class is derived (and can use functions) from:
12 wxDataObject
13
15 wxTextDataObject():
16
17
18 An object reference, The representation is internal and can be
19 changed without notice. It can't be used for comparsion stored on
20 disc or distributed for use on other nodes.
21
23 new() -> wxTextDataObject()
24
25 Equivalent to new([]).
26
27 new(Options::[Option]) -> wxTextDataObject()
28
29 Types:
30
31 Option = {text, unicode:chardata()}
32
33 See external documentation.
34
35 getTextLength(This) -> integer()
36
37 Types:
38
39 This = wxTextDataObject()
40
41 See external documentation.
42
43 getText(This) -> unicode:charlist()
44
45 Types:
46
47 This = wxTextDataObject()
48
49 See external documentation.
50
51 setText(This, Text) -> ok
52
53 Types:
54
55 This = wxTextDataObject()
56 Text = unicode:chardata()
57
58 See external documentation.
59
60 destroy(This::wxTextDataObject()) -> ok
61
62 Destroys this object, do not use object again
63
65 <>
66
67
68
69 wx 1.8.7 wxTextDataObject(3)