From 5adab4827219fe9accf3ac50edba5b9a4d39c5da Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 27 Jan 2011 13:27:14 +0000 Subject: [PATCH] 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 --- interface/wx/spinctrl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/wx/spinctrl.h b/interface/wx/spinctrl.h index afb4d61a7c..b17763bb28 100644 --- a/interface/wx/spinctrl.h +++ b/interface/wx/spinctrl.h @@ -33,7 +33,8 @@ @beginEventEmissionTable{wxSpinEvent} @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 You may also use the wxSpinButton event macros, however the corresponding events -- 2.50.0