return wxSize(36,12);
}
-void wxButton::SetDefault()
+wxWindow *wxButton::SetDefault()
{
FormType* form = (FormType* )GetParentForm();
if(form==NULL)
- return;
+ return NULL;
+#ifdef __WXPALMOS6__
FrmSetDefaultButtonID(form,GetId());
+#endif // __WXPALMOS6__
+
+ return wxButtonBase::SetDefault();
}
void wxButton::SetTmpDefault()