About Gtk+ ========== 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 tools to complete application suites.
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. 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. News ==== * We now use state flags for text direction: GTK_STATE_FLAG_LTR/RTL. gtk_style_context_set_direction() has been deprecated. * We install headers for accessible implementations of GTK+ widgets. This makes it possible to implement accessibility for third-party widgets by subclassing the proper GTK+ implementation. To do this, include gtk/gtk-a11y.h. * Invisible widgets now return a size of 0x0. This is an experimental change that makes GtkWidget::visible essentially behave the same way that "display: none" does in CSS. If you want the effect of CSS's "visibility: hidden", you can use a GtkNotebook with an empty page. * GtkFrame now draws a background. * The Broadway backend now installs a separate server: broadwayd. * Bug fixes: 687025 iconhelper: Treat empty string as NULL stock-id 687633 gtk_color_chooser_get_rgba: wrong annotations, broke bind... 688140 Add missing annotation for gtk_combo_box_text_get_active_... 688362 GtkApplication: Fix memory leak 689810 Include guard optimization 690305 Typo in SECTION:gtkbuildable : (thier -> their) 691186 Gtk+ 3.6.3 crashes when opening printing dialog: segfault... 691301 Better support for cross-compiling 691515 Insufficient checks for EWMH support 691677 Gtk Scale (slider) does not react in clicks outside the c... * Translation updates: Assamese Bulgarian Estonian Galician Hungarian Kazakh Latvian Lithuanian Norwegian bokmål Persian Portuguese Slovenian Tamil Thai Uyghur Download ======== http://download.gnome.org/sources/gtk+/3.7/gtk+-3.7.6.tar.xz (12.7M) sha256sum: 0f1e6ec1f677e72bbf01f0960e3c641d0a799cdd26ea9eb74dd29014924e8298 _______________________________________________ ftp-release-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/ftp-release-list
