From 232e3138235cb66444b8ff7cdf06da48a1059149 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 18 Nov 2019 14:10:40 +0000 Subject: =?UTF-8?q?docs:=20Add=20migration=20note=20for=20iconify=20?= =?UTF-8?q?=E2=86=92=20minimize?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See commit b70e4f6de95b. --- docs/reference/gtk/migrating-3to4.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'docs') diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index 362619178e..3e0cc368e5 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -828,6 +828,29 @@ +
+ The "iconified" window state has been renamed to "minimized" + + The GDK_SURFACE_STATE_ICONIFIED value of the + #GdkSurfaceState enumeration is now %GDK_SURFACE_STATE_MINIMIZED. + + + The #GdkSurface functions gdk_surface_iconify() + and gdk_surface_deiconify() have been renamed to + gdk_surface_minimize() and gdk_surface_unminimize(), respectively. + + + The corresponding #GtkWindow functions gtk_window_iconify() + and gtk_window_deiconify() have been renamed + to gtk_window_minimize() and gtk_window_unminimize(), respectively. + + + The behavior of the minimization and unminimization operations have + not been changed, and they still require support from the underlying + windowing system. + +
+ -- cgit v1.2.1