Mention changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-06-23 17:00:26 +00:00
parent 29127dcf8b
commit 56e3b9d239

View File

@@ -114,9 +114,13 @@ wxGTK:
- Setting foreground colour of single line wxTextCtrl now works
- More work on setting defaults in GNOME print dialogs.
- Also made landscape printing work as per wxMSW.
- Add support for clipping in GNOME print backend.
- Add support for (rectangular) clipping in GNOME print backend.
- Speed up wxBitmap::Rescale()
- Add right button event for wxToolbar's tools (Tim Kosse)
- Made wxWindow::SetScrollPos and wxScrollbar::SetThumbPos
not emit any event
- Correct hyperactive mouse wheel support
- Correct grid line mode in wxListCtrl
- Don't unconditionally add wxCAPTION style to wxMiniFrame