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._grid,
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_grid, 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"""
30The Grid and related classes in this module provide functionality similar to a
31spreadsheet, where the application can display rows and columns of data of
32various types, which the user can edit and otherwise interact with.
33"""
34
35from ._grid import *
36
37%End
38
39//---------------------------------------------------------------------------
40
41%ModuleHeaderCode
42#include <wxPython/wxpy_api.h>
43%End
44
45%Import _core.sip
46
47%Include grid.sip
48
49
50//---------------------------------------------------------------------------
51
52%Extract(id=pycode_grid, order=10)
53import wx
54
55%End
56
57
58//---------------------------------------------------------------------------
59
60