wxWidgets/interface/wx/richtext
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
..
richtextbuffer.h Corrected loading of images: we need the parent size to compute initial object size 2013-02-28 17:23:09 +00:00
richtextctrl.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
richtextformatdlg.h Added pixel size capability to wxTextAttr and wxRichTextCtrl. 2012-05-20 12:25:22 +00:00
richtexthtml.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
richtextprint.h Added a parameter to PrintBuffer and PrintFile to allow silent or prompted printing. 2012-03-18 23:25:39 +00:00
richtextstyledlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
richtextstyles.h Added custom properties to style definitions and style sheets 2012-04-24 11:22:18 +00:00
richtextsymboldlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
richtextxml.h Added wxRichTextXMLHandler::RegisterNodeName so custom content classes can be added without 2012-05-10 11:59:59 +00:00