class wxFileDataObject;
//-------------------------------------------------------------------------
-// wxDataFormat
+// wxDataType (internal)
//-------------------------------------------------------------------------
enum wxDataType
wxDF_PRIVATE = 20
};
+//-------------------------------------------------------------------------
+// wxDataFormat (internal)
+//-------------------------------------------------------------------------
+
class wxDataFormat : public wxObject
{
DECLARE_CLASS( wxDataFormat )
};
//-------------------------------------------------------------------------
-// wxDataBroker handles data and ormat negotiation for clipboard and DnD
+// wxDataBroker (internal)
//-------------------------------------------------------------------------
class wxDataBroker : public wxObject