]>
Commit | Line | Data |
---|---|---|
83df96d6 | 1 | ///////////////////////////////////////////////////////////////////////////// |
8dd86663 | 2 | // Name: src/x11/gdiobj.cpp |
83df96d6 JS |
3 | // Purpose: wxGDIObject class |
4 | // Author: Julian Smart | |
5 | // Modified by: | |
6 | // Created: 17/09/98 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) Julian Smart | |
8dd86663 | 9 | // Licence: wxWindows licence |
83df96d6 JS |
10 | ///////////////////////////////////////////////////////////////////////////// |
11 | ||
83df96d6 JS |
12 | #include "wx/gdiobj.h" |
13 | ||
14 | IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject) |