#include "wx/toplevel.h"
#include "wx/frame.h"
#include "wx/gdicmn.h"
+#include "wx/gdiobj.h"
#include "wx/region.h"
#include "wx/bitmap.h"
#include "wx/colour.h"
/////////////////////////////////////////////////////////////////////////////
-// Name: gdiobj.cpp
+// Name: src/cocoa/gdiobj.cpp
// Purpose: wxGDIObject class
// Author: AUTHOR
// Modified by:
// Created: ??/??/98
// RCS-ID: $Id$
// Copyright: (c) AUTHOR
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#include "wx/gdiobj.h"
IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
/////////////////////////////////////////////////////////////////////////////
-// Name: gdiobj.cpp
+// Name: src/gtk/gdiobj.cpp
// Purpose: wxGDIObject class
// Author: Julian Smart
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#include "wx/gdiobj.h"
IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
-
/////////////////////////////////////////////////////////////////////////////
-// Name: gdiobj.cpp
+// Name: src/gtk1/gdiobj.cpp
// Purpose: wxGDIObject class
// Author: Julian Smart
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#include "wx/gdiobj.h"
IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
-
#pragma hdrstop
#endif
+#include "wx/gdiobj.h"
+
#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/list.h"
#include "wx/utils.h"
#endif
-#include "wx/gdiobj.h"
-
-
IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
#pragma hdrstop
#endif
+#include "wx/gdiobj.h"
+
#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/list.h"
#include "wx/app.h"
#endif
-#include "wx/gdiobj.h"
#include "wx/msw/private.h"
IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
/////////////////////////////////////////////////////////////////////////////
-// Name: gdiobj.cpp
+// Name: src/x11/gdiobj.cpp
// Purpose: wxGDIObject class
// Author: Julian Smart
// Modified by:
// Created: 17/09/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/gdiobj.h"