*************** wx.PlatformInfo *************** Description =========== This class holds informations about the operating system and the toolkit that the application is running under and some basic architecture info of the machine where it's running. .. seealso:: `wx.GetOSVersion <../wxFunctions.html#GetOSVersion>`_, `wx.IsPlatformLittleEndian <../wxFunctions.html#IsPlatformLittleEndian>`_, `wx.IsPlatform64Bit <../wxFunctions.html#IsPlatform64Bit>`_ Derived From ^^^^^^^^^^^^^ * `wx.Object `_