]> git.saurik.com Git - wxWidgets.git/commit
Implement wxComboBox::Popup() and Dismiss() for wxOSX/Cocoa.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Dec 2011 23:41:06 +0000 (23:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Dec 2011 23:41:06 +0000 (23:41 +0000)
commitff8cb900da92489dd87712e409bfd4c1f5eacfb8
treefa74dd85c0a956c3ff242433a8e7d4bb8e65e95c
parentf089d73634361c73ff2e3075f8b3924229b44454
Implement wxComboBox::Popup() and Dismiss() for wxOSX/Cocoa.

Unlike in the other ports, these methods currently don't generate any events
under OS X because these events are never generated at all there.

Closes #12642.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/osx/cocoa/private/textimpl.h
include/wx/osx/combobox.h
include/wx/osx/core/private.h
interface/wx/combobox.h
src/osx/cocoa/combobox.mm
src/osx/combobox_osx.cpp