// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "choice.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
const wxValidator& validator,
const wxString& name)
{
- return FALSE;
+ return false;
}
bool wxChoice::Create(wxWindow *parent,
return 0;
}
-int wxChoice::FindString(const wxString& s) const
-{
- return 0;
-}
-
void wxChoice::SetString(int n, const wxString& s)
{
}
return false;
}
-WXHBRUSH wxChoice::OnCtlColor(WXHDC pDC, WXHWND WXUNUSED(pWnd), WXUINT WXUNUSED(nCtlColor),
- WXUINT WXUNUSED(message),
- WXWPARAM WXUNUSED(wParam),
- WXLPARAM WXUNUSED(lParam)
- )
-{
- return (WXHBRUSH) 0;
-}
-
#endif // wxUSE_CHOICE