]> git.saurik.com Git - wxWidgets.git/blame - src/gtk1/gdiobj.cpp
no changes but more comments in DoSetClientSize() (explains the change of rev 1.624...
[wxWidgets.git] / src / gtk1 / gdiobj.cpp
CommitLineData
c801d85f
KB
1/////////////////////////////////////////////////////////////////////////////
2// Name: gdiobj.cpp
3// Purpose: wxGDIObject class
4// Author: Julian Smart
c801d85f 5// RCS-ID: $Id$
6c9a19aa 6// Copyright: (c) Julian Smart
65571936 7// Licence: wxWindows licence
c801d85f
KB
8/////////////////////////////////////////////////////////////////////////////
9
154a91dc 10#include "wx/defs.h"
c801d85f
KB
11#include "wx/gdiobj.h"
12
c801d85f 13IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
c801d85f 14