]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/combobox.h
Don't include webkit headers from wx headers
[wxWidgets.git] / include / wx / motif / combobox.h
index 63eb9018e49eef56e299eefce39520908b9369f9..94ca4efb1c4ff44717980e2c669be6ea8b606ee2 100644 (file)
@@ -69,6 +69,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();
@@ -107,6 +111,8 @@ protected:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
 
+    // implement wxTextEntry pure virtual methods
+    virtual wxWindow *GetEditableWindow() { return this; }
     virtual WXWidget GetTextWidget() const;
 
 private: