wxWidgets/interface/wx/propgrid
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
..
editors.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
manager.h Added wxPropertyGridManager::SetPageSplitterLeft 2012-03-18 20:35:01 +00:00
property.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
propgrid.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
propgridiface.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
propgridpagestate.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00