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._propgrid,
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_propgrid, 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
29from ._propgrid import *
30
31%End
32
33//---------------------------------------------------------------------------
34
35%ModuleHeaderCode
36#include <wxPython/wxpy_api.h>
37#include <wx/propgrid/propgrid.h>
38%End
39
40%Import _core.sip
41
42%Include pgvariant.sip
43%Include propgriddefs.sip
44%Include propgridproperty.sip
45%Include propgrideditors.sip
46%Include propgridpagestate.sip
47%Include propgridiface.sip
48%Include propgrid.sip
49%Include propgridprops.sip
50%Include propgridadvprops.sip
51%Include propgridmanager.sip
52
53
54//---------------------------------------------------------------------------
55
56%Extract(id=pycode_propgrid, order=10)
57import wx
58
59%End
60
61
62//---------------------------------------------------------------------------
63
64
65%InitialisationCode
66        wxPGInitResourceModule();
67
68%End
69
70//---------------------------------------------------------------------------
71
72