summaryrefslogtreecommitdiff
path: root/LiteEditor/editorsettingsdockingwindowsbase.h
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2014-08-29 12:01:12 +0100
committerJames Cowgill <james410@cowgill.org.uk>2014-08-29 12:01:12 +0100
commit517e089547f0b721a104ad2fabc6881d2fe2fff0 (patch)
tree65e15229c45ed375b5e381c46ed016d0cc670ae2 /LiteEditor/editorsettingsdockingwindowsbase.h
parent9535c6126d9ed34e0fdf40cc0bdd2dc01159644d (diff)
Imported Upstream version 6.1.1+dfsg
Diffstat (limited to 'LiteEditor/editorsettingsdockingwindowsbase.h')
-rw-r--r--LiteEditor/editorsettingsdockingwindowsbase.h29
1 files changed, 4 insertions, 25 deletions
diff --git a/LiteEditor/editorsettingsdockingwindowsbase.h b/LiteEditor/editorsettingsdockingwindowsbase.h
index bb8e1b98..22019aed 100644
--- a/LiteEditor/editorsettingsdockingwindowsbase.h
+++ b/LiteEditor/editorsettingsdockingwindowsbase.h
@@ -1,30 +1,6 @@
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-//
-// copyright : (C) 2013 by Eran Ifrah
-// file name : editorsettingsdockingwindowsbase.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.
-//
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
+// wxCrafter project file: editor_options_docking_windows.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////
@@ -35,6 +11,7 @@
#include <wx/xrc/xmlres.h>
#include <wx/xrc/xh_bmp.h>
#include <wx/panel.h>
+#include <wx/artprov.h>
#include <wx/sizer.h>
#include <wx/statbox.h>
#include <wx/checkbox.h>
@@ -57,11 +34,13 @@ protected:
wxCheckBox* m_checkBoxHideOutputPaneNotIfCscope;
wxCheckBox* m_checkBoxHideOutputPaneNotIfGit;
wxCheckBox* m_checkBoxHideOutputPaneNotIfDebug;
+ wxCheckBox* m_checkBoxHideOutputPaneNotIfMemCheck;
wxCheckBox* m_checkBoxDontFoldSearchResults;
wxCheckBox* m_checkBoxFindBarAtBottom;
wxCheckBox* m_checkBoxShowDebugOnRun;
wxRadioBox* m_radioBoxHint;
wxRadioBox* m_radioBoxTabControlStyle;
+ wxCheckBox* m_checkBoxHideCaptions;
protected:
virtual void OnHideOutputPaneNotIfDebugUI(wxUpdateUIEvent& event) { event.Skip(); }