]> git.saurik.com Git - wxWidgets.git/commit
Add wxComboBox::Popup() and Dismiss() to manually show or hide its popup.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jan 2010 01:00:45 +0000 (01:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jan 2010 01:00:45 +0000 (01:00 +0000)
commitd1d1f8175d3f71a4f021ffa8d255f80a05eaffd0
tree5f476a6a150c38dd2c84a2d1720a29373a379830
parentd21866cbd7a30b329a84f12b0361dadb4eca2584
Add wxComboBox::Popup() and Dismiss() to manually show or hide its popup.

Add implementations for wxMSW and wxGTK.

Closes #11506.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/combobox.h
include/wx/gtk/combobox.h
include/wx/msw/combobox.h
interface/wx/combobox.h
samples/widgets/combobox.cpp
src/gtk/combobox.cpp
src/msw/combobox.cpp