From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- .../schemas/org.gtk.Settings.Debug.gschema.xml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml b/Release/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml new file mode 100644 index 0000000..abb985d --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml @@ -0,0 +1,25 @@ + + + + + + false + Enable inspector keybinding + + If this setting is true, GTK+ lets the user open an interactive + debugging window with a keybinding. The default shortcuts for + the keybinding are Control-Shift-I and Control-Shift-D. + + + + true + Inspector warning + + If this setting is true, GTK+ shows a warning before letting + the user use the interactive debugger. + + + + + + -- cgit v1.2.1