Method
Gtk.Popover.popup
Declaration [src]
void
gtk_popover_popup (
GtkPopover* popover
)
Description [src]
Pops popover
up.
This is different from a [method@Gtk.Widget.show()
call
in that it may show the popover with a transition. If
you want to show the popover without a transition, just
use gtk_widget_show()
.