]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/misc.i
Added FindById
[wxWidgets.git] / wxPython / src / misc.i
CommitLineData
7bf85405
RD
1/////////////////////////////////////////////////////////////////////////////
2// Name: misc.i
d14a1e28 3// Purpose: An extension module for miscelaneious stuff
7bf85405
RD
4//
5// Author: Robin Dunn
6//
d14a1e28 7// Created: 3-July-1997
7bf85405 8// RCS-ID: $Id$
d14a1e28 9// Copyright: (c) 2003 by Total Control Software
7bf85405
RD
10// Licence: wxWindows license
11/////////////////////////////////////////////////////////////////////////////
12
1e4a197e 13
d14a1e28 14%module misc
1e4a197e 15
7bf85405 16//---------------------------------------------------------------------------
b7fc54be 17
d14a1e28
RD
18%{
19#include "wx/wxPython/wxPython.h"
20#include "wx/wxPython/pyclasses.h"
21#include "wx/wxPython/pyistream.h"
22
23 DECLARE_DEF_STRING(EmptyString);
24
7bf85405 25%}
b639c3c5 26
7bf85405 27//---------------------------------------------------------------------------
7bf85405 28
d14a1e28
RD
29%import core.i
30%pythoncode { wx = core }
7bf85405 31
d14a1e28 32%include _misc_rename.i
7bf85405 33
7bf85405 34
faf3cb35 35
d14a1e28
RD
36// Include all the files that make up this module
37%include _settings.i
38%include _functions.i
39%include _misc.i
40%include _tipdlg.i
41%include _timer.i
42%include _log.i
43%include _process.i
44%include _joystick.i
45%include _wave.i
46%include _mimetype.i
47%include _artprov.i
48%include _config.i
49%include _datetime.i
50%include _dataobj.i
51%include _dnd.i
52%include _clipbrd.i
f6bcfd97 53
f6bcfd97 54
8bf5d46e 55//---------------------------------------------------------------------------