// -*- C++ -*- generated by wxGlade 0.3.3 on Thu Jul 01 17:50:44 2004 #include #include // begin wxGlade: ::dependencies // end wxGlade #ifndef FOO_H #define FOO_H class MyFrame1: public wxFrame { public: // begin wxGlade: MyFrame1::ids // end wxGlade MyFrame1(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); private: // begin wxGlade: MyFrame1::methods void set_properties(); void do_layout(); // end wxGlade protected: // begin wxGlade: MyFrame1::attributes wxChoice* choice_1; wxButton* button_1; // end wxGlade }; #endif // FOO_H