Package: gtk

Function gtk-action-accel-path

Lambda List

gtk-action-accel-path (action)

Syntax

(gtk-action-accel-path action) => path
(setf (gtk-action-accel-path action) path)

Arguments

action -- a gtk-action object
path -- a string with the accelerator path

Details

Accessor of the accel path for the action.

The function gtk-action-accel-path returns the accel path for this action, or nil if none is set. The function (setf gtk-action-accel-path) sets the accel path.

All proxy widgets associated with the action will have this accel path, so that their accelerators are consistent.

Warning

The function gtk-action-accel-path has been deprecated since version 3.10 and should not be used in newly written code. Use the g-action interface and the accelerator path on an associated gtk-menu widget instead.
 

See also

2021-7-20