wxFindReplaceDialog
See external documentation: wxFindReplaceDialog.
See external documentation:
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
Functions
new() -> wxFindReplaceDialog()
See
new(Parent, Data, Title) -> wxFindReplaceDialog()
Parent = wxWindow() (see module wxWindow)
Data = wxFindReplaceData() (see module wxFindReplaceData)
Title = chardata() (see module unicode)
Equivalent to new(Parent, Data, Title, []).
new(Parent, Data, Title, Option::[Option]) -> wxFindReplaceDialog()
Parent = wxWindow() (see module wxWindow)
Data = wxFindReplaceData() (see module wxFindReplaceData)
Title = chardata() (see module unicode)
Option = {style, integer()}
See
create(This, Parent, Data, Title) -> boolean()
This = wxFindReplaceDialog()
Parent = wxWindow() (see module wxWindow)
Data = wxFindReplaceData() (see module wxFindReplaceData)
Title = chardata() (see module unicode)
Equivalent to create(This, Parent, Data, Title, []).
create(This, Parent, Data, Title, Option::[Option]) -> boolean()
This = wxFindReplaceDialog()
Parent = wxWindow() (see module wxWindow)
Data = wxFindReplaceData() (see module wxFindReplaceData)
Title = chardata() (see module unicode)
Option = {style, integer()}
See
getData(This) -> wxFindReplaceData() (see module wxFindReplaceData)
This = wxFindReplaceDialog()
See
destroy(This::wxFindReplaceDialog()) -> ok
Destroys this object, do not use object again