2018-03-07 13:05:12 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2020-10-30 17:40:13 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.9.0 Jul 27 2020)
|
2018-03-07 13:05:12 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-05-02 20:48:39 +00:00
|
|
|
#pragma once
|
2018-03-07 13:05:12 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2018-08-19 16:10:14 +00:00
|
|
|
class WX_GRID;
|
|
|
|
|
2018-03-07 13:05:12 +00:00
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/grid.h>
|
|
|
|
#include <wx/gdicmn.h>
|
2020-05-02 20:48:39 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2018-03-07 13:05:12 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/statbox.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_CONFIGURE_PATHS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_CONFIGURE_PATHS_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2020-05-02 20:48:39 +00:00
|
|
|
|
2018-03-07 13:05:12 +00:00
|
|
|
protected:
|
2018-08-19 16:10:14 +00:00
|
|
|
WX_GRID* m_EnvVars;
|
2018-03-07 13:05:12 +00:00
|
|
|
wxBitmapButton* m_btnAddEnvVar;
|
|
|
|
wxBitmapButton* m_btnDeleteEnvVar;
|
|
|
|
wxStaticBoxSizer* m_sb3DSearchPaths;
|
2018-08-19 16:10:14 +00:00
|
|
|
WX_GRID* m_SearchPaths;
|
2018-03-07 13:05:12 +00:00
|
|
|
wxBitmapButton* m_btnAddSearchPath;
|
|
|
|
wxBitmapButton* m_btnMoveUp;
|
|
|
|
wxBitmapButton* m_btnMoveDown;
|
2018-08-19 16:05:48 +00:00
|
|
|
wxBitmapButton* m_btnDeleteSearchPath;
|
2018-03-07 13:05:12 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
|
|
|
wxButton* m_sdbSizerHelp;
|
2020-05-02 20:48:39 +00:00
|
|
|
|
Fix various typos
Found via `codespell -q 3 -S *.po,./thirdparty,./Documentation/changelogs -L aactual,acount,aline,alocation,alog,anormal,anumber,aother,apoints,aparent,aray,ba,busses,dout,einstance,leaded,modul,ontext,ot,overide,serie,te,,tesselate,tesselator,tht`
2022-07-03 04:20:05 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2018-09-12 13:00:32 +00:00
|
|
|
virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
|
2018-03-07 13:05:12 +00:00
|
|
|
virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnAddEnvVar( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnRemoveEnvVar( wxCommandEvent& event ) { event.Skip(); }
|
2020-10-30 17:40:13 +00:00
|
|
|
virtual void OnGridCellChange( wxGridEvent& event ) { event.Skip(); }
|
2018-03-07 13:05:12 +00:00
|
|
|
virtual void OnGridCellRightClick( wxGridEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnAddSearchPath( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnSearchPathMoveUp( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnSearchPathMoveDown( wxCommandEvent& event ) { event.Skip(); }
|
2018-08-19 16:05:48 +00:00
|
|
|
virtual void OnDeleteSearchPath( wxCommandEvent& event ) { event.Skip(); }
|
2018-03-07 13:05:12 +00:00
|
|
|
virtual void OnHelp( wxCommandEvent& event ) { event.Skip(); }
|
2020-05-02 20:48:39 +00:00
|
|
|
|
|
|
|
|
2018-03-07 13:05:12 +00:00
|
|
|
public:
|
2020-05-02 20:48:39 +00:00
|
|
|
|
|
|
|
DIALOG_CONFIGURE_PATHS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Configure Paths"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2018-03-07 13:05:12 +00:00
|
|
|
~DIALOG_CONFIGURE_PATHS_BASE();
|
2020-05-02 20:48:39 +00:00
|
|
|
|
2018-03-07 13:05:12 +00:00
|
|
|
};
|
|
|
|
|