From: Robin Dunn Date: Mon, 17 Jul 2006 21:31:21 +0000 (+0000) Subject: Added note about CanSetTransparent and SetTransparent X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a00dca7a79566eca0da06dd89212eabca222bc58 Added note about CanSetTransparent and SetTransparent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 47135629a6..b96a9bfbf1 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -178,6 +178,10 @@ record operations on a DC and then play them back later. Upgraded to Scintilla 1.70 for wx.stc.StyledTextCtrl. +Added CanSetTransparent and SetTransparent methods to the +wx.TopLevelWindow class. + +