]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/gtk/gdiobj.cpp
wxTopLevelWindows is now a wxWindowList, better compatibility with the old
[wxWidgets.git] / src / gtk / gdiobj.cpp
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: gdiobj.cpp
3// Purpose: wxGDIObject class
4// Author: Julian Smart
5// RCS-ID: $Id$
6// Copyright: (c) Julian Smart and Markus Holzem
7// Licence: wxWindows licence
8/////////////////////////////////////////////////////////////////////////////
9
10#ifdef __GNUG__
11#pragma implementation "gdiobj.h"
12#endif
13
14#include "wx/gdiobj.h"
15
16#if !USE_SHARED_LIBRARIES
17IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
18#endif
19