aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index fb2e3e2..455d2cc 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -347,3 +347,21 @@ class TabBase_TabImport : public wxPanel
};
+///////////////////////////////////////////////////////////////////////////////
+/// Class TabBase_TabManage
+///////////////////////////////////////////////////////////////////////////////
+class TabBase_TabManage : public wxPanel
+{
+ private:
+
+ protected:
+ wxStaticText* m_staticText27;
+
+ public:
+
+ TabBase_TabManage( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
+
+ ~TabBase_TabManage();
+
+};
+