// 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)
{