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

The gtk:action-accel-path function returns the accel path for this action, or nil if none is set. The (setf gtk:action-accel-path) function sets the accel path. All proxy widgets associated with the action will have this accel path, so that their accelerators are consistent.

Warning

The gtk:action-accel-path function 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

2024-9-26