Method
GtkApplicationWindowget_help_overlay
since: 3.20
Declaration [src]
GtkShortcutsWindow*
gtk_application_window_get_help_overlay (
GtkApplicationWindow* window
)
Description [src]
Gets the GtkShortcutsWindow
that has been set up with
a prior call to gtk_application_window_set_help_overlay().
Available since: 3.20
Return value
Type: GtkShortcutsWindow
The help overlay associated with window
, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |