X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01a01d10840f3a5d5c6a94d5bf62d0507d779f07..8d1517cef26509f5b2fca218145af4e4db7a4be2:/docs/latex/wx/spinctrl.tex diff --git a/docs/latex/wx/spinctrl.tex b/docs/latex/wx/spinctrl.tex index fe9243cee2..f6aacc08bd 100644 --- a/docs/latex/wx/spinctrl.tex +++ b/docs/latex/wx/spinctrl.tex @@ -43,6 +43,12 @@ the corresponding events will not be generated under all platforms. Finally, if the user modifies the text in the edit part of the spin control directly, the {\tt EVT\_TEXT} is generated, like for the \helpref{wxTextCtrl}{wxtextctrl}. +When the use enters text into the text area, the text is not +validated until the control loses focus (e.g. by using the TAB +key). The value is then adjusted to the range and a +\helpref{wxSpinEvent}{wxspinevent} sent then if the value +is different from the last value sent. + \wxheading{See also} \helpref{Event handling overview}{eventhandlingoverview},