wxwidgets-學習心得(2)

#include <wx/wx.h> #include <ctime> using namespace std; // 應用程序類 class wxMyApp : public wxApp { public: // 虛函數 virtual bool OnInit(); }; //窗口類 class wxMyFrame:public wxFrame { public: /
相關文章
相關標籤/搜索