wxWidgets/samples/widgets
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
..
icons Added wxTimePickerCtrl page to the widgets sample. 2011-12-20 21:27:06 +00:00
bmpcombobox.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
button.cpp use stock colour/pen/brush objects in samples 2012-12-01 23:06:50 +00:00
checkbox.cpp
choice.cpp
clrpicker.cpp
combobox.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
datepick.cpp Added wxTimePickerCtrl page to the widgets sample. 2011-12-20 21:27:06 +00:00
descrip.mms
dirctrl.cpp Restore wxDIRCTRL_SHOW_FILTERS flag of wxDirCtrl. 2013-03-09 15:07:49 +00:00
dirpicker.cpp Added wxFilePickerCtrl::SetInitialDirectory(). 2011-12-18 12:34:47 +00:00
editlbox.cpp
filectrl.cpp Don't return NULL widget from wxFileCtrl page of widgets sample. 2012-05-04 22:20:59 +00:00
filepicker.cpp Add a test of wxFilePickerCtrl::GetValue() to the widgets sample. 2012-09-09 13:35:34 +00:00
fontpicker.cpp
gauge.cpp
hyperlnk.cpp
itemcontainer.cpp
itemcontainer.h
listbox.cpp
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.mic
makefile.unx Remove wxMGL port. 2012-01-15 14:46:41 +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
notebook.cpp
odcombobox.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
radiobox.cpp
searchctrl.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
slider.cpp
spinbtn.cpp Implement GetSizeFromTextSize() for wxSpinCtrl. 2012-11-20 12:49:53 +00:00
statbmp.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
static.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
textctrl.cpp Generate clipboard events for wxComboBox in wxGTK too. 2012-07-29 22:08:15 +00:00
timepick.cpp non-pch build fix, closes #14140 2012-03-26 15:44:31 +00:00
toggle.cpp use stock colour/pen/brush objects in samples 2012-12-01 23:06:50 +00:00
widgets_vc7.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
widgets_vc8.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
widgets_vc9.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
widgets.bkl Added wxTimePickerCtrl page to the widgets sample. 2011-12-20 21:27:06 +00:00
widgets.cpp Implement GetSizeFromTextSize() for wxSpinCtrl. 2012-11-20 12:49:53 +00:00
widgets.dsp Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
widgets.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00