GUI开发包 GTK+ 2.19.2 发布
Linux之友 发表于 2009-12-27 01:32 | 来源: | 阅读 465 次
GTK(GIMP Toolkit)是一套跨多种平台的图形工具包,按LGPL许可协议发布的。虽然最初是为GIMP写的,但目前已发展为一个功能强大、设计灵活的一个通用 图形库。特别是被GNOME选中使得GTK+广为流传,成为Linux下开发图形界面的应用程序的主流开发工具之一,当然GTK+并不要求必须在 Linux上,事实上,目前GTK+已经有了成功的windows版本。
该版本改进内容:
1. Introspection data for gdk-pixbuf, GDK, and GTK is now included in GTK+ itself.
2. The ability to store and retrieve embedded ICC color profiles in PNG and TIFF images was added… to gdk-pixbuf.
3. Several issues with client-side windows were resolved.
4. An API to handle printer hard margins was added.
5. A new gdk_screen_get_primary_monitor() function for getting the primary monitor in a multi-monitor setup was added.
6. Many bugs were fixed

