git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
32 lines
692 B
C++
32 lines
692 B
C++
/////////////////////////////////////////////////////////////////////////////
|
|
// 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
|
|
|