1wxFindReplaceData(3)       Erlang Module Definition       wxFindReplaceData(3)
2
3
4

NAME

6       wxFindReplaceData - See external documentation: wxFindReplaceData.
7

DESCRIPTION

9       See external documentation: wxFindReplaceData.
10

DATA TYPES

12         wxFindReplaceData():
13
14
15           An  object  reference,  The  representation  is internal and can be
16           changed without notice. It can't be used for comparsion  stored  on
17           disc or distributed for use on other nodes.
18

EXPORTS

20       new() -> wxFindReplaceData()
21
22              See external documentation.
23
24       new(Flags) -> wxFindReplaceData()
25
26              Types:
27
28                 Flags = integer()
29
30              See external documentation.
31
32       getFindString(This) -> unicode:charlist()
33
34              Types:
35
36                 This = wxFindReplaceData()
37
38              See external documentation.
39
40       getReplaceString(This) -> unicode:charlist()
41
42              Types:
43
44                 This = wxFindReplaceData()
45
46              See external documentation.
47
48       getFlags(This) -> integer()
49
50              Types:
51
52                 This = wxFindReplaceData()
53
54              See external documentation.
55
56       setFlags(This, Flags) -> ok
57
58              Types:
59
60                 This = wxFindReplaceData()
61                 Flags = integer()
62
63              See external documentation.
64
65       setFindString(This, Str) -> ok
66
67              Types:
68
69                 This = wxFindReplaceData()
70                 Str = unicode:chardata()
71
72              See external documentation.
73
74       setReplaceString(This, Str) -> ok
75
76              Types:
77
78                 This = wxFindReplaceData()
79                 Str = unicode:chardata()
80
81              See external documentation.
82
83       destroy(This::wxFindReplaceData()) -> ok
84
85              Destroys this object, do not use object again
86

AUTHORS

88       <>
89
90
91
92                                   wx 1.9.3               wxFindReplaceData(3)
Impressum