GtkWindow: Elaborate the keybindings

Keep Ctrol-Shift-D as a straight toggle-the-inspector keybinding,
but make Ctrl-Shift-I always bring up the inspector, and point
it at the widget under the pointer.
This commit is contained in:
Matthias Clasen
2014-07-06 16:53:37 -04:00
parent b0390a3349
commit a19bc50f64
2 changed files with 40 additions and 23 deletions

View File

@ -80,7 +80,8 @@ struct _GtkWindowClass
void (* activate_focus) (GtkWindow *window);
void (* activate_default) (GtkWindow *window);
void (* keys_changed) (GtkWindow *window);
void (* toggle_debugging) (GtkWindow *window);
void (* enable_debugging) (GtkWindow *window,
gboolean toggle);
/*< private >*/