mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
c9dba4b8e0
Add a tab that shows available signals for each object. For now, we only show if each signal has handlers connected or now. More functionality will be added later.
15 lines
405 B
XML
15 lines
405 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gtk/inspector">
|
|
<file>button-path.ui</file>
|
|
<file>object-hierarchy.ui</file>
|
|
<file>css-editor.ui</file>
|
|
<file>classes-list.ui</file>
|
|
<file>widget-tree.ui</file>
|
|
<file>prop-list.ui</file>
|
|
<file>themes.ui</file>
|
|
<file>window.ui</file>
|
|
<file>signals-list.ui</file>
|
|
</gresource>
|
|
</gresources>
|