diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-13 14:08:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-13 15:20:36 -0400 |
commit | b8531087bd08fb80df34178177f39b5a9c1a2334 (patch) | |
tree | 8d95c699ce82a99660f823fe34b6a7b0cfad51ef /gtk/gtkwindow.h | |
parent | 514efb51b0a0fc10950ab19030d47cdec812687d (diff) | |
download | gtk+-b8531087bd08fb80df34178177f39b5a9c1a2334.tar.gz |
inspector: All to turn it on programmatically
Export gtk_window_set_interactive_debugging.
https://bugzilla.gnome.org/show_bug.cgi?id=730008
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r-- | gtk/gtkwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index 6c7a58344d..440b3d4266 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -483,6 +483,9 @@ void gtk_window_set_titlebar (GtkWindow *window, GDK_AVAILABLE_IN_3_12 gboolean gtk_window_is_maximized (GtkWindow *window); +GDK_AVAILABLE_IN_3_14 +void gtk_window_set_interactive_debugging (gboolean enable); + G_END_DECLS #endif /* __GTK_WINDOW_H__ */ |