///////////////////////////////////////////////////////////////////////////// // Name: gtk/clipbrd.cpp // Purpose: // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "clipbrd.h" #endif // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif #include "wx/clipbrd.h" #if wxUSE_CLIPBOARD // FIXME_MGL IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject) #endif // wxUSE_CLIPBOARD