/////////////////////////////////////////////////////////////////////////////
// Name: clipbrd.h
-// Purpose: documentation for wxClipboard class
+// Purpose: interface of wxClipboard
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{dnd}
- @seealso
- @ref overview_wxdndoverview, wxDataObject
+ @see @ref overview_wxdndoverview, wxDataObject
*/
class wxClipboard : public wxObject
{
After this function has been called, the clipboard owns the data, so do not
delete
the data explicitly.
-
+
@see SetData()
*/
bool AddData(wxDataObject* data);
After this function has been called, the clipboard owns the data, so do not
delete
the data explicitly.
-
+
@see AddData()
*/
bool SetData(wxDataObject* data);
*/
void UsePrimarySelection(bool primary = true);
};
+