summaryrefslogtreecommitdiff
path: root/LiteEditor/editorsettingsmiscpanel.h
diff options
context:
space:
mode:
authorChow Loong Jin <hyperair@gmail.com>2009-03-18 01:38:42 +0800
committerChow Loong Jin <hyperair@gmail.com>2009-03-18 01:38:42 +0800
commit88bf04fce19ef94891d54e11c3604ad31bd1d46e (patch)
tree34fa3ad4f9768f63d86273468fd60c84fa05f553 /LiteEditor/editorsettingsmiscpanel.h
parent3d717c7047ccf0181289325da69e555556d759b3 (diff)
Imported Upstream version 1.0.2785
Diffstat (limited to 'LiteEditor/editorsettingsmiscpanel.h')
-rw-r--r--LiteEditor/editorsettingsmiscpanel.h51
1 files changed, 51 insertions, 0 deletions
diff --git a/LiteEditor/editorsettingsmiscpanel.h b/LiteEditor/editorsettingsmiscpanel.h
new file mode 100644
index 00000000..f73da929
--- /dev/null
+++ b/LiteEditor/editorsettingsmiscpanel.h
@@ -0,0 +1,51 @@
+//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
+//
+// copyright : (C) 2008 by Eran Ifrah
+// file name : editorsettingsmiscpanel.h
+//
+// -------------------------------------------------------------------------
+// A
+// _____ _ _ _ _
+// / __ \ | | | | (_) |
+// | / \/ ___ __| | ___| | _| |_ ___
+// | | / _ \ / _ |/ _ \ | | | __/ _ )
+// | \__/\ (_) | (_| | __/ |___| | || __/
+// \____/\___/ \__,_|\___\_____/_|\__\___|
+//
+// F i l e
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef __editorsettingsmiscpanel__
+#define __editorsettingsmiscpanel__
+
+/**
+@file
+Subclass of EditorSettingsMiscBasePanel, which is generated by wxFormBuilder.
+*/
+
+#include "editorsettingsmiscbasepanel.h"
+#include "treebooknodebase.h"
+/** Implementing EditorSettingsMiscBasePanel */
+class EditorSettingsMiscPanel
+: public EditorSettingsMiscBasePanel
+, public TreeBookNode<EditorSettingsMiscPanel>
+{
+protected:
+ // Handlers for EditorSettingsMiscBasePanel events.
+ void OnClearButtonClick( wxCommandEvent& event );
+ void OnClearUI(wxUpdateUIEvent &e);
+public:
+ /** Constructor */
+ EditorSettingsMiscPanel( wxWindow* parent );
+ void Save(OptionsConfigPtr options);
+};
+
+#endif // __editorsettingsmiscpanel__