]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/windows.i
Better conversion functions for integral and floating point types,
[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
13
03e9bead
RD
14%module windows
15
7bf85405
RD
16//---------------------------------------------------------------------------
17
2f90df85 18%{
d14a1e28
RD
19#include "wx/wxPython/wxPython.h"
20#include "wx/wxPython/pyclasses.h"
21
203c2f9a
RD
22%}
23
7bf85405
RD
24//---------------------------------------------------------------------------
25
d14a1e28
RD
26%import core.i
27%pythoncode { wx = core }
9d8bd15f 28
d14a1e28 29%include _windows_rename.i
d1679124 30
26e335b8 31
b2dc1044
RD
32MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
33MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
34
35
d14a1e28
RD
36// Include all the files that make up this module
37%include _panel.i
d14a1e28
RD
38%include _toplvl.i
39%include _statusbar.i
40%include _splitter.i
41%include _sashwin.i
42%include _popupwin.i
43%include _tipwin.i
44%include _vscroll.i
45%include _taskbar.i
46%include _cmndlgs.i
47%include _mdi.i
48%include _pywindows.i
49%include _printfw.i
7bf85405
RD
50
51//---------------------------------------------------------------------------