more Doxygen warnings corrections and fixes from Tim S

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-08-30 23:58:45 +00:00
parent 2c6dbc21b9
commit 45a591faba
3 changed files with 118 additions and 320 deletions

View File

@@ -49,7 +49,7 @@ public:
Preferred minimum width.
@param prefHeight
Preferred height. May be -1 to indicate no preference.
@param maxWidth
@param maxHeight
Max height for window, as limited by screen size.
@remarks This function is called each time popup is about to be shown.
@@ -584,7 +584,7 @@ public:
@param text
The text to insert.
*/
virtual void Replace(long from, long to, const wxString& value);
virtual void Replace(long from, long to, const wxString& text);
/**
Sets custom dropdown button graphics.