]>
Commit | Line | Data |
---|---|---|
32b8ec41 VZ |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: gtk/clipbrd.cpp | |
3 | // Purpose: | |
4 | // Author: Robert Roebling | |
5 | // Id: $Id$ | |
6 | // Copyright: (c) 1998 Robert Roebling | |
65571936 | 7 | // Licence: wxWindows licence |
32b8ec41 VZ |
8 | ///////////////////////////////////////////////////////////////////////////// |
9 | ||
a246f95e VS |
10 | // For compilers that support precompilation, includes "wx.h". |
11 | #include "wx/wxprec.h" | |
12 | ||
13 | #ifdef __BORLANDC__ | |
14 | #pragma hdrstop | |
15 | #endif | |
16 | ||
32b8ec41 VZ |
17 | #include "wx/clipbrd.h" |
18 | ||
19 | #if wxUSE_CLIPBOARD | |
20 | ||
f41ed3c4 | 21 | // FIXME_MGL |
32b8ec41 VZ |
22 | |
23 | IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject) | |
24 | ||
25 | #endif | |
26 | // wxUSE_CLIPBOARD | |
27 |