Widget.getActionGroup

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

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

class Widget
getActionGroup
(
string prefix
)

Parameters

prefix string

The “prefix” of the action group.

Return Value

A gtk.ActionGroup or NULL.

Meta

Since

3.16