
wxwidget
a564941464
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
wxwidget -- Hello World
This mini tutorial aims to help people make quick judgements concerning syntax and basic principles. The complete Hello World program is here You have to include wxWidgets's header files, of course...原创 2011-09-09 19:20:36 · 149 阅读 · 0 评论 -
wxwidget程序注释
[code="c++"]#include "wx/wx.h" /*声明app*/ class MyApp: public wxApp { virtual bool OnInit(); }; /*声明frame*/ class MyFrame: public wxFrame { public: MyFrame(const wxString& title...原创 2011-09-09 19:47:42 · 110 阅读 · 0 评论