diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-10-21 00:11:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-10-21 15:33:09 -0400 |
commit | f6d9f9f93de1c3c5a7ab5d9c64783e941189d9b5 (patch) | |
tree | 4171de6aadd096aa4b088f167b0fc27ae6c78545 /docs | |
parent | 310781ecdd573c299e536ab0070910c484aa23d7 (diff) | |
download | gtk+-f6d9f9f93de1c3c5a7ab5d9c64783e941189d9b5.tar.gz |
Add automatic help overlay support to GtkApplication
When the $(resource_prefix)/gtk/help-overlay.ui resource exists,
load a GtkShortcutsWindow from it for each GtkApplicationWindow,
and set up a win.show-help-overlay action with accels <Primary>F1
and <Primary>? to show it.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index f4482e1378..d6274d75f5 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -7545,6 +7545,8 @@ gtk_application_window_new gtk_application_window_set_show_menubar gtk_application_window_get_show_menubar gtk_application_window_get_id +gtk_application_window_set_help_overlay +gtk_application_window_get_help_overlay <SUBSECTION Standard> GTK_TYPE_APPLICATION_WINDOW |