mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 13:10:08 +00:00
Popover: Complete depr docs of transitions-enabled
Its getter and setter are deprecated, so copy in the blurb from there.
This commit is contained in:
parent
cbe009fe90
commit
f29007c177
@ -1761,6 +1761,10 @@ gtk_popover_class_init (GtkPopoverClass *klass)
|
||||
* Whether show/hide transitions are enabled for this popover.
|
||||
*
|
||||
* Since: 3.16
|
||||
*
|
||||
* Deprecated: 3.22: You can show or hide the popover without transitions
|
||||
* using gtk_widget_show() and gtk_widget_hide() while gtk_popover_popup()
|
||||
* and gtk_popover_popdown() will use transitions.
|
||||
*/
|
||||
properties[PROP_TRANSITIONS_ENABLED] =
|
||||
g_param_spec_boolean ("transitions-enabled",
|
||||
|
Loading…
Reference in New Issue
Block a user