inspector: Show misc info

Desktop / GNOME / GTK - Matthias Clasen [redhat.com] - 21 July 2014 10:18 UTC

Add yet another tab for showing information about a widget that does not quite fit into any of the other tabs (not a property, not style information, etc...).

For now, we show the widget state, as well as the default and focus widget for windows.

2a7577d inspector: Show misc info
gtk/inspector/Makefile.am | 3 +
gtk/inspector/init.c | 2 +
gtk/inspector/inspector.gresource.xml | 1 +
gtk/inspector/misc-info.c | 317 +++++++++++++++++++++++++++++++++
gtk/inspector/misc-info.h | 54 ++++++
gtk/inspector/misc-info.ui | 147 +++++++++++++++
gtk/inspector/window.c | 3 +
gtk/inspector/window.h | 1 +
gtk/inspector/window.ui | 16 ++
po/POTFILES.in | 2 +
10 files changed, 546 insertions(+)

Upstream: git.gnome.org


  • Share