add 'Object Class' column to PropertyListPanel

This commit is contained in:
Michael Becker 2021-04-29 23:09:28 -04:00
parent 76a7664044
commit 8e8561e1d3
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -6,6 +6,8 @@
<columns>
<!-- column-name colObjectName -->
<column type="gchararray"/>
<!-- column-name colObjectClass -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkTreeStore" id="tmProperties">
@ -37,6 +39,12 @@
<attribute name="text">0</attribute>
</attributes>
</child>
<child>
<object class="GtkCellRendererText"/>
<attributes>
<attribute name="text">1</attribute>
</attributes>
</child>
</object>
<packing>
<property name="expand">False</property>