X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/978c6e41132adde512a0a72e5b073ba9251714d1..c895624b1353d96d7cf1f1ea9581fe81792499dc:/src/motif/combobox.cpp diff --git a/src/motif/combobox.cpp b/src/motif/combobox.cpp index 099cc58604..f7326ad98c 100644 --- a/src/motif/combobox.cpp +++ b/src/motif/combobox.cpp @@ -121,6 +121,8 @@ void wxComboBox::DoSetSize(int x, int y, wxWindow::DoSetSize(x, y, width, DoGetBestSize().y, sizeFlags); } +#if 0 +// Already defined in include/motif/combobox.h wxString wxComboBox::GetValue() const { char *s = XmComboBoxGetString ((Widget) m_mainWidget); @@ -133,6 +135,7 @@ wxString wxComboBox::GetValue() const else return wxEmptyString; } +#endif void wxComboBox::SetValue(const wxString& value) { @@ -184,7 +187,7 @@ void wxComboBox::DoDeleteOneItem(unsigned int n) m_noStrings--; } -void wxComboBox::DoClear() +void wxComboBox::Clear() { XmComboBoxDeleteAllItems((Widget) m_mainWidget); m_stringList.Clear();