|
68 | 68 |
|
69 | 69 | * http://xapian.org/
|
70 | 70 |
|
| 71 | +# GTK+ |
| 72 | + |
| 73 | +* http://www.gtk.org/ |
| 74 | + |
| 75 | +* GLib Reference Manual: https://developer.gnome.org/glib/stable/ |
| 76 | +* Part II. GTK+ Widgets and Objects: https://developer.gnome.org/gtk3/stable/gtkobjects.html |
| 77 | +* GNOME 开发者中心: https://developer.gnome.org/ |
| 78 | +* http://ftp.gnome.org/pub/gnome/ |
| 79 | + |
| 80 | +* Cairo: http://www.cairographics.org/ |
| 81 | +* GTK-Doc: http://www.gtk.org/gtk-doc/ |
| 82 | +* http://www.gtkforums.com/ |
| 83 | +* Glade: https://glade.gnome.org/ |
| 84 | + |
| 85 | +* 用Glade和libGlade设计Gtk+图形界面: http://blog.sina.com.cn/s/blog_606c49090100fa30.html |
| 86 | +* 《GTK+》编程基础: http://guoyinghui2012.blog.163.com/blog/static/20871720020126294943228/ |
| 87 | +* 在gtk+程序中显示中文说明: http://blog.chinaunix.net/uid-222028-id-2658485.html |
| 88 | +* Gtk对于通常的gui程序,大家想做的事就是做一点事件处理(包括各种计算、文件操作等),然后在界面上显示出来: http://www.cnblogs.com/cy163/archive/2007/06/16/785341.html |
| 89 | +* GTK+2.0 中的容器控件与布局技巧: http://www.ibm.com/developerworks/cn/linux/l-gtk/part1/ |
| 90 | + |
| 91 | + |
| 92 | +# QT |
| 93 | + |
| 94 | +* http://www.qt.io/ |
| 95 | +* Qter开源社区: http://www.qter.org/ |
| 96 | +* qtcn: http://www.qtcn.org/bbs/i.php |
| 97 | + |
| 98 | + |
| 99 | + |
71 | 100 | # wxWidgets
|
72 | 101 |
|
73 | 102 | * http://www.wxwidgets.org/
|
|
132 | 161 | * gcc和g++的区别: http://www.linuxsky.org/doc/dev/200804/298.html
|
133 | 162 | * VC 常用数据类型总结 俩篇: http://www.cnblogs.com/sadier/articles/102085.html
|
134 | 163 | * 使用 GLib 工具集管理 C 数据帖子发表于: http://forum.ubuntu.org.cn/viewtopic.php?p=2614850
|
| 164 | +* undefined reference问题总结: http://ticktick.blog.51cto.com/823160/431329/ |
| 165 | +* Enabling string conversion functions in MinGW: http://tehsausage.com/mingw-to-string |
| 166 | +* Doxygen + Graphviz + Htmlhelp, 成为文档好手: http://www.cnblogs.com/lidabo/archive/2012/12/24/2831518.html |
| 167 | +* C++ Rocks!: http://cpprocks.com/ |
| 168 | +* VC知识库: http://www.vckbase.com/ |
| 169 | +* 基于X的GNOME、GTK、GDK、XLib、GLib等之间的关系: http://socol.iteye.com/blog/579718 |
| 170 | +* 减少C++代码编译时间的方法: http://www.cnblogs.com/misserwell/p/4343927.html |
135 | 171 |
|
136 | 172 |
|
137 | 173 |
|
|
0 commit comments