1//---------------------------------------------------------------------------
2// This file is generated by wxPython's SIP generator.  Do not edit by hand.
3//
4// Copyright: (c) 2018 by Total Control Software
5// License:   wxWindows License
6
7%Module( name=wx._msw,
8         keyword_arguments="All",
9         use_argument_names=True,
10         all_raise_py_exception=True,
11         language="C++")
12{
13    %AutoPyName(remove_leading="wx")
14};
15
16%Copying
17    Copyright: (c) 2018 by Total Control Software
18    License:   wxWindows License
19%End
20
21%DefaultDocstringFormat(name="deindented")
22
23%Extract(id=pycode_msw, order=5)
24# This file is generated by wxPython's SIP generator.  Do not edit by hand.
25#
26# Copyright: (c) 2018 by Total Control Software
27# License:   wxWindows License
28
29"""
30This module contains a few classes that are only available on Windows.
31"""
32
33from ._msw import *
34
35%End
36
37//---------------------------------------------------------------------------
38
39%ModuleHeaderCode
40#include <wxPython/wxpy_api.h>
41%End
42
43%Import _core.sip
44
45%Include axbase.sip
46
47
48//---------------------------------------------------------------------------
49
50%Extract(id=pycode_msw, order=10)
51import wx
52
53%End
54
55%Extract(id=pycode_msw)
56Metafile = wx.deprecated(wx.Metafile, 'Metafile has moved to the core wx module.')
57MetafileDC = wx.deprecated(wx.MetafileDC, 'MetafileDC has moved to the core wx module.')
58
59%End
60
61
62//---------------------------------------------------------------------------
63
64