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:
@ -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 >*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user