better docs for Get/SetLabel methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2010-03-29 21:31:27 +00:00
parent af9b20332c
commit a7d354c6d7
2 changed files with 23 additions and 11 deletions

View File

@@ -109,7 +109,8 @@ public:
Returns the control's label without mnemonics.
Note that because of the stripping of the mnemonics the returned string may differ
from the string which was passed to SetLabel().
from the string which was passed to SetLabel() but should always be the same which
was passed to SetLabelText().
*/
wxString GetLabelText() const;