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:application-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.

Warning

This function is deprecated since 4.18. The gtk:shortcuts-window widget will be removed in GTK 5.
 

See also

2025-05-12