- // fill data with data on the clipboard (if available)
- virtual bool GetData( wxDataObject& data );
+ DocDeclStr(
+ virtual bool , IsSupported( const wxDataFormat& format ),
+ "Returns True if the given format is available in the data object(s) on\n"
+ "the clipboard.");
+
+ DocDeclStr(
+ virtual bool , GetData( wxDataObject& data ),
+ "Call this function to fill data with data on the clipboard, if available\n"
+ "in the required format. Returns true on success.");
+
+
+ DocDeclStr(
+ virtual void , Clear(),
+ "Clears data from the clipboard object and also the system's clipboard\n"
+ "if possible.");