made FindWindow() member functions const (this makes it possible to use XRCCTRL() in const methods)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -570,11 +570,11 @@ Note that this is a static function, so it can be called without needing a wxWin
|
||||
|
||||
\membersection{wxWindow::FindWindow}\label{wxwindowfindwindow}
|
||||
|
||||
\func{wxWindow*}{FindWindow}{\param{long}{ id}}
|
||||
\constfunc{wxWindow*}{FindWindow}{\param{long}{ id}}
|
||||
|
||||
Find a child of this window, by identifier.
|
||||
|
||||
\func{wxWindow*}{FindWindow}{\param{const wxString\&}{ name}}
|
||||
\constfunc{wxWindow*}{FindWindow}{\param{const wxString\&}{ name}}
|
||||
|
||||
Find a child of this window, by name.
|
||||
|
||||
|
Reference in New Issue
Block a user