2014-05-04 21:40:02 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-05-07 04:13:00 +00:00
|
|
|
<interface domain="gtk30">
|
2014-05-04 21:40:02 +00:00
|
|
|
<object class="GtkListStore" id="model">
|
|
|
|
<columns>
|
|
|
|
<column type="gboolean"/>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<column type="PangoStyle"/>
|
|
|
|
</columns>
|
|
|
|
</object>
|
2014-05-07 03:24:20 +00:00
|
|
|
<template class="GtkInspectorClassesList" parent="GtkBox">
|
2014-05-04 21:40:02 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2014-11-22 18:41:21 +00:00
|
|
|
<object class="GtkBox">
|
2014-05-04 21:40:02 +00:00
|
|
|
<property name="visible">True</property>
|
2014-11-22 18:41:21 +00:00
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<property name="margin">6</property>
|
2014-05-04 21:40:02 +00:00
|
|
|
<child>
|
2014-11-22 18:41:21 +00:00
|
|
|
<object class="GtkButton">
|
2014-05-04 21:40:02 +00:00
|
|
|
<property name="visible">True</property>
|
2014-11-22 18:41:21 +00:00
|
|
|
<property name="relief">none</property>
|
2014-05-07 04:13:00 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Add a class</property>
|
2014-05-04 21:40:02 +00:00
|
|
|
<signal name="clicked" handler="add_clicked"/>
|
2014-11-22 18:41:21 +00:00
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">list-add-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-04 21:40:02 +00:00
|
|
|
</object>
|
2014-11-22 18:41:21 +00:00
|
|
|
<packing>
|
|
|
|
<property name="pack-type">start</property>
|
|
|
|
</packing>
|
2014-05-04 21:40:02 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-22 18:41:21 +00:00
|
|
|
<object class="GtkButton">
|
2014-05-04 21:40:02 +00:00
|
|
|
<property name="visible">True</property>
|
2014-11-22 18:41:21 +00:00
|
|
|
<property name="relief">none</property>
|
2014-05-07 04:13:00 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Restore defaults for this widget</property>
|
2014-05-04 21:40:02 +00:00
|
|
|
<signal name="clicked" handler="restore_defaults_clicked"/>
|
2014-11-22 18:41:21 +00:00
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">edit-undo-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="pack-type">start</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="center">
|
|
|
|
<object class="GtkLabel" id="object_title">
|
|
|
|
<property name="visible">True</property>
|
2014-05-04 21:40:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="visible">True</property>
|
2014-10-11 04:23:21 +00:00
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="vscrollbar-policy">automatic</property>
|
2014-05-04 21:40:02 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<child>
|
2014-05-09 02:58:43 +00:00
|
|
|
<object class="GtkTreeView">
|
2014-05-04 21:40:02 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="model">model</property>
|
2014-11-12 03:42:51 +00:00
|
|
|
<property name="enable-search">False</property>
|
2014-05-04 21:40:02 +00:00
|
|
|
<child>
|
2014-05-09 02:58:43 +00:00
|
|
|
<object class="GtkTreeViewColumn">
|
2014-05-07 04:13:00 +00:00
|
|
|
<property name="title" translatable="yes">Name</property>
|
2014-05-04 21:40:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererToggle">
|
2014-05-09 00:14:44 +00:00
|
|
|
<property name="activatable">True</property>
|
2014-05-04 21:40:02 +00:00
|
|
|
<signal name="toggled" handler="enabled_toggled"/>
|
|
|
|
</object>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="active">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-05-09 02:58:43 +00:00
|
|
|
<object class="GtkCellRendererText">
|
2014-05-04 21:40:02 +00:00
|
|
|
<property name="scale">0.8</property>
|
|
|
|
</object>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
<attribute name="style">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|