#define wxHAS_PREF_EDITOR_NATIVE
#endif
-#if defined(__WXOSX__) || defined(__WXGTK__)
- #define wxHAS_PREF_EDITOR_MODELESS
-#endif
-
// ----------------------------------------------------------------------------
// wxPreferencesEditorImpl: defines wxPreferencesEditor implementation.
// ----------------------------------------------------------------------------
{
public:
// This is implemented in a platform-specific way.
- static wxPreferencesEditorImpl* Create();
+ static wxPreferencesEditorImpl* Create(const wxString& title);
// These methods simply mirror the public wxPreferencesEditor ones.
virtual void AddPage(wxPreferencesPage* page) = 0;