Package: gtk

Function gtk-widget-action-group

Lambda List

gtk-widget-action-group (widget prefix)

Arguments

widget -- a gtk-widget object
prefix -- a string with the "prefix" of the action group

Return Value

A g-action-group object or nil.

Details

Retrieves the action group that was registered using prefix. The resulting action group may have been registered to the widget or any widget in its ancestry.

If no action group was found matching prefix, then nil is returned.
 

See also

2021-9-22