diff options
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r-- | gtk/gtkwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index 426970e597..dce09f11fd 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -63,6 +63,8 @@ struct _GtkWindow * @set_focus: Sets child as the focus widget for the window. * @activate_focus: Activates the current focused widget within the window. * @activate_default: Activates the default widget for the window. + * @keys_changed: Signal gets emitted when the set of accelerators or + * mnemonics that are associated with window changes. */ struct _GtkWindowClass { |