gtkmm 3.22.3 released



gtkmm is the C++ interface for the GUI library GTK+.
Highlights include type-safe callbacks, and a comprehensive set of widgets
that are easily extensible via inheritance.

Home page: http://www.gtkmm.org
Download: https://download.gnome.org/sources/gtkmm/
Documentation: https://developer.gnome.org/gtkmm/3.22/

*** Changes

3.22.3 (stable):

Unusually for a stable micro release, this release has some deprecations
compared to 3.22.2, to match similar deprecations in GTK+ 3.22.x.

Gdk:
* Deprecate screen_width(), screen_height(),
    screen_width_mm(), screen_height_mm(), flush().
  (Kjell Ahlstedt)

Gtk:
* CellRendererPixbuf: Fix property_surface()
  (Kjell Ahlstedt) Bug #788513 (Alexander Shaduri)
* AboutDialog: Fix ref count in get_logo()
  (Kjell Ahlstedt)
* MenuItem: add_accel_label(): Make sure accelator keys are shown.
  (Christian Schoenebeck)
* Settings: Undeprecate property_gtk_cursor_blink(),
    property_gtk_cursor_blink_time(), property_gtk_cursor_blink_timeout(),
    property_gtk_entry_password_hint_timeout().
  (Kjell Ahlstedt)

Demos:
* Update some demo programs.

Build:
* Replace the Visual Studio project files with MSVC NMake project files
  (Chun-wei Fan) Merge request !6

Kjell Ahlstedt
kjellahlstedt gmail com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]