GNOME 3590 Published by

gtkmm 2.11.6 and glibmm 2.13.9 has been released:

gtkmm 2.11 wraps new API in GTK+ 2.11, and will become stable gtkmm 2.12 when GTK+ becomes GTK+ 2.12. It will be API/ABI-compatibile with gtkmm 2.10. 2.8, 2.6 and 2.4. It is a version of the gtkmm-2.4 API.

The API is now frozen. Only minor API changes will be made before the gtkmm 2.12.0 release, with permission from the GNOME release-team.

gtkmm stays in-sync with GTK+ by following the official GNOME release schedule:
http://www.gnome.org/start/unstable/

Bindings for the rest of the GNOME Platform are also available, and are also API-stable.

http://www.gtkmm.org



*** Changes

glibmm 2.13.9: changes since 2.13.7:

2.13.9:

* KeyFile: Added Added get_double(), set_double(), get_double_list()
and set_double_list().
(Murray Cumming)

2.13.8:

* OptionContext: Added get/set_summary(), get/set_description(), set_translation_domain(),
and set_translate_func().
(Jonathon Jongsma)
* Documenation:
Added RegEx class documentation. (Johannes Schmid)
Show new API in 2.14.


gtkmm 2.11.6: changes since 2.11.4:

2.11.6:

Gdk:
* Pixbuf:
- Added constructors that do not take dest_x
and dest_y (which are ignored in this case).
- get_formats(): Corrected the reference counting.

Gtk:
* Builder: Removed get_type_from_name().
* IconView:
- set_tooltip_item(), set_tooltip_cell():
Use Tooltip only via a RefPtr.
(Murray Cumming)
- Added get_tooltip_context_path()
and get_tooltip_context_iter().
(Marko Anastasov)
* LinkButton: Added set_uri_hook() and unset_uri_hook().
* PrintJob: Added a const version of get_surface()
* PrintSettings: Corrected the typedef for SlotForeach -
the ustring&s should be const. I do not believe that anybody could
have been using this, so I think it is OK to change it.
* Tooltip: Added set_tip_area().
* TreeView:
- Added convert_widget_to_tree_coords(),
convert_tree_to_widget_coords(), convert_widget_to_bin_window_coords(),
convert_bin_window_to_widget_coords(), convert_tree_to_bin_window_coords(),
convert_bin_window_to_tree_coords(),
set_tooltip_row(), set_tooltip_cell(), set_tooltip_column(),
get_tooltip_column().
(Murray Cumming)
- Added get_tooltip_context_path() and get_tooltip_context_iter().
(Marko Anastasov)
* Widget: Added keynav_failed(), error_bell(),
modify_cursor(), unset_cursor(),
set_has_tooltip(), get_has_tooltip().
(Murray Cumming)
* Documentation:
- Corrected lots of API reference documentation.
(Murray Cumming, Marko Anastasov, Jonathan Jongsma)
- Added a Tooltip example. (Marko Anastasov)

2.11.5:

Pango:
* Color: Added to_string().
* Context: Added set_base_gravity(), get_base_gravity(),
get_gravity(), set_gravity_hint(), get_gravity_hint().
* FontDescription: Added set_gravity() and get_gravity().
* FontFace: Added is_synthesized().
* GlyphString: Added get_width().
* Layout: Added is_wrapped(), is_ellipsized() and
get_unknown_glyphs_count().

Gdk:
* Screen: Added is_composited(), set_font_options(),
get_font_options(), set_resolution(), get_resolution(),
get_active_window().

Gtk:
* IconView:
Added set_tooltip_item(), set_tooltip_cell(),
convert_widget_to_bin_window_coords().
* MenuToolButton.hg: Added set_arrow_tooltip_text() and
set_arrow_tooltip_markup().
* StatusIcon: Added set_screen() and get_screen().
(Murray Cumming)
* TextBuffer: Addded cursor-position property.
(Marko Anastasov)
* TreeVIew: Added is_rubber_banding_active()
(Murray Cumming)


*** Download

http://www.gtkmm.org/download.shtml

You will need libsigc++ 2.0, available here:
https://sourceforge.net/project/showfiles.php?group_id=1970


*** Development

There is active discussion on the mailing list:
http://www.gtkmm.org/mailinglist.shtml
and in the #c++ channel on irc.gnome.org