From: Vadim Zeitlin Date: Tue, 15 Mar 2011 11:10:34 +0000 (+0000) Subject: Document wxEVT_COMMAND_SLIDER_UPDATED in wxSlider documentation too. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8c40af9430bfdb0cd16a749ee881f09a86f36050 Document wxEVT_COMMAND_SLIDER_UPDATED in wxSlider documentation too. This even was only documented in wxCommandEvent documentation but not in wxSlider, mention it there too. Closes #12292. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/slider.h b/interface/wx/slider.h index bd7ae93f00..3288da2ff4 100644 --- a/interface/wx/slider.h +++ b/interface/wx/slider.h @@ -99,6 +99,9 @@ Process @c wxEVT_SCROLL_THUMBRELEASE thumb release events. @event{EVT_COMMAND_SCROLL_CHANGED(func)} Process @c wxEVT_SCROLL_CHANGED end of scrolling events (MSW only). + @event{EVT_SLIDER(id, func)} + Process @c wxEVT_COMMAND_SLIDER_UPDATED which is generated after any + change of wxSlider position in addition to one of the events above. @endEventTable @section slider_diff The difference between EVT_SCROLL_THUMBRELEASE and EVT_SCROLL_CHANGED