]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/spinbutt.tex
Minor doc corrections
[wxWidgets.git] / docs / latex / wx / spinbutt.tex
index 4256dc36a2a9ecf9c445f853e3a46bde62a5d7d1..3b8eb87cbb14d62b07afe670177ff1aafac8440d 100644 (file)
@@ -3,8 +3,7 @@
 A wxSpinButton has two small up and down (or left and right) arrow buttons. It
 is often used next to a text control for increment and decrementing a value.
 Portable programs should try to use \helpref{wxSpinCtrl}{wxspinctrl} instead
-as wxSpinButton is not implemented for all platforms (Win32 and GTK only
-currently).
+as wxSpinButton is not implemented for all platforms.
 
 {\bf NB:} the range supported by this control (and wxSpinCtrl) depends on the
 platform but is at least {\tt -0x8000} to {\tt 0x7fff}. Under GTK and
@@ -32,7 +31,7 @@ required, 5.80 is recommended) the full 32 bit range is supported.
 \begin{twocollist}\itemsep=0pt
 \twocolitem{\windowstyle{wxSP\_HORIZONTAL}}{Specifies a horizontal spin button (note that this style is not supported in wxGTK).}
 \twocolitem{\windowstyle{wxSP\_VERTICAL}}{Specifies a vertical spin button.}
-\twocolitem{\windowstyle{wxSP\_ARROW\_KEYS}}{The user can use arrow keys.}
+\twocolitem{\windowstyle{wxSP\_ARROW\_KEYS}}{The user can use arrow keys to change the value.}
 \twocolitem{\windowstyle{wxSP\_WRAP}}{The value wraps at the minimum and maximum.}
 \end{twocollist}