]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/spinctrl.tex
Remove double entry of wxTrackable
[wxWidgets.git] / docs / latex / wx / spinctrl.tex
index fe9243cee201a4315ad7374851e353d871bfd46c..0bd728d8c7739622ea4062f47da4064776424f9f 100644 (file)
@@ -19,6 +19,10 @@ wxSpinCtrl combines \helpref{wxTextCtrl}{wxtextctrl} and
 
 <wx/spinctrl.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}
@@ -43,6 +47,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},