No real changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -111,10 +111,13 @@ public:
|
|||||||
|
|
||||||
wxDataFormat GetPreferredFormat(Direction dir = wxDataObject::Get);
|
wxDataFormat GetPreferredFormat(Direction dir = wxDataObject::Get);
|
||||||
size_t GetFormatCount(Direction dir = wxDataObject::Get);
|
size_t GetFormatCount(Direction dir = wxDataObject::Get);
|
||||||
|
|
||||||
|
// TODO: Fix these two to be usable from wxPython.
|
||||||
void GetAllFormats(wxDataFormat *formats,
|
void GetAllFormats(wxDataFormat *formats,
|
||||||
Direction dir = wxDataObject::Get);
|
Direction dir = wxDataObject::Get);
|
||||||
size_t GetDataSize(const wxDataFormat& format);
|
|
||||||
bool GetDataHere(const wxDataFormat& format, void *buf);
|
bool GetDataHere(const wxDataFormat& format, void *buf);
|
||||||
|
|
||||||
|
size_t GetDataSize(const wxDataFormat& format);
|
||||||
bool SetData(const wxDataFormat& format,
|
bool SetData(const wxDataFormat& format,
|
||||||
size_t len, const void * buf);
|
size_t len, const void * buf);
|
||||||
bool IsSupportedFormat(const wxDataFormat& format);
|
bool IsSupportedFormat(const wxDataFormat& format);
|
||||||
|
Reference in New Issue
Block a user