table of contents
- buster 1:21.2.6+dfsg-1
- testing 1:23.2.6+dfsg-1
- unstable 1:23.2.6+dfsg-1
- experimental 1:24.0.5+dfsg-1
wxSystemOptions(3erl) | Erlang Module Definition | wxSystemOptions(3erl) |
NAME¶
wxSystemOptions - 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:
See external documentation.
getOptionInt(Name) -> integer()
Types:
See external documentation.
hasOption(Name) -> boolean()
Types:
See external documentation.
isFalse(Name) -> boolean()
Types:
See external documentation.
setOption(Name, Value) -> ok
Types:
Value = integer()
See external documentation.
Also:
setOption(Name, Value) -> 'ok' when
Name::unicode:chardata(), Value::unicode:chardata().
AUTHORS¶
<>wx 1.8.6 |