/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Dec 30 2017) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_CONFIGURE_PATHS_BASE_H__ #define __DIALOG_CONFIGURE_PATHS_BASE_H__ #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_CONFIGURE_PATHS_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_CONFIGURE_PATHS_BASE : public DIALOG_SHIM { private: protected: wxGrid* m_EnvVars; wxBitmapButton* m_btnAddEnvVar; wxBitmapButton* m_btnDeleteEnvVar; wxStaticBoxSizer* m_sb3DSearchPaths; wxGrid* m_SearchPaths; wxBitmapButton* m_btnAddSearchPath; wxBitmapButton* m_btnDeleteSearchPath; wxBitmapButton* m_btnMoveUp; wxBitmapButton* m_btnMoveDown; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; wxButton* m_sdbSizerHelp; // Virtual event handlers, overide them in your derived class virtual void OnGridCellChange( wxGridEvent& event ) { event.Skip(); } virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); } virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnAddEnvVar( wxCommandEvent& event ) { event.Skip(); } virtual void OnRemoveEnvVar( wxCommandEvent& event ) { event.Skip(); } virtual void OnGridCellRightClick( wxGridEvent& event ) { event.Skip(); } virtual void OnAddSearchPath( wxCommandEvent& event ) { event.Skip(); } virtual void OnDeleteSearchPath( wxCommandEvent& event ) { event.Skip(); } virtual void OnSearchPathMoveUp( wxCommandEvent& event ) { event.Skip(); } virtual void OnSearchPathMoveDown( wxCommandEvent& event ) { event.Skip(); } virtual void OnHelp( wxCommandEvent& event ) { event.Skip(); } public: 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 ); ~DIALOG_CONFIGURE_PATHS_BASE(); }; #endif //__DIALOG_CONFIGURE_PATHS_BASE_H__