]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/spinbutt.tex
added 2nd wxEvent ctor argument
[wxWidgets.git] / docs / latex / wx / spinbutt.tex
index a3b885708d63bbd6eae852e10c1cf883b6ae1ccb..623d20c8d26788ce668b130984e1e3a490b6b821 100644 (file)
@@ -6,6 +6,9 @@ Portable programs should try to use \helpref{wxSpinCtrl}{wxspinctrl} instead
 as wxSpinButton is not implemented for all platforms (Win32 and GTK only
 currently).
 
+{\bf NB:} the range supported by this control (and wxSpinCtrl) depends on the
+platform but is at least {\tt SHRT\_MIN} to {\tt SHRT\_MAX}.
+
 \wxheading{Derived from}
 
 \helpref{wxControl}{wxcontrol}\\