UIManager.getAction

Looks up an action by following a path. See gtk_ui_manager_get_widget() for more information about paths.

class UIManager
getAction
(
string path
)

Parameters

path string

a path

Return Value

Type: Action

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

Meta