get_action_group
Description:
Retrieves the ActionGroup that was registered using prefix.
The resulting ActionGroup may have been registered to this or any Widget in its ancestry.
If no action group was found matching prefix, then null is returned.
Parameters:
| this |
A Widget |
| prefix |
The “prefix” of the action group. |
Returns:
|
A ActionGroup or null. |