// -*- 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 SIZERS_CLASSATTR_H #define SIZERS_CLASSATTR_H #include #include #include #ifndef APP_CATALOG #define APP_CATALOG "app" // replace with the appropriate catalog name #endif // begin wxGlade: ::dependencies #include // end wxGlade // begin wxGlade: ::extracode // end wxGlade class MyDialog: public wxDialog { public: // begin wxGlade: MyDialog::ids // end wxGlade MyDialog(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE); private: // begin wxGlade: MyDialog::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: MyDialog::attributes wxListBox* list_box_1; wxStaticBoxSizer* sizer_2; wxButton* button_4; wxButton* button_5; wxFlexGridSizer* sizer_4; wxListBox* list_box_2; wxStaticBoxSizer* sizer_3; wxFlexGridSizer* grid_sizer_2; wxStaticLine* static_line_1; wxButton* button_2; wxButton* button_1; wxBoxSizer* sizer_1; wxFlexGridSizer* grid_sizer_1; // end wxGlade }; // wxGlade: end class #endif // SIZERS_CLASSATTR_H