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