.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2020 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc

.. module:: wx.lib.activex

.. currentmodule:: wx.lib.activex

.. highlight:: python



.. _wx.lib.activex:

==========================================================================================================================================
|phoenix_title|  **wx.lib.activex**
==========================================================================================================================================

This module provides a wx.Window that hosts ActiveX Controls using
just the ctypes and comtypes packages.  This provides a light-weight
COM implementation with full dynamic dispatch support.

The only requirements are ctypes (included with Python 2.5 and
available separately for earlier versions of Python) and the comtypes
package, which is available from
http://starship.python.net/crew/theller/comtypes/.  Be sure to get at
least version 0.5, which at the time of this writing is only available
from SVN.  You can fetch it with easy_install with a command like
this:

    easy_install http://svn.python.org/projects/ctypes/trunk/comtypes


|class_summary| Classes Summary
===============================

================================================================================ ================================================================================
`~wx.lib.activex.ActiveXCtrl`                                                    A wx.Window for hosting ActiveX controls.  The COM interface of
================================================================================ ================================================================================


|


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

   wx.lib.activex.ActiveXCtrl



