summaryrefslogtreecommitdiff
path: root/lib/wx/doc/src/wxFindReplaceData.xml
blob: f70a723088c330cc341ae6033b6a09d943916410 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">

<!-- THIS FILE IS GENERATED DO NOT EDIT -->


<erlref>
<header>
  <copyright>
    <year>2020</year><year>2021</year>
    <holder>wxWidgets team.</holder></copyright>
  <legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
  </legalnotice>
  <title>wxFindReplaceData</title>
</header>
<module>wxFindReplaceData</module>
<modulesummary>Functions for wxFindReplaceData class</modulesummary>
<description><p><seeerl marker="wxFindReplaceData"><c>wxFindReplaceData</c></seeerl> holds the data for <seeerl marker="wxFindReplaceDialog"><c>wxFindReplaceDialog</c></seeerl>.
      </p><p>It is used to initialize the dialog with the default values and will keep the last values from the dialog when it is closed. It is also updated each time a <c>wxFindDialogEvent</c> (not implemented in wx) is generated so instead of using the <c>wxFindDialogEvent</c> (not implemented in wx) methods you can also directly query this object.
      </p><p>Note that all <c>SetXXX()</c> methods may only be called before showing the dialog and calling them has no effect later.
      </p>
  <p>wxWidgets docs: <url href="https://docs.wxwidgets.org/3.1/classwx_find_replace_data.html">wxFindReplaceData</url></p>
  </description>
<datatypes><datatype><name name="wxFindReplaceData"/></datatype></datatypes>

<funcs>
  <func>
    <name name="new" arity="0" clause_i="1" since=""/>
    <fsummary>See: <c>new/1</c></fsummary>
  </func>
  
  <func>
    <name name="new" arity="1" clause_i="1" since=""/>
    <fsummary>Constructor initializes the flags to default value (0). </fsummary>
    <desc><p>Constructor initializes the flags to default value (0). 
      </p></desc>
  </func>
  
  <func>
    <name name="getFindString" arity="1" clause_i="1" since=""/>
    <fsummary>Get the string to find. </fsummary>
    <desc><p>Get the string to find. 
      </p></desc>
  </func>
  
  <func>
    <name name="getReplaceString" arity="1" clause_i="1" since=""/>
    <fsummary>Get the replacement string. </fsummary>
    <desc><p>Get the replacement string. 
      </p></desc>
  </func>
  
  <func>
    <name name="getFlags" arity="1" clause_i="1" since=""/>
    <fsummary>Get the combination of <c>wxFindReplaceFlags</c> values. </fsummary>
    <desc><p>Get the combination of <c>wxFindReplaceFlags</c> values. 
      </p></desc>
  </func>
  
  <func>
    <name name="setFlags" arity="2" clause_i="1" since=""/>
    <fsummary>Set the flags to use to initialize the controls of the dialog. </fsummary>
    <desc><p>Set the flags to use to initialize the controls of the dialog. 
      </p></desc>
  </func>
  
  <func>
    <name name="setFindString" arity="2" clause_i="1" since=""/>
    <fsummary>Set the string to find (used as initial value by the dialog). </fsummary>
    <desc><p>Set the string to find (used as initial value by the dialog). 
      </p></desc>
  </func>
  
  <func>
    <name name="setReplaceString" arity="2" clause_i="1" since=""/>
    <fsummary>Set the replacement string (used as initial value by the dialog). </fsummary>
    <desc><p>Set the replacement string (used as initial value by the dialog). 
      </p></desc>
  </func>
  
  <func>
    <name name="destroy" arity="1" clause_i="1" since=""/>
    <fsummary>Destructor</fsummary>
    <desc><p>Destroys the object.</p></desc>
  </func>
  </funcs>
</erlref>