40 const std::string i_namedescp,
41 const std::string i_namedb,
71 mGimmick->Initialize(i_namedescp,i_namedb);
86 catch (crea::Exception e)
94 wxSizer* bsizer = this->CreateSeparatedButtonSizer(wxOK|wxCANCEL);
97 mOkButton = (wxButton*)FindWindowById(GetAffirmativeId(),
this);
98 mCancelButton = (wxButton*)FindWindowById(GetEscapeId(),
this);