Functions | |
string | wxGetOsDescription () |
Get OS description as a user-readable string. | |
int | wxGetOsVersion (inout int major, inout int minor) |
Get OS version. | |
Variables | |
bool | __WXMSW__ |
bool | __WXGTK__ |
GTK platform. | |
bool | __WXMAC__ |
Mac platform. | |
bool | __WXX11__ |
X11 platform. | |
bool | __WXUNIVERSAL__ |
Universal widgets. | |
bool | ANSI |
bool | UNICODE |
bool | DEBUG |
bool | UNIX |
bool | DISPLAY |
wxUSE_DISPLAY | |
bool | POSTSCRIPT |
wxUSE_POSTSCRIPT | |
bool | GLCANVAS |
wxUSE_GLCANVAS | |
bool | SOUND |
wxUSE_SOUND | |
int | OS_UNKNOWN |
Unknown Platform. | |
deprecated alias OS_UNKNOWN | wxUNKNOWN_PLATFORM |
int | OS_WINDOWS |
Windows. | |
int | OS_WINDOWS_9X |
Windows 95/98/ME. | |
deprecated alias OS_WINDOWS_9X | wxWIN95 |
int | OS_WINDOWS_NT |
Windows NT/2K/XP. | |
deprecated alias OS_WINDOWS_NT | wxWINDOWS_NT |
int | OS_MAC |
Apple Mac OS. | |
int | OS_MAC_OS |
Apple Mac OS 8/9/X with Mac paths. | |
deprecated alias OS_MAC_OS | wxMAC |
int | OS_DARWIN |
Apple Mac OS X with Unix paths. | |
deprecated alias OS_DARWIN | wxMAC_DARWIN |
int | OS_UNIX |
Unix. | |
deprecated int | wxUNIX |
int | OS_LINUX |
Linux. | |
int | OS_FREEBSD |
FreeBSD. |
string wx.wxPlatform.wxGetOsDescription | ( | ) |
Get OS description as a user-readable string.
int wx.wxPlatform.wxGetOsVersion | ( | inout int | major, | |
inout int | minor | |||
) |
Get OS version.
bool __WXGTK__ |
GTK platform.
bool __WXMAC__ |
Mac platform.
bool __WXMSW__ |
Win platform
bool __WXUNIVERSAL__ |
Universal widgets.
bool __WXX11__ |
X11 platform.
bool ANSI |
bool DEBUG |
bool DISPLAY |
wxUSE_DISPLAY
bool GLCANVAS |
wxUSE_GLCANVAS
int OS_DARWIN |
Apple Mac OS X with Unix paths.
int OS_FREEBSD |
FreeBSD.
int OS_LINUX |
Linux.
int OS_MAC |
Apple Mac OS.
int OS_MAC_OS |
Apple Mac OS 8/9/X with Mac paths.
int OS_UNIX |
Unix.
int OS_UNKNOWN |
Unknown Platform.
int OS_WINDOWS |
Windows.
int OS_WINDOWS_9X |
Windows 95/98/ME.
int OS_WINDOWS_NT |
Windows NT/2K/XP.
bool POSTSCRIPT |
wxUSE_POSTSCRIPT
bool SOUND |
wxUSE_SOUND
bool UNICODE |
bool UNIX |
deprecated alias OS_DARWIN wxMAC_DARWIN |
deprecated int wxUNIX |
deprecated alias OS_UNKNOWN wxUNKNOWN_PLATFORM |
deprecated alias OS_WINDOWS_9X wxWIN95 |
deprecated alias OS_WINDOWS_NT wxWINDOWS_NT |