wxwidgets-学习心得(2)

#include <wx/wx.h> #include <ctime> using namespace std; // 应用程序类 class wxMyApp : public wxApp { public: // 虚函数 virtual bool OnInit(); }; //窗口类 class wxMyFrame:public wxFrame { public: /
相关文章
相关标签/搜索