make it explicitly clear that the len parameter of SetData() is in bytes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -277,7 +277,14 @@ public:
|
|||||||
Set the data in the format @a format of the length @a len provided in
|
Set the data in the format @a format of the length @a len provided in
|
||||||
the buffer @a buf.
|
the buffer @a buf.
|
||||||
|
|
||||||
@return @true on success, @false on failure.
|
@param format
|
||||||
|
The format for which to set the data.
|
||||||
|
@param len
|
||||||
|
The size of data in bytes.
|
||||||
|
@param buf
|
||||||
|
Non-@NULL pointer to the data.
|
||||||
|
@return
|
||||||
|
@true on success, @false on failure.
|
||||||
*/
|
*/
|
||||||
virtual bool SetData(const wxDataFormat& format, size_t len, const void* buf);
|
virtual bool SetData(const wxDataFormat& format, size_t len, const void* buf);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user