abstract datatype: wxFindReplaceData()
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
| destroy/1* | Destroys this object, do not use object again. |
| getFindString/1* | See external documentation. |
| getFlags/1* | See external documentation. |
| getReplaceString/1* | See external documentation. |
| new/0* | See external documentation. |
| new/1* | See external documentation. |
| setFindString/2* | See external documentation. |
| setFlags/2* | See external documentation. |
| setReplaceString/2* | See external documentation. |
destroy(This::wxFindReplaceData()) -> ok
Destroys this object, do not use object again
getFindString(This::wxFindReplaceData()) -> string()
getFlags(This::wxFindReplaceData()) -> integer()
getReplaceString(This::wxFindReplaceData()) -> string()
new() -> wxFindReplaceData()
new(Flags::integer()) -> wxFindReplaceData()
setFindString(This::wxFindReplaceData(), Str::string()) -> ok
setFlags(This::wxFindReplaceData(), Flags::integer()) -> ok
setReplaceString(This::wxFindReplaceData(), Str::string()) -> ok
Generated by EDoc, May 26 2008, 12:35:30.