summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-08-10 18:46:35 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-08-16 11:49:26 -0400
commita6b9b3648da6271dbd38840aef69dea20b013066 (patch)
tree7034cc29d4d0187e39c5118ef58761d869a83b3b /docs
parent1f7b6c1d6f822ee660b8cca3b08a2bcc1c48b359 (diff)
downloadgtk+-a6b9b3648da6271dbd38840aef69dea20b013066.tar.gz
GtkPopover: Deprecate transitions-enabled
The effect of transitions-enabled=true can now be achieved using gtk_popover_popup/popdown and the effect of transitions-enabled=false can be achieved using gtk_widget_show/hide. https://bugzilla.gnome.org/show_bug.cgi?id=769706
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-3xtoy.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/reference/gtk/migrating-3xtoy.xml b/docs/reference/gtk/migrating-3xtoy.xml
index 1040c1234a..deb73d544b 100644
--- a/docs/reference/gtk/migrating-3xtoy.xml
+++ b/docs/reference/gtk/migrating-3xtoy.xml
@@ -438,6 +438,15 @@
The behavior of the expand flag in #GtkTables #GtkAttachOptions has been
changed to (again) match the behavior in #GtkBox and in GTK+ 2.x. These
options don't cause the table itself to expand.
- </para>
+ </para>
+
+ <para>
+ The way GtkPopover behaved during a call to gtk_widget_hide() violated
+ some of the internal assumptions GTK+ makes about widget visibility.
+ gtk_popover_popup() and gtk_popover_popdown() have been introduced to
+ show or hide the popover with a transition, while gtk_widget_show()
+ and gtk_widget_hide() on a GtkPopover now work the same way they do
+ on any other widget and immediately hide (or show) the popover.
+ </para>
</section>
</chapter>