wxtrace
|
(debug build only.)
this variable can be set to a comma-separated list of trace masks used in
wxlogtrace calls;
wxlog::addtracemask is called for every mask
in the list during wxwidgets initialization.
|
wxprefix
|
(unix only.)
overrides installation prefix. normally, the prefix
is hard-coded and is the same as the value passed to configure via
the --prefix switch when compiling the library (typically
/usr/local or /usr). you can set wxprefix if you are for example
distributing a binary version of an application and you don't know in advance
where it will be installed.
|
wxmode
|
(wxmgl only.)
sets mgl video mode. the value must be in form
widthxheight-depth. the default is 640x480-16.
|
wxstderr
|
(wxmgl only.)
redirects stderr output to a file.
|