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);
|
||||
size_t GetFormatCount(Direction dir = wxDataObject::Get);
|
||||
|
||||
// TODO: Fix these two to be usable from wxPython.
|
||||
void GetAllFormats(wxDataFormat *formats,
|
||||
Direction dir = wxDataObject::Get);
|
||||
size_t GetDataSize(const wxDataFormat& format);
|
||||
bool GetDataHere(const wxDataFormat& format, void *buf);
|
||||
|
||||
size_t GetDataSize(const wxDataFormat& format);
|
||||
bool SetData(const wxDataFormat& format,
|
||||
size_t len, const void * buf);
|
||||
bool IsSupportedFormat(const wxDataFormat& format);
|
||||
|
Reference in New Issue
Block a user