Package: gtk

Function gtk:popover-present

Lambda List

gtk:popover-present (popover)

Arguments

popover -- a gtk:popover widget

Details

Allocate a size for the gtk:popover widget. This function needs to be called in size-allocate by widgets who have a gtk:popover widget as child. When using a layout manager, this is happening automatically.

To make a popover appear on screen, use the gtk:popover-popup function.
 

See also

#2024-10-26