Implement wxAuiNotebook::HitTest()

Check if point is on window or a certain tab.

Closes https://github.com/wxWidgets/wxWidgets/pull/1059
This commit is contained in:
Sebastian Walderich
2018-12-08 20:46:08 +01:00
committed by Vadim Zeitlin
parent 089eeea3ef
commit ab1fd56977
2 changed files with 31 additions and 3 deletions

View File

@@ -144,6 +144,7 @@ All (GUI):
- Adapt AUI colours to system colour changes (Daniel Kulp).
- Fix removing and inserting pages in wxToolbook (Stefan Ziegler).
- Fix bug in template selection in docview framework (jwiesemann).
- Implement wxAuiNotebook::HitTest() (Sebastian Walderich).
wxGTK: