From: Robin Dunn Date: Tue, 27 Aug 2002 00:58:15 +0000 (+0000) Subject: Updated note about wxSTC using wxPopupWindow X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bffe56c5d19df9926686722fc09ad096afb47633 Updated note about wxSTC using wxPopupWindow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 3ac422e634..0970d73e89 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -11,8 +11,8 @@ Added wxGenericDirCtrl. Added wxMultiChoiceDialog. The calltip window and autocomplete window in wxSTC will now use a -wxPopupWindow if available so they can extend beyond the client area -of the STC if needed. +wxPopupWindow if available on the platform (and functioning correctly) +so they can extend beyond the client area of the STC if needed. Finished wrapping and providing typemaps for wxInputStream and also added the stream ctor and other methods for wxImage so images can now