aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-23 18:23:05 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-23 18:23:05 +0100
commit3b7cc1c847f4bc8ec900b01a2bcee0cb90d4bd39 (patch)
tree530f375ef8f6943525139b5f3f8d40cef711fecb /src/gui.h
parentc49b48df010c97553aec80491c8fb505e21bcbf1 (diff)
Improve db tab
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();
+
+};
+