// ============================================================================
// implementation
// ============================================================================
// ============================================================================
// implementation
// ============================================================================
evt.SetInt(wxListBox::GetSelection());
evt.SetEventObject(m_combo);
m_combo->ProcessWindowEvent(evt);
evt.SetInt(wxListBox::GetSelection());
evt.SetEventObject(m_combo);
m_combo->ProcessWindowEvent(evt);
return GetLBox()->GetString(n);
}
void wxComboBox::SetString(unsigned int n, const wxString& s)
{
return GetLBox()->GetString(n);
}
void wxComboBox::SetString(unsigned int n, const wxString& s)
{
// if the current value isn't one of the listbox strings, return -1
return GetLBox()->GetSelection();
#else
// if the current value isn't one of the listbox strings, return -1
return GetLBox()->GetSelection();
#else