]> git.saurik.com Git - wxWidgets.git/blob - src/mgl/clipbrd.cpp
case-insensitive sort of HTML help index
[wxWidgets.git] / src / mgl / clipbrd.cpp
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 #ifdef __GNUG__
11 #pragma implementation "clipbrd.h"
12 #endif
13
14 #include "wx/clipbrd.h"
15
16 #if wxUSE_CLIPBOARD
17
18 // FIXME_MGL
19
20 IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject)
21
22 #endif
23 // wxUSE_CLIPBOARD
24