GTK+ 2.11.6
Sponsored Links
GTK+ 2.11.6 Ranking & Summary
File size:
21 MB
Platform:
Any Platform
License:
GPL (GNU General Public License)
Price:
Downloads:
844
Date added:
2007-07-22
Publisher:
GTK+ Team
GTK+ 2.11.6 description
GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.
GTK+ is free software and part of the GNU Project. However, the licensing terms for GTK+, the GNU LGPL, allow it to be used by all developers, including those developing proprietary software, without any license fees or royalties.
GTK+ is based on three libraries developed by the GTK+ team:
- GLib is the low-level core library that forms the basis of GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
- Pango is a library for layout and rendering of text, with an emphasis on internationalization. It forms the core of text and font handling for GTK+-2.0.
- The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices.
GTK+ has been designed from the ground up to support a range of languages, not only C/C++. Using GTK+ from languages such as Perl and Python (especially in combination with the Glade GUI builder) provides an effective method of rapid application development.
Enhancements:
GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesnt yet implement
- Support for accelerators in actions has been added
GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
- gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
- gtk_tree_view_set_tooltip_column()
GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
- gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
- gtk_icon_view_set_tooltip_column()
Bug fixes:
- 452598 crash in Evolution: Added an Evolution attac...
- 447966 Add builder support for GdkPixbuf properties
- 453033 gnome-panel crashed with SIGSEGV in idle_populate_func()
- 453365 gdk_pixbuf_get_file_info crashes on tif files
- 361781 GtkViewport size request includes xthickness/ythickness f...
- 427899 GtkFrames label may exceed the frame area
- 430049 gtk_selection_data_set_text() ignores length argument
- 436965 Add files to /po[-properties]/POTFILES.in
- 437281 gtk_button_set_image destroyes the old image
- 448604 gtk+ printbackends build fix
- 449311 GtkVolumeButton should use new tooltip API
- 451164 I translate gnome-desktop. But i have no svn account and ...
- 451575 (API) Changes needed for GtkTooltips deprecation
- 452425 Setting "tooltip-text" property to NULL has bad effects
- 452861 gtk_label_set_pattern() is not working anymore
- 452988 error handling in GtkCellLayout custom parser
- 453411 Button state not included in key events
- 453413 Key event state is not right for modifier keys
- 454654 Accelerator support for actions
- 454700 Minor update for gdk_threads_enter
- 454703 gdk_window_invalidate_rect accepts NULL
- 454830 gtk-builder-convert not converting menus
- 452056 GtkComboBox doesnt emit changed signal when active row...
- 452278 GtkBuilder API Documentation
- 453316 small documentation fix in GtkDrawingArea API documentation
- 453673 small doc quirk in gtk/gtktreeview.c
- 453930 small doc quirk in gtk/gtktooltip.c
- 454596 [patch] gdkpixbuf-scale slight api doc improvement
- 454835 [patch] example in gdk-pixbuf-scaling using deprecated gd...
- 457384 critical warning from entrycompletion
- 112404 Problem with focus when closing transient window
- 172424 Most GtkWidget events have no documentation
- 408327 Improving tooltip positioning
- 439480 translations
- 439715 GtkFileChooserrecent files option takes up 100% CPU.
- 455482 remove old tooltips work-around from uimanager
- 455721 mem leak when adding shortcut
- 455901 mem leak in path bar
- 455984 need a way to convert to bin_window coordinates
- 457720 assertion `G_IS_VALUE (value) failed progmatically "tabb...
- 458298 broken cursor movement with inline selection
- 456258 GtkScaleButton: value parameter of signal "value-changed"...
- 457774 GtkTreeView::test_expand_row and test_collapse_row
- 455645 intern action names
- Updated translations
GTK+ is free software and part of the GNU Project. However, the licensing terms for GTK+, the GNU LGPL, allow it to be used by all developers, including those developing proprietary software, without any license fees or royalties.
GTK+ is based on three libraries developed by the GTK+ team:
- GLib is the low-level core library that forms the basis of GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
- Pango is a library for layout and rendering of text, with an emphasis on internationalization. It forms the core of text and font handling for GTK+-2.0.
- The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices.
GTK+ has been designed from the ground up to support a range of languages, not only C/C++. Using GTK+ from languages such as Perl and Python (especially in combination with the Glade GUI builder) provides an effective method of rapid application development.
Enhancements:
GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesnt yet implement
- Support for accelerators in actions has been added
GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
- gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
- gtk_tree_view_set_tooltip_column()
GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
- gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
- gtk_icon_view_set_tooltip_column()
Bug fixes:
- 452598 crash in Evolution: Added an Evolution attac...
- 447966 Add builder support for GdkPixbuf properties
- 453033 gnome-panel crashed with SIGSEGV in idle_populate_func()
- 453365 gdk_pixbuf_get_file_info crashes on tif files
- 361781 GtkViewport size request includes xthickness/ythickness f...
- 427899 GtkFrames label may exceed the frame area
- 430049 gtk_selection_data_set_text() ignores length argument
- 436965 Add files to /po[-properties]/POTFILES.in
- 437281 gtk_button_set_image destroyes the old image
- 448604 gtk+ printbackends build fix
- 449311 GtkVolumeButton should use new tooltip API
- 451164 I translate gnome-desktop. But i have no svn account and ...
- 451575 (API) Changes needed for GtkTooltips deprecation
- 452425 Setting "tooltip-text" property to NULL has bad effects
- 452861 gtk_label_set_pattern() is not working anymore
- 452988 error handling in GtkCellLayout custom parser
- 453411 Button state not included in key events
- 453413 Key event state is not right for modifier keys
- 454654 Accelerator support for actions
- 454700 Minor update for gdk_threads_enter
- 454703 gdk_window_invalidate_rect accepts NULL
- 454830 gtk-builder-convert not converting menus
- 452056 GtkComboBox doesnt emit changed signal when active row...
- 452278 GtkBuilder API Documentation
- 453316 small documentation fix in GtkDrawingArea API documentation
- 453673 small doc quirk in gtk/gtktreeview.c
- 453930 small doc quirk in gtk/gtktooltip.c
- 454596 [patch] gdkpixbuf-scale slight api doc improvement
- 454835 [patch] example in gdk-pixbuf-scaling using deprecated gd...
- 457384 critical warning from entrycompletion
- 112404 Problem with focus when closing transient window
- 172424 Most GtkWidget events have no documentation
- 408327 Improving tooltip positioning
- 439480 translations
- 439715 GtkFileChooserrecent files option takes up 100% CPU.
- 455482 remove old tooltips work-around from uimanager
- 455721 mem leak when adding shortcut
- 455901 mem leak in path bar
- 455984 need a way to convert to bin_window coordinates
- 457720 assertion `G_IS_VALUE (value) failed progmatically "tabb...
- 458298 broken cursor movement with inline selection
- 456258 GtkScaleButton: value parameter of signal "value-changed"...
- 457774 GtkTreeView::test_expand_row and test_collapse_row
- 455645 intern action names
- Updated translations
GTK+ 2.11.6 Screenshot
GTK+ 2.11.6 Keywords
GTK
API
GtkBuilder
creating graphical user interfaces
Graphical User Interfaces
user interfaces
graphical user
GTK+
Tooltip
view
interfaces
library
user
GTK+ 2.11.6
Libraries
Programming
Bookmark GTK+ 2.11.6
GTK+ 2.11.6 Copyright
WareSeeker periodically updates pricing and software information of GTK+ 2.11.6 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of GTK+ 2.11.6 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
guidelines in creating graphical user interfaces
creating graphical user interfaces matlab
gtk runtime environment
gtk gnutella
gtk 2.0
gtk gimp
creating graphical user interfaces matlab pdf
gtkpod
gtkradiant tutorial
types of user interfaces
GUI
creating graphical user interfaces which boasts
gtk themes
php gtk
gtkmm
gtky credit union
gtk turbo
gtk tutorial
Version History
Related Software
The GTK-server enables access for shellscripts & interpreted programming languages to apps using either GTK 1.x or 2.x. Free Download
GTK-VNC is a VNC viewer widget for GTK. Free Download
Gtk2 is a Perl interface to the 2.x series of the Gimp Toolkit library. Free Download
SLgtk package binds the GIMP Toolkit, also known as Gtk, to the S-Lang scripting language. Free Download
Gtk# is a .Net language bindings for Gtk+ and selected Gnome libraries. Free Download
Gtk-sharp is a .Net language bindings for Gtk+ and selected Gnome libraries. Free Download
Libgtkol is GTK C++ Object Layer based on the libgenerics abstract services and the Gtk API. Free Download
Samba-Gtk is a GTK+ frontend for Samba 4. Free Download
Latest Software
Popular Software
Favourite Software