Package: gtk

Function gtk:popover-menu-add-child

Lambda List

gtk:popover-menu-add-child (popover child id)

Arguments

popover -- a gtk:popover-menu widget
child -- a gtk:widget child widget to add
id -- a string with the ID to insert the child widget at

Return Value

True if the ID was found and the child widget added.

Details

Adds a custom widget to a generated menu. For this to work, the menu model of the popover must have an item with a custom attribute that matches the ID.
 

See also

#2024-10-26