// -*- C++ -*- // // generated by wxGlade 327f789145e7+ on Thu Jul 16 21:53:36 2015 // // 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 BUG166_H #define BUG166_H #include #include // begin wxGlade: ::dependencies // end wxGlade // begin wxGlade: ::extracode // end wxGlade class MyFrame: public wxFrame { public: // begin wxGlade: MyFrame::ids // end wxGlade MyFrame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); private: // begin wxGlade: MyFrame::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: MyFrame::attributes wxChoice* choice_1; wxStaticText* label_1; // end wxGlade }; // wxGlade: end class #endif // BUG166_H