// -*- C++ -*- // // generated by wxGlade 4028580ba0cc+ on Sun Jan 24 11:10:29 2016 // // 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 BUG179_FRAME_HPP #define BUG179_FRAME_HPP #include #include #include #ifndef APP_CATALOG #define APP_CATALOG "app" // replace with the appropriate catalog name #endif // begin wxGlade: ::dependencies // end wxGlade // begin wxGlade: ::extracode // end wxGlade class Bug179_Frame: public wxFrame { public: // begin wxGlade: Bug179_Frame::ids // end wxGlade Bug179_Frame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); private: // begin wxGlade: Bug179_Frame::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: Bug179_Frame::attributes wxStaticText* label_1; // end wxGlade }; // wxGlade: end class #endif // BUG179_FRAME_HPP