return wxChoice::GetSelection();
}
+void wxComboBox::Clear()
+{
+ wxChoice::Clear();
+ m_selectionOld = -1;
+ m_value.clear();
+}
+
// ----------------------------------------------------------------------------
// standard event handling
// ----------------------------------------------------------------------------