git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36325
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual int GetSelection() const;
virtual void GetSelection(long* from, long* to) const;
virtual void SetEditable(bool editable);
virtual int GetSelection() const;
virtual void GetSelection(long* from, long* to) const;
virtual void SetEditable(bool editable);
- virtual void Clear() { wxChoice::Clear(); m_selectionOld = -1; }
virtual void Undo() ;
virtual void Redo() ;
virtual void Undo() ;
virtual void Redo() ;
return wxChoice::GetSelection();
}
return wxChoice::GetSelection();
}
+void wxComboBox::Clear()
+{
+ wxChoice::Clear();
+ m_selectionOld = -1;
+ m_value.clear();
+}
+
// ----------------------------------------------------------------------------
// standard event handling
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// standard event handling
// ----------------------------------------------------------------------------