diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2015-01-09 16:10:29 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2015-02-20 14:44:17 +0100 |
commit | cff1694c99227dbf0b52525d7436fc4771859e00 (patch) | |
tree | d371496dd2c56e97c33d739bf008f9fd1304e109 /docs | |
parent | 3a671994d4f4de61a48df6198353a188b7862baa (diff) | |
download | gtk+-cff1694c99227dbf0b52525d7436fc4771859e00.tar.gz |
popover: Add show/hide transitions
These have the same visual effect and timing than the gnome-shell ones.
During the hide animation, the popover has been made to take focus
elsewhere, and refuse to take any pointer/keyboard input until the popover
is shown again.
This has been based on work from Timm Bäder.
https://bugzilla.gnome.org/show_bug.cgi?id=741405
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index d14327876a..bcd3547fca 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -7965,6 +7965,8 @@ gtk_popover_set_position gtk_popover_get_position gtk_popover_set_modal gtk_popover_get_modal +gtk_popover_set_transitions_enabled +gtk_popover_get_transitions_enabled <SUBSECTION Private> gtk_popover_get_type </SECTION> |