Method
Gtk.Popover.popdown
Declaration [src]
void
gtk_popover_popdown (
GtkPopover* popover
)
Description [src]
Pops popover
down.
This is different from a gtk_widget_hide()
call
in that it may show the popover with a transition. If
you want to hide the popover without a transition, just
use gtk_widget_hide()
.