1. more warnings fixes in gtk/region.cpp and common/tbarsmpl.cpp
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 6 Jan 2000 16:47:48 +0000 (16:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 6 Jan 2000 16:47:48 +0000 (16:47 +0000)
commit674ac8b919eecbc201b5f23b470a567cd0565e10
treeb63d5ccf0582516ec6104585b9240a07de650968
parenta6fc8ae3c22f72f1caa78bc993ac8db545c49b6a
1. more warnings fixes in gtk/region.cpp and common/tbarsmpl.cpp
2. wxWindow::Create() always takes a wxValidator parameter, even if
   !wxUSE_VALIDATORS - it is just ignored then, tons of #if wxUSE_VALIDATORS
   removed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
include/wx/control.h
include/wx/generic/listctrl.h
include/wx/generic/treectrl.h
include/wx/gtk/control.h
include/wx/gtk1/control.h
include/wx/motif/control.h
include/wx/msw/control.h
include/wx/validate.h
include/wx/window.h
include/wx/wx.h
src/common/ctrlcmn.cpp
src/common/wincmn.cpp
src/generic/listctrl.cpp
src/generic/tbarsmpl.cpp
src/generic/treectrl.cpp
src/gtk/control.cpp
src/gtk/region.cpp
src/gtk1/control.cpp
src/gtk1/region.cpp
src/motif/control.cpp
src/msw/control.cpp