]> git.saurik.com Git - wxWidgets.git/commit
use GtkComboBox instead of deprecated GtkOptionMenu for wxChoice; this also allows...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 May 2008 17:26:28 +0000 (17:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 May 2008 17:26:28 +0000 (17:26 +0000)
commita2c9411060933aa5e92edf3e6251f9fc90090d20
treeb74c36eaf6c89b0ca6f9ed14624847e9a5c4443b
parentf6753003f1851b52c7778e2a12a747d6265f47d9
use GtkComboBox instead of deprecated GtkOptionMenu for wxChoice; this also allows to derive wxComboBox from wxChoice in wxGTK as in wxMSW (ticket #9150)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/choice.h
include/wx/gtk/combobox.h
samples/widgets/choice.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp