WX_DELEGATE_TO_CONTROL_CONTAINER(wxDialogBase)
#endif
-wxDialogBase::wxDialogBase()
-{
- Init();
-}
-
void wxDialogBase::Init()
{
m_returnCode = 0;
#endif
wxButton *ok = (wxButton *) NULL;
- wxButton *cancel = (wxButton *) NULL;
wxButton *yes = (wxButton *) NULL;
wxButton *no = (wxButton *) NULL;
if (flags & wxCANCEL)
{
- cancel = new wxButton( this, wxID_CANCEL, _("Cancel"),wxDefaultPosition,wxDefaultSize,wxCLIP_SIBLINGS );
+ wxButton *cancel = new wxButton( this, wxID_CANCEL, _("Cancel"),wxDefaultPosition,wxDefaultSize,wxCLIP_SIBLINGS );
inner_rest->Add( cancel, 0, wxLEFT|wxRIGHT, margin );
}