wxWidgets/include/wx/aui
Maarten Bent 7a8e314736 Fix clicking on drop down button in wxAuiToolBar on wxMSW
The code handling the mouse events assumed the drop down button with was
10px, but wxAuiMSWToolBarArt uses a different width (14px). So clicking
on the left-most 4 pixels was not registered as a drop down click.

Allow the get (and set) the width of the drop down button of the
ToolBarArt.

Increase the detection area for drop down events, because the drop down
button is drawn 1 pixel larger than the actual size.

Rename some variables where dropdown was used instead of overflow.

Closes https://github.com/wxWidgets/wxWidgets/pull/939
2018-09-20 23:23:53 +02:00
..
aui.h
auibar.h Fix clicking on drop down button in wxAuiToolBar on wxMSW 2018-09-20 23:23:53 +02:00
auibook.h
barartmsw.h
dockart.h Improve high DPI support in wxAui 2018-09-17 22:54:29 +02:00
floatpane.h
framemanager.h Make wxAuiManager::SavePaneInfo() parameter const 2017-11-05 23:45:21 +01:00
tabart.h Revert "Fix invisible captions in high contrast mode" 2016-07-03 14:38:36 +02:00
tabartgtk.h
tabartmsw.h
tabmdi.h Add wxOVERRIDE to all relevant wxAuiMDIChildFrame methods 2018-05-13 02:49:07 +02:00