예제 #1
0
PrefsPanel *ModulePrefsFactory::operator () (wxWindow *parent, wxWindowID winid)
{
   wxASSERT(parent); // to justify safenew
   return safenew ModulePrefs(parent, winid);
}
예제 #2
0
PrefsPanel *ModulePrefsFactory::Create(wxWindow *parent)
{
   wxASSERT(parent); // to justify safenew
   return safenew ModulePrefs(parent);
}