Package: gtk

Function gtk:ui-manager-action

Lambda List

gtk:ui-manager-action (manager path)

Arguments

manager -- a gtk:ui-manager object
path -- a string with a path

Return Value

The gtk:action object whose proxy widget is found by following the path, or nil if no widget was found.

Details

Looks up an action by following a path. See the gtk:ui-manager-widget function for more information about paths.

Warning

The gtk:ui-manager-action function has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

#2023-3-29