/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/clipboard.h
+// Name: wx/gtk/clipbrd.h
// Purpose: wxClipboard for wxGTK
// Author: Robert Roebling, Vadim Zeitlin
// Id: $Id$
// get our clipboard item (depending on m_usePrimary value)
GdkAtom GTKGetClipboardAtom() const;
- // get the data object currently being used
- wxDataObject *GTKGetDataObject() { return Data(); }
+ // get the data object currently being requested
+ wxDataObject *GTKGetDataObject( GdkAtom atom );
// clear the data for the given clipboard kind
void GTKClearData(Kind kind);