wxWidgets/include/wx/generic
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
..
private Make wxRect parameter of wxRichToolTip::ShowFor() const. 2013-03-02 12:11:32 +00:00
aboutdlgg.h
accel.h
animate.h
bmpcbox.h
busyinfo.h
buttonbar.h
calctrlg.h
caret.h
choicdgg.h Make wxSingleChoiceDialog::GetSelectionData() const. 2012-02-20 21:56:18 +00:00
clrpickerg.h
collpaneg.h
colour.h
colrdlgg.h
combo.h
ctrlsub.h
custombgwin.h
dataview.h Reset sorting column in generic wxDataViewCtrl properly. 2013-04-21 17:18:44 +00:00
datectrl.h Fix unused parameter warning in wxOSX build. 2012-02-28 14:41:30 +00:00
dcpsg.h use const arrays for wxDC array parameters, closes #10712 2013-01-18 17:27:51 +00:00
dirctrlg.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
dirdlgg.h
dragimgg.h
dvrenderer.h
dvrenderers.h
fdrepdlg.h
filectrlg.h Derive wxGenericFileCtrl from wxControl. 2012-05-04 22:20:55 +00:00
filedlgg.h
filepickerg.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
fontdlgg.h
fontpickerg.h
fswatcher.h
grid.h Allow to customize wxGrid column auto-sizing. 2013-04-05 21:11:59 +00:00
gridctrl.h
grideditors.h Fix wxGrid editors background painting. 2012-10-17 16:44:02 +00:00
gridsel.h
headerctrlg.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
helpext.h
hyperlink.h
icon.h
imaglist.h
infobar.h
laywin.h
listctrl.h Add wxListCtrl::EnableAlternateRowColours() and SetAlternateRowColour(). 2012-12-22 02:33:23 +00:00
logg.h Remove wxLogWindow::OnFrameCreate() virtual method. 2013-03-09 15:07:56 +00:00
mask.h
mdig.h
msgdlgg.h
notebook.h
notifmsg.h
numdlgg.h
paletteg.h
panelg.h
printps.h
prntdlgg.h Use wxPageSetupDialogData instead of old wxPageSetupData everywhere. 2012-02-20 21:55:55 +00:00
progdlgg.h
propdlg.h
region.h
richmsgdlgg.h
sashwin.h
scrolwin.h
spinctlg.h Use generic spin control itself as parent for its children. 2013-03-09 15:08:31 +00:00
splash.h
splitter.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
srchctlg.h Clear the search control automatically when it's "Cancel" button is pressed. 2012-09-30 20:35:10 +00:00
statbmpg.h
statline.h
stattextg.h
statusbr.h Update the field widths on demand in wxStatusBarGeneric. 2012-05-05 11:22:09 +00:00
tabg.h
textdlgg.h Add wxTextEntryDialog::SetMaxLength(). 2013-04-20 22:13:33 +00:00
timectrl.h
treectlg.h Add a possibility to beep on no match to wxGenericTreeCtrl. 2012-10-07 22:42:02 +00:00
wizard.h