GUI
文章平均质量分 61
dangzy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VC++6.0下搭建wxWidgets编译环境
1、Alt + F7调出Project Settings面板。2、选择C\C++选项卡-->Code Generation分类-->Use run-time library-->MultiThreaded DLL3、连接选项卡-->对象/库模块-->wxbase28.lib wxbase28_net.lib wxbase28_odbc.lib wxbase28_xml.lib wxexpa原创 2013-02-15 18:43:40 · 469 阅读 · 0 评论 -
FLTK学习笔记二
Making Your Own BoxtypesYou can define your own boxtypes by making a small function that draws the box and adding it to the table of boxtypes.Adding Your Box Type#define XYZ_BOX FL_FREE_BOXT原创 2013-07-03 23:36:38 · 907 阅读 · 0 评论 -
FLTK学习笔记一
The widgets are created using the C++ new operator. For most widgets the arguments to the constructor are:Fl_Widget(x, y, width, height, label)label is a pointer to a character string to label the原创 2013-07-01 22:38:39 · 975 阅读 · 0 评论 -
FLTK学习笔记三
Drawing Things in FLTKThere are only certain places you can execute drawing code in FLTK. Calling these functions at other places will result in undefined behavior!• The most common place is insid原创 2013-07-04 22:52:26 · 844 阅读 · 0 评论
分享