// -*- 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 STYLELESS-DIALOG_H #define STYLELESS-DIALOG_H #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 StylelessDialog: public wxDialog { public: // begin wxGlade: StylelessDialog::ids // end wxGlade StylelessDialog(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE); private: // begin wxGlade: StylelessDialog::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: StylelessDialog::attributes // end wxGlade }; // wxGlade: end class class StylelessFrame: public wxFrame { public: // begin wxGlade: StylelessFrame::ids // end wxGlade StylelessFrame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); private: // begin wxGlade: StylelessFrame::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: StylelessFrame::attributes // end wxGlade }; // wxGlade: end class #endif // STYLELESS-DIALOG_H