- wxFAIL_MSG("Method Not Implemented.");
-}
-
-void wxComboBox::SetSelection(int n)
-{
- wxFAIL_MSG("Method Not Implemented.");
-}
-
-int wxComboBox::FindString(const wxString& s, bool bCase) const
-{
- wxFAIL_MSG("Method Not Implemented.");
- return 0;
-}
-
-wxString wxComboBox::GetString(unsigned int n) const
-{
- wxFAIL_MSG("Method Not Implemented.");
- return wxEmptyString;
-}
-
-wxString wxComboBox::GetStringSelection() const
-{
- wxFAIL_MSG("Method Not Implemented.");
- return wxEmptyString;
-}
-
-void wxComboBox::SetString(unsigned int n, const wxString& s)
-{
- wxFAIL_MSG("Method Not Implemented.");
-}
-
-bool wxComboBox::IsEditable() const
-{
- return !HasFlag(wxCB_READONLY);
-}
-
-void wxComboBox::Undo()
-{
- wxFAIL_MSG("Method Not Implemented.");
-}
-
-void wxComboBox::Redo()
-{
- wxFAIL_MSG("Method Not Implemented.");
-}
-
-void wxComboBox::SelectAll()
-{
- wxFAIL_MSG("Method Not Implemented.");