summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-11-18 14:10:40 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2019-11-18 14:12:41 +0000
commit232e3138235cb66444b8ff7cdf06da48a1059149 (patch)
treeb385a6f4162fcdacd7c8d974172c93e799ec517d /docs
parent914e2a66562c186cb711e0011a84a29f2e06e5cc (diff)
downloadgtk+-232e3138235cb66444b8ff7cdf06da48a1059149.tar.gz
docs: Add migration note for iconify → minimize
See commit b70e4f6de95b.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-3to4.xml23
1 files changed, 23 insertions, 0 deletions
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 @@
</para>
</section>
+ <section>
+ <title>The "iconified" window state has been renamed to "minimized"</title>
+ <para>
+ The <literal>GDK_SURFACE_STATE_ICONIFIED</literal> value of the
+ #GdkSurfaceState enumeration is now %GDK_SURFACE_STATE_MINIMIZED.
+ </para>
+ <para>
+ The #GdkSurface functions <function>gdk_surface_iconify()</function>
+ and <function>gdk_surface_deiconify()</function> have been renamed to
+ gdk_surface_minimize() and gdk_surface_unminimize(), respectively.
+ </para>
+ <para>
+ The corresponding #GtkWindow functions <function>gtk_window_iconify()</function>
+ and <function>gtk_window_deiconify()</function> have been renamed
+ to gtk_window_minimize() and gtk_window_unminimize(), respectively.
+ </para>
+ <para>
+ The behavior of the minimization and unminimization operations have
+ not been changed, and they still require support from the underlying
+ windowing system.
+ </para>
+ </section>
+
</section>
</chapter>