#if wxUSE_BMPBUTTON
+#include "wx/bmpbuttn.h"
+
#ifndef WX_PRECOMP
- #include "wx/bmpbuttn.h"
#include "wx/log.h"
#include "wx/dcmemory.h"
#endif
-#include "wx/palmos/private.h"
-
// ----------------------------------------------------------------------------
// macros
// ----------------------------------------------------------------------------
{
}
-void wxBitmapButton::SetDefault()
-{
-}
-
wxSize wxBitmapButton::DoGetBestSize() const
{
wxSize best;
}
#endif // wxUSE_BMPBUTTON
-