UIManager.getAction

Looks up an action by following a path. See gtk.uimanager.UIManager.getWidget for more information about paths.

class UIManager
getAction
(
string path
)

Parameters

path string

a path

Return Value

Type: gtk.action.Action

the action whose proxy widget is found by following the path, or null if no widget was found.