Package: gtk

Function gtk-application-window-help-overlay

Lambda List

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

Syntax

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

Arguments

window -- a gtk-application-window widget
help-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.

Since 3.20
 

See also

2021-9-3