wxFindReplaceDialog

See external documentation: wxFindReplaceDialog.

See external documentation: wxFindReplaceDialog.

This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler

Types


wxFindReplaceDialog() = wx:wx_object()

Functions


new() -> wxFindReplaceDialog()

See external documentation.

new(Parent, Data, Title) -> wxFindReplaceDialog()

  • Parent = wxWindow() (see module wxWindow)
  • Data = wxFindReplaceData() (see module wxFindReplaceData)
  • Title = chardata() (see module unicode)

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 external documentation.

create(This, Parent, Data, Title) -> boolean()

  • This = wxFindReplaceDialog()
  • Parent = wxWindow() (see module wxWindow)
  • Data = wxFindReplaceData() (see module wxFindReplaceData)
  • Title = chardata() (see module unicode)

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 external documentation.

getData(This) -> wxFindReplaceData() (see module wxFindReplaceData)

  • This = wxFindReplaceDialog()

See external documentation.

destroy(This::wxFindReplaceDialog()) -> ok

Destroys this object, do not use object again