More docstring updates for OUTPUT parameters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -115,9 +115,15 @@ public:
|
||||
void base_DoSetClientSize(int width, int height);
|
||||
void base_DoSetVirtualSize( int x, int y );
|
||||
|
||||
void base_DoGetSize( int *OUTPUT, int *OUTPUT ) const;
|
||||
void base_DoGetClientSize( int *OUTPUT, int *OUTPUT ) const;
|
||||
void base_DoGetPosition( int *OUTPUT, int *OUTPUT ) const;
|
||||
DocDeclA(
|
||||
void, base_DoGetSize( int *OUTPUT, int *OUTPUT ) const,
|
||||
"base_DoGetSize() -> (width, height)");
|
||||
DocDeclA(
|
||||
void, base_DoGetClientSize( int *OUTPUT, int *OUTPUT ) const,
|
||||
"base_DoGetClientSize() -> (width, height)");
|
||||
DocDeclA(
|
||||
void, base_DoGetPosition( int *OUTPUT, int *OUTPUT ) const,
|
||||
"base_DoGetPosition() -> (x,y)");
|
||||
|
||||
wxSize base_DoGetVirtualSize() const;
|
||||
wxSize base_DoGetBestSize() const;
|
||||
|
Reference in New Issue
Block a user