wxDialogwxTopLevelWindowwxWindowwxEvtHandlerabstract datatype: wxFindReplaceDialog()
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.
| create/4* | Equivalent to create(This, Parent, Data, Title, []). |
| create/5* | See external documentation. |
| destroy/1* | Destroys this object, do not use object again. |
| getData/1* | See external documentation. |
| new/0* | See external documentation. |
| new/3* | Equivalent to new(Parent, Data, Title, []). |
| new/4* | See external documentation. |
create(This::wxFindReplaceDialog(), Parent::wxWindow:wxWindow(), Data::wxFindReplaceData:wxFindReplaceData(), Title::string()) -> bool()
Equivalent to create(This, Parent, Data, Title, []).
create(This::wxFindReplaceDialog(), Parent::wxWindow:wxWindow(), Data::wxFindReplaceData:wxFindReplaceData(), Title::string(), Options::[Option]) -> bool()
destroy(This::wxFindReplaceDialog()) -> ok
Destroys this object, do not use object again
getData(This::wxFindReplaceDialog()) -> wxFindReplaceData:wxFindReplaceData()
new() -> wxFindReplaceDialog()
new(Parent::wxWindow:wxWindow(), Data::wxFindReplaceData:wxFindReplaceData(), Title::string()) -> wxFindReplaceDialog()
Equivalent to new(Parent, Data, Title, []).
new(Parent::wxWindow:wxWindow(), Data::wxFindReplaceData:wxFindReplaceData(), Title::string(), Options::[Option]) -> wxFindReplaceDialog()
Generated by EDoc, May 26 2008, 12:35:30.