]> git.saurik.com Git - wxWidgets.git/blob - src/mgl/clipbrd.cpp
Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW.
[wxWidgets.git] / src / mgl / clipbrd.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/mgl/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
23 IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject)
24
25 #endif
26 // wxUSE_CLIPBOARD
27