wxWidgets/samples/xrc
Vadim Zeitlin ce7fe42e84 Provide shorter synonyms for wxEVT_XXX constants.
Use the same short names as are used by the event table macros for the event
type constants themselves. This makes them much more comfortable to use, e.g.
Bind(wxEVT_BUTTON) compared to Bind(wxEVT_COMMAND_BUTTON_CLICKED).

The old long names are still kept for backwards compatibility and shouldn't be
removed as it doesn't really cost anything to continue providing them, but all
new event types should only use the short versions.

Closes #10661.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-04-25 10:11:03 +00:00
..
rc Add support for wxRibbonBar and related controls to XRC. 2012-10-23 13:52:27 +00:00
custclas.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
custclas.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
derivdlg.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
derivdlg.h Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
descrip.mms Update OpenVMS makefile 2010-11-15 08:52:56 +00:00
makefile.bcc Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
makefile.gcc Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
Makefile.in Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
makefile.unx Add support for wxRibbonBar and related controls to XRC. 2012-10-23 13:52:27 +00:00
makefile.vc Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
makefile.wat Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
myframe.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
myframe.h Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00
objrefdlg.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
objrefdlg.h Reformat long lines in the new part of the xrc sample. 2010-11-07 19:33:38 +00:00
xrcdemo_vc7.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
xrcdemo_vc8.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
xrcdemo_vc9.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
xrcdemo.bkl Add support for wxRibbonBar and related controls to XRC. 2012-10-23 13:52:27 +00:00
xrcdemo.cpp Add support for wxRibbonBar and related controls to XRC. 2012-10-23 13:52:27 +00:00
xrcdemo.dsp Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
xrcdemo.h Add support for id ranges to XRC. 2010-11-07 14:00:59 +00:00