summaryrefslogtreecommitdiff
path: root/LiteEditor/editorsettingsdockingwidows.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/editorsettingsdockingwidows.h')
-rw-r--r--LiteEditor/editorsettingsdockingwidows.h81
1 files changed, 39 insertions, 42 deletions
diff --git a/LiteEditor/editorsettingsdockingwidows.h b/LiteEditor/editorsettingsdockingwidows.h
index 0cb1d2ae..2dd2a48c 100644
--- a/LiteEditor/editorsettingsdockingwidows.h
+++ b/LiteEditor/editorsettingsdockingwidows.h
@@ -1,54 +1,51 @@
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-//
-// copyright : (C) 2013 by Eran Ifrah
-// file name : editorsettingsdockingwidows.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.
-//
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-
+//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
+//
+// copyright : (C) 2013 by Eran Ifrah
+// file name : editorsettingsdockingwidows.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 __editorsettingsdockingwidows__
#define __editorsettingsdockingwidows__
-/**
-@file
-Subclass of EditorSettingsDockingWindowsBase, which is generated by wxFormBuilder.
-*/
-
#include "editorsettingsdockingwindowsbase.h"
#include "treebooknodebase.h"
#include "optionsconfig.h"
-/** Implementing EditorSettingsDockingWindowsBase */
-class EditorSettingsDockingWindows
-: public EditorSettingsDockingWindowsBase
-, public TreeBookNode<EditorSettingsDockingWindows>
+class EditorSettingsDockingWindows : public EditorSettingsDockingWindowsBase,
+ public TreeBookNode<EditorSettingsDockingWindows>
{
- size_t m_startingFlags;
- size_t m_endFlags;
-
- void OnHideOutputPaneNotIfDebugUI(wxUpdateUIEvent& event);
+ size_t m_startingFlags;
+ size_t m_endFlags;
+
+ void OnHideOutputPaneNotIfDebugUI(wxUpdateUIEvent& event);
+
public:
- /** Constructor */
- EditorSettingsDockingWindows( wxWindow* parent );
- virtual void Save(OptionsConfigPtr options);
- bool IsRestartRequired();
+ /** Constructor */
+ EditorSettingsDockingWindows(wxWindow* parent);
+ virtual void Save(OptionsConfigPtr options);
+ bool IsRestartRequired();
+
+protected:
+ virtual void OnEnsureCaptionsVisibleUI(wxUpdateUIEvent& event);
};
#endif // __editorsettingsdockingwidows__