wxFindReplaceData
See external documentation: wxFindReplaceData.
See external documentation:
Functions
new() -> wxFindReplaceData()
See
new(Flags) -> wxFindReplaceData()
Flags = integer()
See
getFindString(This) -> charlist() (see module unicode)
This = wxFindReplaceData()
See
getReplaceString(This) -> charlist() (see module unicode)
This = wxFindReplaceData()
See
getFlags(This) -> integer()
This = wxFindReplaceData()
See
setFlags(This, Flags) -> ok
This = wxFindReplaceData()
Flags = integer()
See
setFindString(This, Str) -> ok
This = wxFindReplaceData()
Str = chardata() (see module unicode)
See
setReplaceString(This, Str) -> ok
This = wxFindReplaceData()
Str = chardata() (see module unicode)
See
destroy(This::wxFindReplaceData()) -> ok
Destroys this object, do not use object again