Misc doc fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-02-11 20:08:51 +00:00
parent c6b65b76a1
commit dceb1c097c
17 changed files with 57 additions and 53 deletions

View File

@@ -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.