1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.OperatingSystemId:
==========================================================================================================================================
|phoenix_title| **wx.OperatingSystemId**
==========================================================================================================================================
The `OperatingSystemId` enumeration provides the following values:
================================================================================ ================================================================================
**Description** **Value**
================================================================================ ================================================================================
``wx.OS_UNKNOWN`` returned on error
``wx.OS_MAC_OS`` Apple Mac OS 8/9/X with Mac paths.
``wx.OS_MAC_OSX_DARWIN`` Apple Mac OS X with Unix paths.
``wx.OS_MAC`` A combination of all ``OS_MAC_*`` values previously listed.
``wx.OS_WINDOWS_9X`` Windows 9x family (95/98/ME)
``wx.OS_WINDOWS_NT`` Windows NT family (NT/2000/XP/Vista/7)
``wx.OS_WINDOWS_MICRO`` MicroWindows.
``wx.OS_WINDOWS_CE`` Windows ``CE`` (Window Mobile)
``wx.OS_WINDOWS`` A combination of all ``OS_WINDOWS_*`` values previously listed.
``wx.OS_UNIX_LINUX`` Linux.
``wx.OS_UNIX_FREEBSD`` FreeBSD.
``wx.OS_UNIX_OPENBSD`` OpenBSD.
``wx.OS_UNIX_NETBSD`` NetBSD.
``wx.OS_UNIX_SOLARIS`` SunOS.
``wx.OS_UNIX_AIX`` ``AIX``.
``wx.OS_UNIX_HPUX`` HP/UX.
``wx.OS_UNIX`` A combination of all ``OS_UNIX_*`` values previously listed.
``wx.OS_DOS`` Microsoft ``DOS``.
``wx.OS_OS2`` OS/2.
================================================================================ ================================================================================
|
|