wxWidgets/samples/xrc
Vadim Zeitlin 14f0c8b716 Use Connect() of Bind() in the new part of xrc sample.
Use Connect() for compatibility (notably with VC6 which doesn't support
Bind()). Also connect the event handlers on loading the dialog instead of
waiting until the relevant page is selected, this makes the code slightly
simpler as we don't need to remember whether we connected them or not any
longer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-11-07 19:33:30 +00:00
..
rc Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
custclas.cpp
custclas.h
derivdlg.cpp
derivdlg.h Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
descrip.mms Include "xrc" support properly for OpenVMS 2006-09-19 11:59:21 +00:00
makefile.bcc Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
makefile.gcc Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
Makefile.in Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
makefile.unx Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
makefile.vc Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
makefile.wat Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
myframe.cpp Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
myframe.h Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
objrefdlg.cpp Use Connect() of Bind() in the new part of xrc sample. 2010-11-07 19:33:30 +00:00
objrefdlg.h Use Connect() of Bind() in the new part of xrc sample. 2010-11-07 19:33:30 +00:00
xrcdemo_vc7.vcproj Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
xrcdemo_vc8.vcproj Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
xrcdemo_vc9.vcproj Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
xrcdemo.bkl Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
xrcdemo.cpp Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
xrcdemo.dsp Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
xrcdemo.h Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00