diff options
Diffstat (limited to 'src/preferences/EditorPrefs.hpp')
| -rw-r--r-- | src/preferences/EditorPrefs.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/preferences/EditorPrefs.hpp b/src/preferences/EditorPrefs.hpp index 6958519..09abac7 100644 --- a/src/preferences/EditorPrefs.hpp +++ b/src/preferences/EditorPrefs.hpp @@ -6,6 +6,10 @@ #include <wx/spinctrl.h> #include <wx/stdpaths.h> +/** + * @brief Configuration page for the EditorCanvas + * + */ class EditorPrefsPanel : public PrefsEditor { public: @@ -49,6 +53,10 @@ public: } }; +/** + * @brief Interface for wxWidgets to load EditorPrefsPanel into the preference window + * + */ class EditorPrefs : public wxPreferencesPage { public: virtual wxString GetName() const { return "Editor"; } |
