]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/mgl/clipbrd.cpp
added test for Replace(whatever, "")
[wxWidgets.git] / src / mgl / clipbrd.cpp
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: gtk/clipbrd.cpp
3// Purpose:
4// Author: Robert Roebling
5// Id: $Id$
6// Copyright: (c) 1998 Robert Roebling
7// Licence: wxWindows licence
8/////////////////////////////////////////////////////////////////////////////
9
10// For compilers that support precompilation, includes "wx.h".
11#include "wx/wxprec.h"
12
13#ifdef __BORLANDC__
14 #pragma hdrstop
15#endif
16
17#include "wx/clipbrd.h"
18
19#if wxUSE_CLIPBOARD
20
21// FIXME_MGL
22
23IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject)
24
25#endif
26 // wxUSE_CLIPBOARD
27