Classes | |
| class | wxInitializer | 
| Create an object of this class on the stack to initialize/cleanup the library automatically.  More... | |
Functions | |
| bool | wxEntryStart (int &argc, wxChar **argv) | 
| This function can be used to perform the initialization of wxWidgets if you can't use the default initialization code for any reason.  More... | |
| bool | wxEntryStart (HINSTANCE hInstance, HINSTANCE hPrevInstance=NULL, char *pCmdLine=NULL, int nCmdShow=SW_SHOWNORMAL) | 
| See wxEntryStart(int&,wxChar**) for more info about this function.  More... | |
| void | wxEntryCleanup () | 
| Free resources allocated by a successful call to wxEntryStart().  More... | |
| bool | wxInitialize (int argc=0, wxChar **argv=NULL) | 
| Initialize the library (may be called as many times as needed, but each call to wxInitialize() must be matched by wxUninitialize()).  More... | |
| void | wxUninitialize () | 
| This function is for use in console (wxBase) programs only.  More... | |
| void | wxMSWDisableSettingHighDPIAware () | 
| Prevents wxWidgets from setting HighDPI awareness mode.  More... | |