]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
No changes, just simplify the code using wx2stc() a little.
[wxWidgets.git] / include / wx / msw / combobox.h
index f656e081e80dd23cb788540a39d9a08e834b07f9..191ebb3f90705b27f82587efd8e7d6052d1800cb 100644 (file)
@@ -75,6 +75,10 @@ public:
                 const wxValidator& validator = wxDefaultValidator,
                 const wxString& name = wxComboBoxNameStr);
 
+    // See wxComboBoxBase discussion of IsEmpty().
+    bool IsListEmpty() const { return wxItemContainer::IsEmpty(); }
+    bool IsTextEmpty() const { return wxTextEntry::IsEmpty(); }
+
     // resolve ambiguities among virtual functions inherited from both base
     // classes
     virtual void Clear();
@@ -126,7 +130,6 @@ protected:
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip(wxToolTip *tip);
 #endif
-    void MSWDoPopupOrDismiss(bool show);
 
     // this is the implementation of GetEditHWND() which can also be used when
     // we don't have the edit control, it simply returns NULL then