Package: gtk

Function gtk:application-window-help-overlay

Lambda List

gtk:application-window-help-overlay (window)

Syntax

(gtk:application-window-help-overlay window) => overlay
(setf (gtk:application-window-help-overlay window) overlay)

Arguments

window -- a gtk:application-window widget
overlay -- a gtk:shortcuts-window widget

Details

Accessor of the shortcuts window associated with the application window. The gtk:application-window-help-overlay function gets the shortcuts window. The (setf gtk:applicaton-window-help-overlay) function associates a shortcuts window with the application window, and sets up an action with the name "win.show-help-overlay" to present it.

The window takes responsibility for destroying the help overlay.
 

See also

2024-10-7