AdjustDropDownListSize();
}
-void wxComboBox::DoClear()
+void wxComboBox::Clear()
{
#ifdef LESSTIF_VERSION
XmListDeleteAllItems (GetXmList(this));
}
#endif
- wxControlWithItems::DoClear();
m_noStrings = 0;
AdjustDropDownListSize();
+
+ wxTextEntry::Clear();
}
void wxComboBox::SetSelection (int n)
m_inSetSelection = false;
}
-int wxComboBox::GetSelection (void) const
+int wxComboBox::GetSelection() const
{
return wxDoGetSelectionInList( GetXmList( this ) );
}
return wxDoFindStringInList( GetXmList( this ), s );
}
-void wxComboBox::SetEditable(bool WXUNUSED(editable))
-{
- // TODO
-}
-
void wxComboBoxCallback (Widget WXUNUSED(w), XtPointer clientData,
XmComboBoxCallbackStruct * cbs)
{