wxFindReplaceData

See external documentation: wxFindReplaceData.

See external documentation: wxFindReplaceData.

Types


wxFindReplaceData() = wx:wx_object()

Functions


new() -> wxFindReplaceData()

See external documentation.

new(Flags) -> wxFindReplaceData()

  • Flags = integer()

See external documentation.

getFindString(This) -> charlist() (see module unicode)

  • This = wxFindReplaceData()

See external documentation.

getReplaceString(This) -> charlist() (see module unicode)

  • This = wxFindReplaceData()

See external documentation.

getFlags(This) -> integer()

  • This = wxFindReplaceData()

See external documentation.

setFlags(This, Flags) -> ok

  • This = wxFindReplaceData()
  • Flags = integer()

See external documentation.

setFindString(This, Str) -> ok

  • This = wxFindReplaceData()
  • Str = chardata() (see module unicode)

See external documentation.

setReplaceString(This, Str) -> ok

  • This = wxFindReplaceData()
  • Str = chardata() (see module unicode)

See external documentation.

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

Destroys this object, do not use object again