Method

GtkApplicationWindowget_help_overlay

deprecated: 4.18 

Declaration [src]

GtkShortcutsWindow*
gtk_application_window_get_help_overlay (
  GtkApplicationWindow* window
)

Description [src]

Gets the GtkShortcutsWindow that is associated with window.

See gtk_application_window_set_help_overlay().

Deprecated since: 4.18

GtkShortcutsWindow will be removed in GTK 5.

Return value

Type: GtkShortcutsWindow

The help overlay associated with the window.

The returned data is owned by the instance.
The return value can be NULL.