fixed return type of GetEditControl(); updated its description

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-12-06 17:08:00 +00:00
parent 85045dd09e
commit 513e0cea96
2 changed files with 32 additions and 26 deletions

View File

@@ -294,9 +294,12 @@ or small icon view).
\membersection{wxListCtrl::GetEditControl}\label{wxlistctrlgeteditcontrol}
\constfunc{wxTextCtrl\&}{GetEditControl}{\void}
\constfunc{wxTextCtrl *}{GetEditControl}{\void}
Gets the edit control for editing labels.
Returns the edit control being currently used to edit a label. Returns {\tt NULL}
if no label is being edited.
{\bf NB:} It is currently only implemented for wxMSW.
\membersection{wxListCtrl::GetImageList}\label{wxlistctrlgetimagelist}