Added support for wxEVT_COMBOBOX_DROPDOWN and wxEVT_COMBOBOX_CLOSEUP events to wxOSX/Cocoa.

Backport of r75783.

Closes #15762.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2014-02-04 16:59:13 +00:00
parent 1edbe53368
commit 63501404a5
3 changed files with 38 additions and 4 deletions

View File

@@ -632,6 +632,8 @@ wxMSW:
wxOSX:
- Fix incorrect joystick detection in configure (Lauri Nurmi).
- Add support for wxEVT_COMBOBOX_DROPDOWN and wxEVT_COMBOBOX_CLOSEUP
events to wxOSX/Cocoa (Igor Korot).
3.0.0: (released 2013-11-11)