1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: ginspector
Section: devel
Priority: extra
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 5), autotools-dev, libglrr-gtk-dev, libglrr-gobject-dev, libglrr-glib-dev, libglrr-widgets-dev, libgtk2.0-dev (>= 2.10.1-1)
Standards-Version: 3.7.2.2
Package: libginspx-dev
Architecture: any
Depends: libginspx0 (= ${binary:Version}), ${misc:Depends}
Description: Development headers of GTK+ object/class inspector
G-Inspector invokes a GTK+ application and inspects its objects.
It shows widgets hierarchy, properties of widgets, etc.
It can blink a specific widget instance so that you can identify it.
It can handle Glib objects too.
.
Homepage: http://sourceforge.net/projects/g-inspector/
Package: libginspx0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Shared library of GTK+ object/class inspector
G-Inspector invokes a GTK+ application and inspects its objects.
It shows widgets hierarchy, properties of widgets, etc.
It can blink a specific widget instance so that you can identify it.
It can handle Glib objects too.
.
Homepage: http://sourceforge.net/projects/g-inspector/
Package: ginspector
Architecture: all
Depends: ${misc:Depends}, libginspx0 (>= ${source:Version})
Description: GTK+ object/class inspector
G-Inspector invokes a GTK+ application and inspects its objects.
It shows widgets hierarchy, properties of widgets, etc.
It can blink a specific widget instance so that you can identify it.
It can handle Glib objects too.
.
Homepage: http://sourceforge.net/projects/g-inspector/
|