wxFindReplaceDialog
(wx)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:wxWindow()
Data = wxFindReplaceData:wxFindReplaceData()
Title = unicode:chardata()
Equivalent to new(Parent, Data, Title, []).
new(Parent, Data, Title, Options::[Option]) -> wxFindReplaceDialog()
Parent = wxWindow:wxWindow()
Data = wxFindReplaceData:wxFindReplaceData()
Title = unicode:chardata()
Option = {style, integer()}
See
create(This, Parent, Data, Title) -> boolean()
This = wxFindReplaceDialog()
Parent = wxWindow:wxWindow()
Data = wxFindReplaceData:wxFindReplaceData()
Title = unicode:chardata()
Equivalent to create(This, Parent, Data, Title, []).
create(This, Parent, Data, Title, Options::[Option]) -> boolean()
This = wxFindReplaceDialog()
Parent = wxWindow:wxWindow()
Data = wxFindReplaceData:wxFindReplaceData()
Title = unicode:chardata()
Option = {style, integer()}
See
getData(This) -> wxFindReplaceData:wxFindReplaceData()
This = wxFindReplaceDialog()
See
destroy(This::wxFindReplaceDialog()) -> ok
Destroys this object, do not use object again