• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:to

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.
15 \twocolitem{filesys.no-mimetypesmanager}{Set to 1 to avoid using the mime types manager in wxFileSystemHandler.
18 style. This restores the way windows are refreshed back to the method used in versions of wxWidgets
21 \twocolitem{msw.notebook.themed-background}{If set to 0, globally disables themed backgrounds on notebook
24 \twocolitem{msw.staticbox.optimized-paint}{If set to 0, switches off optimized wxStaticBox painting.
25 Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box
26 (the optimized refresh causes any such drawing to disappear).}
27 \twocolitem{msw.display.directdraw}{If set to 1, use DirectDraw-based implementation of
30 \twocolitem{msw.font.no-proof-quality}{If set to 1, use default fonts quality
43 \twocolitem{no-maskblt}{1 to never use WIN32's MaskBlt function, 0 to allow it to be used where possible. Default: 0.
47 to the current theme's values. Set this to 0 to disable this functionality, for example if you're using
50 style. This restores the way windows are refreshed back to the method used in versions of wxWidgets
53 \twocolitem{msw.notebook.themed-background}{If set to 0, globally disables themed backgrounds on notebook
56 \twocolitem{msw.staticbox.optimized-paint}{If set to 0, switches off optimized wxStaticBox painting.
57 Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box
58 (the optimized refresh causes any such drawing to disappear).}
59 \twocolitem{msw.display.directdraw}{If set to 1, use DirectDraw-based implementation of
62 \twocolitem{msw.font.no-proof-quality}{If set to 1, use default fonts quality
85 \twocolitem{window-default-variant}{The default variant used by windows (cast to integer from the wxWindowVariant enum).
87 \twocolitem{mac.listctrl.always\_use\_generic}{Tells wxListCtrl to use the generic
97 \twocolitem{mgl.aa-threshold}{Set this integer option to point
111 The compile-time option to include or exclude this functionality
129 Default constructor. You don't need to create an instance of wxSystemOptions
137 Gets an option. The function is case-insensitive to {\it name}.
152 Gets an option as an integer. The function is case-insensitive to {\it name}.
167 Returns \true if the given option is present. The function is case-insensitive to {\it name}.
180 Returns \true if the option with the given \arg{name} had been set to $0$
192 Sets an option. The function is case-insensitive to {\it name}.