made FindWindow() member functions const (this makes it possible to use XRCCTRL(...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Jan 2005 23:51:04 +0000 (23:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Jan 2005 23:51:04 +0000 (23:51 +0000)
commit6b73af793f5236c8ad47b8df55166811f4fb042f
tree1996ff41567688fc1d0727b56fbdb84bb14384f9
parente3d64157d7ff230e7ab16f6dba290d0d9e0e39f9
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
docs/latex/wx/window.tex
include/wx/window.h
src/common/wincmn.cpp