Minor tweaks to the preferences docs for Phoenix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-03-05 06:50:37 +00:00
parent 7c3f702506
commit a150fade15

View File

@@ -112,8 +112,11 @@ public:
class wxPreferencesPage class wxPreferencesPage
{ {
public: public:
/// Constructor.
wxPreferencesPage();
/// Destructor. /// Destructor.
virtual ~wxPreferencesPage() {} virtual ~wxPreferencesPage();
/** /**
Return name of the page. Return name of the page.
@@ -184,10 +187,10 @@ public:
}; };
/// Constructor. /// Constructor.
wxStockPreferencesPage(Kind kind) : m_kind(kind) {} wxStockPreferencesPage(Kind kind);
/// Returns the page's kind. /// Returns the page's kind.
Kind GetKind() const { return m_kind; } Kind GetKind() const;
/// Reimplemented to return suitable name for the page's kind. /// Reimplemented to return suitable name for the page's kind.
virtual wxString GetName() const; virtual wxString GetName() const;