|
Defines |
| #define | LWWX_API |
| #define | LWWX_LIB_NAME _T("lwwx") _LIB_THREAD _LIB_DLL _LIB_DEBUG |
| #define | LWWX_STL_VECTOR_EXPORT(type) |
| #define | LWWX_VERSION ((LWWX_VERSION_MAJOR << 16) | LWWX_VERSION_MINOR) |
| #define | LWWX_VERSION_BUILD LWBASE_VERSION_BUILD |
| | build number of the lwwx part of the library
|
| #define | LWWX_VERSION_MAJOR LWBASE_VERSION_MAJOR |
| | major version number of the lwwx part of the library
|
| #define | LWWX_VERSION_MINOR LWBASE_VERSION_MINOR |
| | minor version number of the lwwx part of the library
|
Functions |
| BEGIN_LITWINDOW_NS void LWWX_API | enable_log_to_wxdebug (bool enabled=true) |
| | If enabled == true, output from wx_log() gets sent to wxLogDebug as well.
|