forked from AuroraMiddleware/gtk
59c9d24bbf
Moving the inspector into libgtk lets use reuse internals without having to add public API for everything or inventing awkward private call conventions. https://bugzilla.gnome.org/show_bug.cgi?id=730095
17 lines
462 B
XML
17 lines
462 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gtk/inspector">
|
|
<file>button-path.ui</file>
|
|
<file>classes-list.ui</file>
|
|
<file>css-editor.ui</file>
|
|
<file>data-list.ui</file>
|
|
<file>object-hierarchy.ui</file>
|
|
<file>prop-list.ui</file>
|
|
<file>signals-list.ui</file>
|
|
<file>themes.ui</file>
|
|
<file>visual.ui</file>
|
|
<file>widget-tree.ui</file>
|
|
<file>window.ui</file>
|
|
</gresource>
|
|
</gresources>
|