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.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-02-09 00:40:42 +00:00
parent 8f3e7ecc5d
commit 769a9cb2b8
5 changed files with 208 additions and 36 deletions

View File

@@ -10,6 +10,10 @@ 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.
2.3.2.1