X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c4f71cc3d63fb7bdfbd6cec3e39c8a8679f3e60..49d37022125686b42877f0a5a971e13fb1381e87:/interface/spinbutt.h diff --git a/interface/spinbutt.h b/interface/spinbutt.h index 3c990bfbb3..5bd9f8ae9f 100644 --- a/interface/spinbutt.h +++ b/interface/spinbutt.h @@ -49,7 +49,7 @@ public: as wxSpinButton is not implemented for all platforms but wxSpinCtrl is as it degenerates to a simple wxTextCtrl on such platforms. - @b NB: the range supported by this control (and wxSpinCtrl) depends on the + @note the range supported by this control (and wxSpinCtrl) depends on the platform but is at least @c -0x8000 to @c 0x7fff. Under GTK and Win32 with sufficiently new version of @c comctrl32.dll (at least 4.71 is required, 5.80 is recommended) the full 32 bit range is supported.