]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
moving themeing include to private.h
[wxWidgets.git] / include / wx / gtk / combobox.h
index 438dc7c3adb14767fcd8c8f4c8d3fde9c04ee0eb..39543f8baad99b0a129b9d9976054080d79ee17a 100644 (file)
@@ -135,14 +135,14 @@ 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;
 
 private:
     // From wxTextEntry:
-    virtual const wxWindow *GetEditableWindow() const { return this; }
+    virtual wxWindow *GetEditableWindow() { return this; }
     virtual GtkEditable *GetEditable() const;
     virtual void EnableTextChangedEvents(bool enable)
     {