// -*- 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 COMPLEXEXAMPLE_30_H #define COMPLEXEXAMPLE_30_H #include #include #include #ifndef APP_CATALOG #define APP_CATALOG "ComplexExampleApp" // replace with the appropriate catalog name #endif // begin wxGlade: ::dependencies #include #include #include // end wxGlade // begin wxGlade: ::extracode // end wxGlade class PyOgg2_MyFrame: public wxFrame { public: // begin wxGlade: PyOgg2_MyFrame::ids // end wxGlade PyOgg2_MyFrame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); private: // begin wxGlade: PyOgg2_MyFrame::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: PyOgg2_MyFrame::attributes wxMenuBar* Mp3_To_Ogg_menubar; wxStatusBar* Mp3_To_Ogg_statusbar; wxToolBar* Mp3_To_Ogg_toolbar; wxTextCtrl* text_ctrl_1; wxButton* button_3; wxPanel* notebook_1_pane_1; wxRadioBox* rbx_sampling_rate; wxCheckBox* cbx_love; wxPanel* notebook_1_pane_2; wxTextCtrl* text_ctrl_2; wxPanel* notebook_1_pane_3; wxStaticText* _lbl_output_filename; wxTextCtrl* text_ctrl_3; wxButton* button_4; wxCheckBox* checkbox_1; wxPanel* notebook_1_pane_4; wxStaticText* label_1; wxPanel* notebook_1_pane_5; wxNotebook* notebook_1; wxStaticLine* static_line_1; wxButton* button_5; wxButton* button_2; wxButton* button_1; // end wxGlade DECLARE_EVENT_TABLE(); public: void OnOpen(wxCommandEvent &event); // wxGlade: void OnClose(wxCommandEvent &event); // wxGlade: void OnAboutDialog(wxCommandEvent &event); // wxGlade: void startConverting(wxCommandEvent &event); // wxGlade: }; // wxGlade: end class class MyFrameGrid: public wxFrame { public: // begin wxGlade: MyFrameGrid::ids // end wxGlade MyFrameGrid(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); private: // begin wxGlade: MyFrameGrid::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: MyFrameGrid::attributes wxGrid* grid; wxStaticLine* static_line; wxButton* button; wxFlexGridSizer* grid_sizer; wxBoxSizer* _szr_frame; // end wxGlade }; // wxGlade: end class #endif // COMPLEXEXAMPLE_30_H