From 850ab20b18cf2d5bafebfd57087cdb67bae70d08 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 17 Dec 2004 02:00:28 +0000 Subject: [PATCH] Added notes for recent changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index cc1577748e..a2da7e6d48 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -73,7 +73,19 @@ wxGTK2: Reimplemented DoDrawRotatedText() by way of a rotation of an alpha blended text bitmap. It would be better if Pango could draw directly into an wxImage (as FreeType can,) but that is for later... -Added wrappers for wx.MediaCtrl. +Added wrappers and a demo for wx.MediaCtrl. + +wxGTK: Patch applied for Freeze()/Thaw() for wxTextCtrtl. + +Added "gravity" for splitter window (patch 1046105). Gravity is a +floating-point factor between 0.0 and 1.0 which controls position of +sash while resizing the wx.SplitterWindow. The gravity specifies +how much the left/top window will grow while resizing. + +wxMSW: wx.Slider's C++ implementation rewritten to be more +maintainable and hopefully less buggy. The position of the labels has +also been changed in order to better comply with Microsoft's examples +of how to use the control. -- 2.47.2