Document wxEVT_COMMAND_SPINCTRL_UPDATED in EVT_SPINCTRL description.

Also mention the name of the event type when documenting the corresponding
event table macro.

Closes #12897.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-01-27 13:27:14 +00:00
parent 25fae92323
commit 5adab48272

View File

@@ -33,7 +33,8 @@
@beginEventEmissionTable{wxSpinEvent} @beginEventEmissionTable{wxSpinEvent}
@event{EVT_SPINCTRL(id, func)} @event{EVT_SPINCTRL(id, func)}
Generated whenever the numeric value of the spinctrl is updated Process a wxEVT_COMMAND_SPINCTRL_UPDATED event, which is generated
whenever the numeric value of the spin control is updated.
@endEventTable @endEventTable
You may also use the wxSpinButton event macros, however the corresponding events You may also use the wxSpinButton event macros, however the corresponding events