]>
Commit | Line | Data |
---|---|---|
c801d85f | 1 | ///////////////////////////////////////////////////////////////////////////// |
8dd86663 | 2 | // Name: src/gtk/gdiobj.cpp |
c801d85f KB |
3 | // Purpose: wxGDIObject class |
4 | // Author: Julian Smart | |
c801d85f | 5 | // RCS-ID: $Id$ |
6c9a19aa | 6 | // Copyright: (c) Julian Smart |
8dd86663 | 7 | // Licence: wxWindows licence |
c801d85f KB |
8 | ///////////////////////////////////////////////////////////////////////////// |
9 | ||
8dd86663 WS |
10 | // For compilers that support precompilation, includes "wx.h". |
11 | #include "wx/wxprec.h" | |
12 | ||
c801d85f KB |
13 | #include "wx/gdiobj.h" |
14 | ||
c801d85f | 15 | IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject) |