wxWidgets/samples/xrc
Vadim Zeitlin 5f7a6bd15b Replace Connect() with Bind() in all samples and utils too
Still use Connect() in unit tests which were written explicitly for it
and in EventConnector, which can't use Bind() as it uses a variable for
the event type.

No real changes, just use the newer and more convenient function.
2018-05-31 16:19:23 +02:00
..
rc Merge branch 'statbox-any-label' 2018-01-23 15:45:46 +01:00
custclas.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
custclas.h use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
derivdlg.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
derivdlg.h use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
descrip.mms
makefile.bcc Remove MSW wxUxThemeEngine class 2018-01-22 00:51:11 +01:00
makefile.gcc Remove MSW wxUxThemeEngine class 2018-01-22 00:51:11 +01:00
Makefile.in Update version to 3.1.2 2018-02-20 00:08:01 +01:00
makefile.unx Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
makefile.vc Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
myframe.cpp Replace Connect() with Bind() in all samples and utils too 2018-05-31 16:19:23 +02:00
myframe.h Add a more complete example of different controls variants in XRC. 2014-08-03 17:56:20 +00:00
objrefdlg.cpp Replace Connect() with Bind() in all samples and utils too 2018-05-31 16:19:23 +02:00
objrefdlg.h Get rid of an unused member field in the XRC sample 2016-02-05 22:43:23 +01:00
xrcdemo_vc7.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
xrcdemo_vc8.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
xrcdemo_vc9.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
xrcdemo.bkl Add a more complete example of different controls variants in XRC. 2014-08-03 17:56:20 +00:00
xrcdemo.cpp Fix xrc sample build with wxUSE_GIF==0 2017-08-14 01:23:08 +02:00
xrcdemo.h More use of wxOVERRIDE 2018-03-06 23:31:01 +01:00