Package: gtk

Accessor gtk:action-name

Lambda List

gtk:action-name (object)

Syntax

(gtk:action-name object) => name

Arguments

object -- a gtk:action object
name -- a string with the name of the action

Details

Accessor of the name slot of the gtk:action class. The gtk:action-name function returns the unique name of the action.

Warning

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

See also

2024-9-26