// -*- 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 CPPOGG2_MYFRAME_H #define CPPOGG2_MYFRAME_H #include #include #include #ifndef APP_CATALOG #define APP_CATALOG "CPPOgg2_app" // replace with the appropriate catalog name #endif // begin wxGlade: ::dependencies #include #include // end wxGlade // begin wxGlade: ::extracode // extra code added using wxGlade #include // end wxGlade class CPPOgg2_MyFrame: public wxFrame { public: // begin wxGlade: CPPOgg2_MyFrame::ids // end wxGlade CPPOgg2_MyFrame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); private: // begin wxGlade: CPPOgg2_MyFrame::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: CPPOgg2_MyFrame::attributes wxGrid* grid_1; wxStaticLine* static_line_2; wxButton* button_6; // end wxGlade }; // wxGlade: end class #endif // CPPOGG2_MYFRAME_H