17 lines
443 B
Python
17 lines
443 B
Python
|
# This file is generated by wxPython's SIP generator. Do not edit by hand.
|
||
|
#
|
||
|
# Copyright: (c) 2018 by Total Control Software
|
||
|
# License: wxWindows License
|
||
|
|
||
|
"""
|
||
|
This module contains a few classes that are only available on Windows.
|
||
|
"""
|
||
|
|
||
|
from ._msw import *
|
||
|
|
||
|
import wx
|
||
|
|
||
|
Metafile = wx.deprecated(wx.Metafile, 'Metafile has moved to the core wx module.')
|
||
|
MetafileDC = wx.deprecated(wx.MetafileDC, 'MetafileDC has moved to the core wx module.')
|
||
|
|