Package: gdk

Function gdk:surface-new-popup

Lambda List

gdk:surface-new-popup (parent autohide)

Arguments

parent -- a gdk:surface object with the parent surface to attach the surface to
autohide -- a boolean whether to hide the surface on outside clicks

Return Value

The new gdk:surface object.

Details

Creates a new popup surface. The surface will be attached to parent and can be positioned relative to it using the gdk:popup-present function.
 

See also

2024-12-19