X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6b65b76a196e1aa2313f89f6fc609d497c388a0..dceb1c097c8c24b398f48b482220c358bc7b4db4:/docs/latex/wx/slider.tex diff --git a/docs/latex/wx/slider.tex b/docs/latex/wx/slider.tex index a3f1240511..c21fd63c30 100644 --- a/docs/latex/wx/slider.tex +++ b/docs/latex/wx/slider.tex @@ -3,8 +3,7 @@ A slider is a control with a handle which can be pulled back and forth to change the value. -In Windows versions below Windows 95, a scrollbar is used to simulate the slider. In Windows 95, -the track bar control is used. +On Windows, the track bar control is used. Slider events are handled in the same way as a scrollbar.