精华文档/手册链接
by
yangh
—
last modified
Apr 19, 2005 08:12 PM
关于GTK/Gnome 软件开发的文档/手册链接
开发工具指南
- "Anjuta C/C++ 集成开发环境简体中文文挡":http://anjuta.sourceforge.net/documents/zh_CN/anjuta-tutorial/index.html
- "Anjuta 高级指南":http://anjuta.sourceforge.net/documents/C/anjuta-advanced-tutorial/ 讲述如何在 anjuta 工程中使用其它库.
- "使用Glade和libGlade设计Gtk+图形界面":http://www.chinalinuxpub.com/read.htm?id=845
GLIB相关
- "浅析GLib":http://www-900.ibm.com/developerWorks/cn/linux/l-glib/index.shtml
- "GObject对象系统":http://www-900.ibm.com/developerWorks/cn/linux/l-gobject/index.shtml
- "GObject 完整教程":http://le-hacker.org/papers/gobject/ 英文
- "Glib-2.0 中 Main Loop 的修正":http://www.gtk.org/~otaylor/gtk/2.0/main-loop.html 英文
- "Glib 2.2.2 参与手册中文版":http://www.noasia.net/taowen/translation/glib/index.html 译者: taowen 欢迎你加入翻译工作,请联系 mo2mo AT 163 DOT com , "相关连接":http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=40741
- "GNetwork 库参考手册":http://www.gnetlibrary.org/docs/ 是一个基于Glib的,实现对 TCP/IP 网络封装的库. 主页: http://www.gnetlibrary.org/ , 很多程序使用它来完成网络功能. 如: eDonkey2000 GTK GUI ; Gnome Chinese Checkers ;Gnome Jabber 等.
- "使用 GScaner 解析配置文件":http://bo.majewski.name/bluear/gnu/GLib/gscanner.html 英文
Pango
- "Pango 指南 (1)":http://www-106.ibm.com/developerworks/linux/library/l-u-pango1/ 英文
- "Pango 指南 (2)":http://www-106.ibm.com/developerworks/linux/library/l-u-pango2/ 英文
GTK+相关
- "GTK+ 2.0 教程":http://www.huihoo.com/gnu/gtk2-tut/book1.html
- "GTK+ 示例程序(带中文注释)":http://www.linuxforum.net/forum/files/297045-examples.tar.gz [推荐]
- "应用GTK+编程":http://www-900.ibm.com/developerWorks/cn/linux/l-gtk/part2/index.shtml
- "GTK+2.0 中的容器控件与布局技巧":http://www-900.ibm.com/developerWorks/cn/linux/l-gtk/index.shtml
- "GTK+中的插件":http://www-900.ibm.com/developerworks/cn/linux/l-gtkplgin/index.shtml
- "简单GTK+自定义控件的创建":http://www-900.ibm.com/developerWorks/cn/linux/l-gtkcntrl/index.shtml
- "GTK+ Theme 构架 2.0":http://www.gtk.org/~otaylor/gtk/2.0/theme-engines.html 英文
- "在GTK+ 中绘图和捕获事件":http://www.gtk.org/~otaylor/gtk/tutorial/ 英文
- "Gtkmm: Gtk+ c++ 手册 翻译(进行中)":http://www.linuxsir.org/bbs/showthread.php?s=&threadid=93745
- " GTK+ API 在线手册":http://www.gtk.org/api/
GNOME相关
- "GNOME 2 编程入门":http://www-900.ibm.com/developerWorks/cn/linux/guitoolkit/gnome/gnome-programming/index.shtml
- "为 GNOME 2 作好准备,第 1 部分":http://www-900.ibm.com/developerWorks/cn/linux/guitoolkit/gnome/gnome2/part1/index.shtml
- "为 GNOME 2 作好准备,第 2 部分":http://www-900.ibm.com/developerWorks/cn/linux/guitoolkit/gnome/gnome2/part2/index.shtml
- "编写 GnomeVFS 模块":http://www-900.ibm.com/developerWorks/cn/linux/l-gnvfs/index.shtml
- "GTK+ / Gnome 应用程序开发":http://developer.gnome.org/doc/GGAD/ggad.html 英文
GNOME 应用程序
- "怎样编写自己的 gDesklets":http://www.pycage.de/howto_desklets.html 英文 相关: gDesklets
- "国际化 GNOME 应用程序":http://www.gnome.org/~malcolm/i18n/index.html 应用 gettext 使你的 GNOME 程序界面支持多种语言。
i18n 国际化
- "Linux 国际化本地化和中文化":http://www.linuxforum.net/doc/i18n-new.html 作者: 于明俭

