X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63f7d5022e786be61c0226314dac98739f49a426..dfbb5eff442e9bcabd494f0340553fbf49739b25:/include/wx/gtk/combobox.h diff --git a/include/wx/gtk/combobox.h b/include/wx/gtk/combobox.h index d715d1dae8..7901e540f5 100644 --- a/include/wx/gtk/combobox.h +++ b/include/wx/gtk/combobox.h @@ -88,6 +88,8 @@ public: { return wxItemContainer::GetStringSelection(); } + virtual void Popup(); + virtual void Dismiss(); virtual void Clear() { @@ -135,8 +137,8 @@ protected: // custom list stores. virtual void GTKCreateComboBoxWidget(); - // return the GtkEntry part of the combobox - GtkEntry *GetEntry() const { return m_entry; } + virtual GtkEntry *GetEntry() const + { return m_entry; } GtkEntry* m_entry;