]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/sysopt.tex
use correct test
[wxWidgets.git] / docs / latex / wx / sysopt.tex
1 \section{\class{wxSystemOptions}}\label{wxsystemoptions}
2
3 wxSystemOptions stores option/value pairs that wxWidgets itself or
4 applications can use to alter behaviour at run-time. It can be
5 used to optimize behaviour that doesn't deserve a distinct API,
6 but is still important to be able to configure.
7
8 These options are currently recognised by wxWidgets.
9
10 \wxheading{Windows}
11
12 \twocolwidtha{7cm}
13 \begin{twocollist}\itemsep=0pt
14 \twocolitem{{\bf Option}}{{\bf Value}}
15 \twocolitem{no-maskblt}{1 to never use WIN32's MaskBlt function, 0 to allow it to be used where possible. Default: 0.
16 In some circumstances the MaskBlt function can be slower than using the fallback code, especially if using
17 DC cacheing. By default, MaskBlt will be used where it is implemented by the operating system and driver.}
18 \twocolitem{msw.remap}{If 1 (the default), wxToolBar bitmap colours will be remapped
19 to the current theme's values. Set this to 0 to disable this functionality, for example if you're using
20 more than 16 colours in your tool bitmaps.}
21 \twocolitem{msw.window.no-clip-children}{If 1, windows will not automatically get the WS\_CLIPCHILDREN
22 style. This restores the way windows are refreshed back to the method used in versions of wxWidgets
23 earlier than 2.5.4, and for some complex window hierarchies it can reduce apparent refresh delays. You may
24 still specify wxCLIP\_CHILDREN for individual windows.}
25 \twocolitem{msw.notebook.themed-background}{If set to 0, globally disables themed backgrounds on notebook
26 pages. Note that this won't disable the theme on the actual notebook background (noticeable only if there are no
27 pages).}
28 \twocolitem{msw.staticbox.optimized-paint}{If set to 0, switches off optimized wxStaticBox painting.
29 Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box
30 (the optimized refresh causes any such drawing to disappear).}
31 \twocolitem{msw.display.directdraw}{If set to 1, use DirectDraw-based implementation of
32 \helpref{wxDisplay}{wxdisplay}. By default the standard Win32 functions are
33 used.}
34 \end{twocollist}
35
36 \wxheading{Mac}
37
38 \twocolwidtha{7cm}
39 \begin{twocollist}\itemsep=0pt
40 \twocolitem{{\bf Option}}{{\bf Value}}
41 \twocolitem{mac.window-plain-transition}{If 1, uses a plainer transition when showing
42 a window. You can also use the symbol wxMAC\_WINDOW\_PLAIN\_TRANSITION.}
43 \twocolitem{window-default-variant}{The default variant used by windows (cast to integer from the wxWindowVariant enum).
44 Also known as wxWINDOW\_DEFAULT\_VARIANT.}
45 \twocolitem{mac.listctrl.always_use_generic}{Tells wxListCtrl to use the generic
46 control even when it is capable of using the native control instead.
47 Also knwon as wxMAC\_ALWAYS\_USE\_GENERIC\_LISTCTRL.}
48 \end{twocollist}
49
50 \wxheading{MGL}
51
52 \twocolwidtha{7cm}
53 \begin{twocollist}\itemsep=0pt
54 \twocolitem{{\bf Option}}{{\bf Value}}
55 \twocolitem{mgl.aa-threshold}{Set this integer option to point
56 size below which fonts are not antialiased. Default: 10.}
57 \twocolitem{mgl.screen-refresh}{Screen refresh rate in Hz.
58 A reasonable default is used if not specified.}
59 \end{twocollist}
60
61 \wxheading{Motif}
62
63 \twocolwidtha{7cm}
64 \begin{twocollist}\itemsep=0pt
65 \twocolitem{{\bf Option}}{{\bf Value}}
66 \twocolitem{motif.largebuttons}{If 1, uses a bigger default size for wxButtons.}
67 \end{twocollist}
68
69 The compile-time option to include or exclude this functionality
70 is wxUSE\_SYSTEM\_OPTIONS.
71
72 \wxheading{Derived from}
73
74 \helpref{wxObject}{wxobject}
75
76 \wxheading{Include files}
77
78 <wx/sysopt.h>
79
80 \latexignore{\rtfignore{\wxheading{Members}}}
81
82
83 \membersection{wxSystemOptions::wxSystemOptions}\label{wxsystemoptionsctor}
84
85 \func{}{wxSystemOptions}{\void}
86
87 Default constructor. You don't need to create an instance of wxSystemOptions
88 since all of its functions are static.
89
90
91 \membersection{wxSystemOptions::GetOption}\label{wxsystemoptionsgetoption}
92
93 \constfunc{wxString}{GetOption}{\param{const wxString\&}{ name}}
94
95 Gets an option. The function is case-insensitive to {\it name}.
96
97 Returns empty string if the option hasn't been set.
98
99 \wxheading{See also}
100
101 \helpref{wxSystemOptions::SetOption}{wxsystemoptionssetoption},\rtfsp
102 \helpref{wxSystemOptions::GetOptionInt}{wxsystemoptionsgetoptionint},\rtfsp
103 \helpref{wxSystemOptions::HasOption}{wxsystemoptionshasoption}
104
105
106 \membersection{wxSystemOptions::GetOptionInt}\label{wxsystemoptionsgetoptionint}
107
108 \constfunc{int}{GetOptionInt}{\param{const wxString\&}{ name}}
109
110 Gets an option as an integer. The function is case-insensitive to {\it name}.
111
112 If the option hasn't been set, this function returns $0$.
113
114 \wxheading{See also}
115
116 \helpref{wxSystemOptions::SetOption}{wxsystemoptionssetoption},\rtfsp
117 \helpref{wxSystemOptions::GetOption}{wxsystemoptionsgetoption},\rtfsp
118 \helpref{wxSystemOptions::HasOption}{wxsystemoptionshasoption}
119
120
121 \membersection{wxSystemOptions::HasOption}\label{wxsystemoptionshasoption}
122
123 \constfunc{bool}{HasOption}{\param{const wxString\&}{ name}}
124
125 Returns \true if the given option is present. The function is case-insensitive to {\it name}.
126
127 \wxheading{See also}
128
129 \helpref{wxSystemOptions::SetOption}{wxsystemoptionssetoption},\rtfsp
130 \helpref{wxSystemOptions::GetOption}{wxsystemoptionsgetoption},\rtfsp
131 \helpref{wxSystemOptions::GetOptionInt}{wxsystemoptionsgetoptionint}
132
133
134 \membersection{wxSystemOptions::IsFalse}\label{wxsystemoptionsisfalse}
135
136 \constfunc{bool}{IsFalse}{\param{const wxString\&}{ name}}
137
138 Returns \true if the option with the given \arg{name} had been set to $0$
139 value. This is mostly useful for boolean options for which you can't use
140 \texttt{GetOptionInt(name) == 0} as this would also be true if the option
141 hadn't been set at all.
142
143
144 \membersection{wxSystemOptions::SetOption}\label{wxsystemoptionssetoption}
145
146 \func{void}{SetOption}{\param{const wxString\&}{ name}, \param{const wxString\&}{ value}}
147
148 \func{void}{SetOption}{\param{const wxString\&}{ name}, \param{int}{ value}}
149
150 Sets an option. The function is case-insensitive to {\it name}.
151
152 \wxheading{See also}
153
154 \helpref{wxSystemOptions::GetOption}{wxsystemoptionsgetoption},\rtfsp
155 \helpref{wxSystemOptions::GetOptionInt}{wxsystemoptionsgetoptionint},\rtfsp
156 \helpref{wxSystemOptions::HasOption}{wxsystemoptionshasoption}
157