wxWidgets/include/wx/aui
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
..
aui.h added wxAuiToolBar 2008-08-24 09:28:07 +00:00
auibar.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
auibook.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
dockart.h Change variables naming convention in wxAUI code. 2011-10-30 14:20:03 +00:00
floatpane.h Change variables naming convention in wxAUI code. 2011-10-30 14:20:03 +00:00
framemanager.h Add wxEVT_AUI_PANE_ACTIVATED event. 2012-03-04 20:31:34 +00:00
tabart.h Fix border size computation in wxAuiTabArt. 2012-10-22 21:46:46 +00:00
tabartgtk.h Fix border size computation in wxAuiTabArt. 2012-10-22 21:46:46 +00:00
tabmdi.h Merge "selected" and "active" child in wxAuiMDIParentFrame. 2012-09-26 12:20:07 +00:00