// -*- C++ -*- // // generated by wxGlade "faked test version" // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp // // Example for compiling a multi file project under Linux using g++: // g++ main.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp Dialog1.cpp Frame1.cpp // #ifndef CPPOGG3_H #define CPPOGG3_H #include #include #include #ifndef APP_CATALOG #define APP_CATALOG "CPPOgg3_app" // replace with the appropriate catalog name #endif // begin wxGlade: ::dependencies #include #include #include // end wxGlade // begin wxGlade: ::extracode // extra code added using wxGlade #include // extra code added using wxGlade #include // end wxGlade class CPPOgg3_MyDialog: public wxDialog { public: // begin wxGlade: CPPOgg3_MyDialog::ids // end wxGlade CPPOgg3_MyDialog(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE); private: // begin wxGlade: CPPOgg3_MyDialog::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: CPPOgg3_MyDialog::attributes wxTextCtrl* text_ctrl_1; wxButton* button_3; wxPanel* notebook_1_pane_1; wxRadioBox* radio_box_1; wxPanel* notebook_1_pane_2; wxTextCtrl* text_ctrl_2; wxPanel* notebook_1_pane_3; wxStaticText* label_2; wxTextCtrl* text_ctrl_3; wxButton* button_4; wxCheckBox* checkbox_1; wxPanel* notebook_1_pane_4; wxNotebook* notebook_1; wxStaticLine* static_line_1; wxButton* button_5; wxButton* button_2; wxButton* button_1; // end wxGlade DECLARE_EVENT_TABLE(); public: void startConverting(wxCommandEvent &event); // wxGlade: }; // wxGlade: end class class CPPOgg3_MyFrame: public wxFrame { public: // begin wxGlade: CPPOgg3_MyFrame::ids // end wxGlade CPPOgg3_MyFrame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); private: // begin wxGlade: CPPOgg3_MyFrame::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: CPPOgg3_MyFrame::attributes wxGrid* grid_1; wxStaticLine* static_line_2; wxButton* button_6; // end wxGlade }; // wxGlade: end class #endif // CPPOGG3_H