From 5a43d62920f82bac38490ac92dd9a49edd1d44de Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 23 Feb 2022 19:41:50 +0100 Subject: Debug and improve preferences editor --- src/preferences/EditorPrefsPanelBF.h | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/preferences/EditorPrefsPanelBF.h (limited to 'src/preferences/EditorPrefsPanelBF.h') diff --git a/src/preferences/EditorPrefsPanelBF.h b/src/preferences/EditorPrefsPanelBF.h new file mode 100644 index 0000000..8736a59 --- /dev/null +++ b/src/preferences/EditorPrefsPanelBF.h @@ -0,0 +1,38 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version 3.10.1-40-g8042f487) +// http://www.wxformbuilder.org/ +// +// PLEASE DO *NOT* EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#pragma once + +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + + +/////////////////////////////////////////////////////////////////////////////// +/// Class EditorPrefsPanelBF +/////////////////////////////////////////////////////////////////////////////// +class EditorPrefsPanelBF : public wxPanel +{ + private: + + protected: + + public: + + EditorPrefsPanelBF( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); + + ~EditorPrefsPanelBF(); + +}; + -- cgit v1.2.3