/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Nov 22 2017) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_SCRIPTING_BASE_H__ #define __DIALOG_SCRIPTING_BASE_H__ #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_SCRIPTING_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_SCRIPTING_BASE : public wxFrame { private: protected: wxTextCtrl* m_txScript; wxButton* m_btRun; // Virtual event handlers, overide them in your derived class virtual void OnRunButtonClick( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_SCRIPTING_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Scripting Test Window"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); ~DIALOG_SCRIPTING_BASE(); }; #endif //__DIALOG_SCRIPTING_BASE_H__