wxSystemOptions.3erl - Man Page
See external documentation: wxSystemOptions.
Description
See external documentation: wxSystemOptions.
Data Types
- wxSystemOptions():
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
getOption(Name) -> unicode:charlist()
- Types:
Name = unicode:chardata()
See external documentation.
getOptionInt(Name) -> integer()
- Types:
Name = unicode:chardata()
See external documentation.
hasOption(Name) -> boolean()
- Types:
Name = unicode:chardata()
See external documentation.
isFalse(Name) -> boolean()
- Types:
Name = unicode:chardata()
See external documentation.
setOption(Name, Value) -> ok
setOption(Name, Value) -> ok
- Types:
Name = unicode:chardata()
Value = integer()
Name = unicode:chardata()
Value = unicode:chardata()
See external documentation.
Also:
setOption(Name, Value) -> 'ok' when
Name::unicode:chardata(), Value::unicode:chardata().
Authors
<>