1wxSystemOptions(3) Erlang Module Definition wxSystemOptions(3)
2
3
4
6 wxSystemOptions - See external documentation: wxSystemOptions.
7
9 See external documentation: wxSystemOptions.
10
12 wxSystemOptions():
13
14
15 An object reference, The representation is internal and can be
16 changed without notice. It can't be used for comparsion stored on
17 disc or distributed for use on other nodes.
18
20 getOption(Name) -> unicode:charlist()
21
22 Types:
23
24 Name = unicode:chardata()
25
26 See external documentation.
27
28 getOptionInt(Name) -> integer()
29
30 Types:
31
32 Name = unicode:chardata()
33
34 See external documentation.
35
36 hasOption(Name) -> boolean()
37
38 Types:
39
40 Name = unicode:chardata()
41
42 See external documentation.
43
44 isFalse(Name) -> boolean()
45
46 Types:
47
48 Name = unicode:chardata()
49
50 See external documentation.
51
52 setOption(Name, Value) -> ok
53
54 Types:
55
56 Name = unicode:chardata()
57 Value = integer()
58
59 See external documentation.
60 Also:
61 setOption(Name, Value) -> 'ok' when
62 Name::unicode:chardata(), Value::unicode:chardata().
63
64
66 <>
67
68
69
70 wx 1.8.7 wxSystemOptions(3)