wxNotebook::HitTest() for wxMSW added (patch 748469)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-07-06 21:13:00 +00:00
parent e450aa692b
commit 36b721632e

View File

@ -134,10 +134,10 @@ wxMSW:
- fixes for compilation with OpenWatcom compiler - fixes for compilation with OpenWatcom compiler
- fixed wxStaticText best size calculation (was wrong by '&' width) - fixed wxStaticText best size calculation (was wrong by '&' width)
- fixed calling wxFrame::Maximize(FALSE) before the window is shown - fixed calling wxFrame::Maximize(FALSE) before the window is shown
= added wxNotebook::HitTest() (Otto Wyss)
- all libraries built with makefile.g95 have a _min or _cyg suffix - all libraries built with makefile.g95 have a _min or _cyg suffix
(for MinGW and Cygwin) (for MinGW and Cygwin)
- When using DLL, wxLocalFSHandler was not being exported - added - When using DLL, wxLocalFSHandler was not being exported - added WXEXPORTDLL
WXEXPORTDLL
- A wxEvtHandler object was not removed from wxPendingEvents on deletion. - A wxEvtHandler object was not removed from wxPendingEvents on deletion.
wxPendingEventsLocker was being deleted in App before all wxEvtHandler wxPendingEventsLocker was being deleted in App before all wxEvtHandler
objects have been destroyed resulting in stale handler/lock objects have been destroyed resulting in stale handler/lock