]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/combobox.h
Allow wxAutomationObject::GetInstance() create new instance if needed.
[wxWidgets.git] / include / wx / motif / combobox.h
index 63eb9018e49eef56e299eefce39520908b9369f9..e7e3598ed691469ae16e38f578d8a65b73d3cb76 100644 (file)
@@ -107,6 +107,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: