

.. module:: wx.msw


.. include:: headings.inc

=========================================================================
**wx.msw**
=========================================================================

This module contains a few classes that are only available on Windows.


Class Summary
=============

================================================================================ ================================================================================
**Class**                                                                        **Short Description**
================================================================================ ================================================================================
`~wx.msw.Metafile`                                                               A  ** :ref:`wx.msw.Metafile` **   represents the MS Windows metafile object, so metafile operations have no effect in X.
`~wx.msw.MetafileDC`                                                             This is a type of device context that allows a metafile object to be created (Windows only), and has most of the characteristics of a normal  ** :ref:`wx.DC` ** .
`~wx.msw.PyAxBaseWindow`                                                         A Window class for use with ActiveX controls.
================================================================================ ================================================================================


.. toctree::
   :maxdepth: 1
   :hidden:

   wx.msw.Metafile
   wx.msw.MetafileDC
   wx.msw.PyAxBaseWindow

