UIManager.getAction

Warning gtk_ui_manager_get_action is deprecated and should not be used in newly-written code. 3.10 Looks up an action by following a path. See gtk_ui_manager_get_widget() for more information about paths. Since 2.4

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. [transfer none]

Meta