From 1afd23b4fea111ae145620f0f44439de4bec96b0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 26 Jul 2000 13:45:09 +0000 Subject: [PATCH] note about wxSpinButton range git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/spinbutt.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/latex/wx/spinbutt.tex b/docs/latex/wx/spinbutt.tex index a3b885708d..623d20c8d2 100644 --- a/docs/latex/wx/spinbutt.tex +++ b/docs/latex/wx/spinbutt.tex @@ -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}\\