wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxFindReplaceData

Module

wxFindReplaceData

Module Summary

See external documentation: wxFindReplaceData.

Description

See external documentation: wxFindReplaceData.

DATA TYPES

wxFindReplaceData()

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.

Exports

new() -> wxFindReplaceData()

new(Flags) -> wxFindReplaceData()

Types

Flags = integer()

getFindString(This) -> unicode:charlist()

Types

getReplaceString(This) -> unicode:charlist()

Types

getFlags(This) -> integer()

Types

setFlags(This, Flags) -> ok

Types

Flags = integer()

setFindString(This, Str) -> ok

setReplaceString(This, Str) -> ok

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

Destroys this object, do not use object again