mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Merge branch 'kjellahl/docs-window' into 'main'
docs: Improve gtk_window_set_interactive_debugging() docs See merge request GNOME/gtk!7614
This commit is contained in:
commit
31143f9611
@ -6259,6 +6259,14 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
*
|
||||
* The debugger offers access to the widget hierarchy of the application
|
||||
* and to useful debugging tools.
|
||||
*
|
||||
* This function allows applications that already use
|
||||
* <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd>
|
||||
* (or <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>D</kbd>)
|
||||
* for their own key shortcuts to add a different shortcut to open the Inspector.
|
||||
*
|
||||
* If you are not overriding the default key shortcuts for the Inspector,
|
||||
* you should not use this function.
|
||||
*/
|
||||
void
|
||||
gtk_window_set_interactive_debugging (gboolean enable)
|
||||
|
Loading…
Reference in New Issue
Block a user