// Purpose: wxPreferencesEditorImpl declaration.
// Author: Vaclav Slavik
// Created: 2013-02-19
-// RCS-ID: $Id$
// Copyright: (c) 2013 Vaclav Slavik <vslavik@fastmail.fm>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#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;