]> git.saurik.com Git - wxWidgets.git/blame - src/mgl/clipbrd.cpp
SetTextColor --> SetTextColour, to be consistent with the rest of the lib
[wxWidgets.git] / src / mgl / clipbrd.cpp
CommitLineData
32b8ec41
VZ
1/////////////////////////////////////////////////////////////////////////////
2// Name: gtk/clipbrd.cpp
3// Purpose:
4// Author: Robert Roebling
5// Id: $Id$
6// Copyright: (c) 1998 Robert Roebling
65571936 7// Licence: wxWindows licence
32b8ec41
VZ
8/////////////////////////////////////////////////////////////////////////////
9
a246f95e
VS
10// For compilers that support precompilation, includes "wx.h".
11#include "wx/wxprec.h"
12
13#ifdef __BORLANDC__
14 #pragma hdrstop
15#endif
16
32b8ec41
VZ
17#include "wx/clipbrd.h"
18
19#if wxUSE_CLIPBOARD
20
f41ed3c4 21// FIXME_MGL
32b8ec41
VZ
22
23IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject)
24
25#endif
26 // wxUSE_CLIPBOARD
27