]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/windows.i
Use GetKeyCode() instead of KeyCode()
[wxWidgets.git] / wxPython / src / windows.i
CommitLineData
7bf85405
RD
1/////////////////////////////////////////////////////////////////////////////
2// Name: windows.i
3// Purpose: SWIG definitions of various window classes
4//
5// Author: Robin Dunn
6//
d14a1e28 7// Created: 24-June-1997
7bf85405 8// RCS-ID: $Id$
d14a1e28 9// Copyright: (c) 2003 by Total Control Software
7bf85405
RD
10// Licence: wxWindows license
11/////////////////////////////////////////////////////////////////////////////
12
b2eb030f 13%module(package="wx") _windows
03e9bead 14
7bf85405
RD
15//---------------------------------------------------------------------------
16
2f90df85 17%{
d14a1e28
RD
18#include "wx/wxPython/wxPython.h"
19#include "wx/wxPython/pyclasses.h"
20
203c2f9a
RD
21%}
22
7bf85405
RD
23//---------------------------------------------------------------------------
24
d14a1e28 25%import core.i
54f9ee45 26%pythoncode { wx = _core }
9d8bd15f 27
26e335b8 28
b2dc1044
RD
29MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
30MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
31
32
d14a1e28
RD
33// Include all the files that make up this module
34%include _panel.i
d14a1e28
RD
35%include _toplvl.i
36%include _statusbar.i
37%include _splitter.i
38%include _sashwin.i
39%include _popupwin.i
40%include _tipwin.i
41%include _vscroll.i
42%include _taskbar.i
43%include _cmndlgs.i
44%include _mdi.i
45%include _pywindows.i
46%include _printfw.i
7bf85405
RD
47
48//---------------------------------------------------------------------------