wxDataObject documented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-01-30 00:15:17 +00:00
parent 5d81432a19
commit f37615d789
4 changed files with 62 additions and 31 deletions

View File

@@ -32,7 +32,7 @@ class wxPrivateDataObject;
class wxFileDataObject;
//-------------------------------------------------------------------------
// wxDataFormat
// wxDataType (internal)
//-------------------------------------------------------------------------
enum wxDataType
@@ -57,6 +57,10 @@ enum wxDataType
wxDF_PRIVATE = 20
};
//-------------------------------------------------------------------------
// wxDataFormat (internal)
//-------------------------------------------------------------------------
class wxDataFormat : public wxObject
{
DECLARE_CLASS( wxDataFormat )
@@ -86,7 +90,7 @@ private:
};
//-------------------------------------------------------------------------
// wxDataBroker handles data and ormat negotiation for clipboard and DnD
// wxDataBroker (internal)
//-------------------------------------------------------------------------
class wxDataBroker : public wxObject