]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/_gdiobj.i
Some compile fixes.
[wxWidgets.git] / wxPython / src / _gdiobj.i
CommitLineData
d14a1e28
RD
1/////////////////////////////////////////////////////////////////////////////
2// Name: _gdiobj.i
3// Purpose: SWIG interface for wxGDIObject
4//
5// Author: Robin Dunn
6//
7// Created: 13-Sept-2003
8// RCS-ID: $Id$
9// Copyright: (c) 2003 by Total Control Software
10// Licence: wxWindows license
11/////////////////////////////////////////////////////////////////////////////
12
13// Not a %module
14
15//---------------------------------------------------------------------------
16%newgroup
17
ab1f7d2a
RD
18MustHaveApp(wxGDIObject);
19
d14a1e28
RD
20class wxGDIObject : public wxObject {
21public:
22 wxGDIObject();
23 ~wxGDIObject();
24
d14a1e28
RD
25 bool IsNull();
26
27};
28
29//---------------------------------------------------------------------------