Note that wxSlider::Get/SetLineSize is implemented now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp 2006-07-27 05:53:27 +00:00
parent 98a0564ea6
commit 9df58a28b0

View File

@ -247,6 +247,7 @@ wxGTK:
- Support all border styles; wxListBox honours the borders now.
- wxWindow and wxScrolledWindow now generate line, page and thumb-release scroll events.
- Added file preview support in file dialogs.
- Implemented SetLineSize and GetLineSize for wxSlider.
wxMac: