2014-05-05 03:47:11 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-05-07 04:13:00 +00:00
|
|
|
<interface domain="gtk30">
|
2014-05-07 03:24:20 +00:00
|
|
|
<template class="GtkInspectorWindow" parent="GtkWindow">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="default-height">500</property>
|
2014-10-11 12:01:57 +00:00
|
|
|
<property name="default-width">800</property>
|
2014-11-30 20:59:53 +00:00
|
|
|
<property name="icon">resource:///org/gtk/libgtk/inspector/logo.png</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="show-close-button">True</property>
|
|
|
|
<child>
|
2014-11-08 05:06:54 +00:00
|
|
|
<object class="GtkStack" id="button_stack">
|
2014-10-25 01:14:16 +00:00
|
|
|
<property name="visible">True</property>
|
2014-11-08 05:06:54 +00:00
|
|
|
<property name="visible-child-name" bind-source="top_stack" bind-property="visible-child-name"/>
|
2014-10-11 04:23:21 +00:00
|
|
|
<child>
|
2014-11-08 05:06:54 +00:00
|
|
|
<object class="GtkBox">
|
2014-10-11 04:23:21 +00:00
|
|
|
<property name="visible">True</property>
|
2014-11-08 05:06:54 +00:00
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="select_object">
|
|
|
|
<property name="visible">True</property>
|
2014-12-11 03:47:16 +00:00
|
|
|
<property name="focus-on-click">False</property>
|
2014-11-08 05:06:54 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Select an Object</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<signal name="clicked" handler="gtk_inspector_on_inspect"/>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">find-location-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStack" id="object_buttons">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="object_details_button">
|
|
|
|
<property name="visible">True</property>
|
2014-12-11 03:47:16 +00:00
|
|
|
<property name="focus-on-click">False</property>
|
2014-11-08 05:06:54 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Show Details</property>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<signal name="clicked" handler="open_object_details"/>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">dialog-information-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">list</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="visible">True</property>
|
2014-12-11 03:47:16 +00:00
|
|
|
<property name="focus-on-click">False</property>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Show all Objects</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<signal name="clicked" handler="close_object_details"/>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">view-list-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">details</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">objects</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="record_statistics_button">
|
|
|
|
<property name="visible">True</property>
|
2014-12-11 03:47:16 +00:00
|
|
|
<property name="focus-on-click">False</property>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Collect Statistics</property>
|
|
|
|
<property name="halign">start</property>
|
2014-10-25 01:14:16 +00:00
|
|
|
<property name="valign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="icon-name">media-record-symbolic</property>
|
2014-10-25 01:14:16 +00:00
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
2014-10-25 01:14:16 +00:00
|
|
|
<packing>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="name">statistics</property>
|
2014-10-25 01:14:16 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-12-09 22:49:23 +00:00
|
|
|
<object class="GtkStack" id="resource_buttons">
|
2014-10-25 01:14:16 +00:00
|
|
|
<property name="visible">True</property>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="halign">start</property>
|
2014-10-25 01:14:16 +00:00
|
|
|
<property name="valign">center</property>
|
|
|
|
<child>
|
2014-12-09 22:49:23 +00:00
|
|
|
<object class="GtkButton">
|
2014-10-25 01:14:16 +00:00
|
|
|
<property name="visible">True</property>
|
2014-12-11 03:47:16 +00:00
|
|
|
<property name="focus-on-click">False</property>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Show Details</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">dialog-information-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">list</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="visible">True</property>
|
2014-12-11 03:47:16 +00:00
|
|
|
<property name="focus-on-click">False</property>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Show all Resources</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">view-list-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-25 01:14:16 +00:00
|
|
|
</object>
|
2014-12-09 22:49:23 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">details</property>
|
|
|
|
</packing>
|
2014-10-25 01:14:16 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="name">resources</property>
|
2014-10-25 01:14:16 +00:00
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
2014-11-08 04:19:28 +00:00
|
|
|
<child>
|
2014-12-09 22:49:23 +00:00
|
|
|
<object class="GtkBox">
|
2014-11-08 04:19:28 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
2014-12-09 22:49:23 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">css</property>
|
|
|
|
</packing>
|
2014-11-08 04:19:28 +00:00
|
|
|
</child>
|
2014-10-11 04:58:47 +00:00
|
|
|
<child>
|
2014-12-09 22:49:23 +00:00
|
|
|
<object class="GtkBox">
|
2014-10-11 04:58:47 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
2014-10-25 01:14:16 +00:00
|
|
|
<packing>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="name">visual</property>
|
2014-10-25 01:14:16 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-12-09 22:49:23 +00:00
|
|
|
<object class="GtkBox">
|
2014-10-25 01:14:16 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="name">general</property>
|
2014-10-25 01:14:16 +00:00
|
|
|
</packing>
|
2014-10-11 04:58:47 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2014-12-09 22:49:23 +00:00
|
|
|
<property name="pack-type">start</property>
|
2014-11-08 05:06:54 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2014-10-10 20:06:37 +00:00
|
|
|
<child type="title">
|
|
|
|
<object class="GtkStackSwitcher">
|
|
|
|
<property name="visible">True</property>
|
2014-10-11 12:01:57 +00:00
|
|
|
<property name="margin-start">6</property>
|
|
|
|
<property name="margin-end">6</property>
|
2014-10-10 20:06:37 +00:00
|
|
|
<property name="stack">top_stack</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-10 20:06:37 +00:00
|
|
|
<object class="GtkStack" id="top_stack">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2014-10-11 02:34:32 +00:00
|
|
|
<object class="GtkStack" id="object_stack">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="visible">True</property>
|
2014-10-11 00:51:54 +00:00
|
|
|
<child>
|
2014-10-11 01:40:53 +00:00
|
|
|
<object class="GtkInspectorObjectTree" id="object_tree">
|
2014-10-11 00:51:54 +00:00
|
|
|
<property name="visible">True</property>
|
2014-10-11 02:34:32 +00:00
|
|
|
<signal name="object-activated" handler="on_object_activated"/>
|
|
|
|
<signal name="object-selected" handler="on_object_selected"/>
|
2014-10-11 00:51:54 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2014-10-11 02:34:32 +00:00
|
|
|
<property name="name">object-tree</property>
|
2014-10-11 00:51:54 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2014-05-05 03:47:11 +00:00
|
|
|
<child>
|
2014-10-11 02:34:32 +00:00
|
|
|
<object class="GtkBox">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="visible">True</property>
|
2014-10-11 02:34:32 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-10-11 00:51:54 +00:00
|
|
|
<child>
|
2014-10-11 02:34:32 +00:00
|
|
|
<object class="GtkBox">
|
2014-10-11 00:51:54 +00:00
|
|
|
<property name="visible">True</property>
|
2014-10-11 02:34:32 +00:00
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<child>
|
2015-02-12 17:09:13 +00:00
|
|
|
<object class="GtkStackSidebar">
|
2014-10-11 02:34:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stack">object_details</property>
|
2014-06-05 12:31:06 +00:00
|
|
|
</object>
|
2014-10-11 02:34:32 +00:00
|
|
|
</child>
|
2014-10-11 04:23:21 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-11 02:34:32 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkStack" id="object_details">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorMiscInfo" id="misc_info">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="object-tree">object_tree</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">misc</property>
|
|
|
|
<property name="title" translatable="yes">Miscellaneous</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorPropList" id="prop_list">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="child-properties">False</property>
|
|
|
|
<property name="object-tree">object_tree</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">properties</property>
|
|
|
|
<property name="title" translatable="yes">Properties</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorSignalsList" id="signals_list">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">signals</property>
|
|
|
|
<property name="title" translatable="yes">Signals</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-10-12 02:04:57 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorPropList" id="child_prop_list">
|
|
|
|
<property name="child-properties">True</property>
|
|
|
|
<property name="object-tree">object_tree</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">child-properties</property>
|
|
|
|
<property name="title" translatable="yes">Child Properties</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-10-11 02:34:32 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorObjectHierarchy" id="object_hierarchy">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">hierarchy</property>
|
|
|
|
<property name="title" translatable="yes">Hierarchy</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-12 02:04:57 +00:00
|
|
|
<object class="GtkInspectorSelector" id="selector">
|
|
|
|
<property name="visible">True</property>
|
2014-10-11 02:34:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2014-10-12 02:04:57 +00:00
|
|
|
<property name="name">selector</property>
|
|
|
|
<property name="title" translatable="yes">Selector</property>
|
2014-10-11 02:34:32 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2015-03-02 23:02:25 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorCssNodeTree" id="widget_css_node_tree">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">css-nodes</property>
|
|
|
|
<property name="title" translatable="yes">CSS nodes</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-10-11 02:34:32 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorCssEditor" id="widget_css_editor">
|
|
|
|
<property name="global">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">css</property>
|
2014-11-08 03:57:14 +00:00
|
|
|
<property name="title" translatable="yes">CSS</property>
|
2014-10-11 02:34:32 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-11 04:23:21 +00:00
|
|
|
<object class="GtkInspectorSizeGroups" id="size_groups"/>
|
2014-10-11 02:34:32 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">size-groups</property>
|
|
|
|
<property name="title" translatable="yes">Size Groups</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-11 04:23:21 +00:00
|
|
|
<object class="GtkInspectorDataList" id="data_list"/>
|
2014-10-11 02:34:32 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">data</property>
|
|
|
|
<property name="title" translatable="yes">Data</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-11 04:23:21 +00:00
|
|
|
<object class="GtkInspectorActions" id="actions"/>
|
2014-10-11 02:34:32 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">actions</property>
|
|
|
|
<property name="title" translatable="yes">Actions</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-11 04:23:21 +00:00
|
|
|
<object class="GtkInspectorMenu" id="menu"/>
|
2014-10-11 02:34:32 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">menu</property>
|
|
|
|
<property name="title" translatable="yes">Menu</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorGestures" id="gestures">
|
|
|
|
<property name="object-tree">object_tree</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">gestures</property>
|
|
|
|
<property name="title" translatable="yes">Gestures</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-12-21 00:24:08 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorMagnifier" id="magnifier">
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">magnifier</property>
|
|
|
|
<property name="title" translatable="yes">Magnifier</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-10-11 00:51:54 +00:00
|
|
|
</object>
|
2014-10-11 02:34:32 +00:00
|
|
|
</child>
|
2014-10-11 00:51:54 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
2014-10-11 00:51:54 +00:00
|
|
|
<packing>
|
2014-10-11 02:34:32 +00:00
|
|
|
<property name="name">object-details</property>
|
2014-10-11 00:51:54 +00:00
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
2014-05-20 16:30:56 +00:00
|
|
|
<packing>
|
2014-10-10 20:06:37 +00:00
|
|
|
<property name="name">objects</property>
|
|
|
|
<property name="title" translatable="yes">Objects</property>
|
2014-05-20 16:30:56 +00:00
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
2014-10-10 03:34:59 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorStatistics">
|
|
|
|
<property name="visible">True</property>
|
2014-11-08 04:19:28 +00:00
|
|
|
<property name="button">record_statistics_button</property>
|
2014-10-10 03:34:59 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">statistics</property>
|
|
|
|
<property name="title" translatable="yes">Statistics</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-05-11 01:19:21 +00:00
|
|
|
<child>
|
2014-07-12 04:10:59 +00:00
|
|
|
<object class="GtkInspectorResourceList">
|
2014-05-11 01:19:21 +00:00
|
|
|
<property name="visible">True</property>
|
2014-10-25 01:14:16 +00:00
|
|
|
<property name="buttons">resource_buttons</property>
|
2014-05-11 01:19:21 +00:00
|
|
|
</object>
|
2014-05-20 16:30:56 +00:00
|
|
|
<packing>
|
2014-10-10 20:06:37 +00:00
|
|
|
<property name="name">resources</property>
|
|
|
|
<property name="title" translatable="yes">Resources</property>
|
2014-05-20 16:30:56 +00:00
|
|
|
</packing>
|
2014-05-11 01:19:21 +00:00
|
|
|
</child>
|
2014-05-05 03:47:11 +00:00
|
|
|
<child>
|
2014-05-07 03:24:20 +00:00
|
|
|
<object class="GtkInspectorCssEditor">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="global">True</property>
|
|
|
|
</object>
|
2014-05-20 16:30:56 +00:00
|
|
|
<packing>
|
2014-10-10 20:06:37 +00:00
|
|
|
<property name="name">css</property>
|
2014-11-08 03:57:14 +00:00
|
|
|
<property name="title" translatable="yes">CSS</property>
|
2014-05-20 16:30:56 +00:00
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
2014-05-15 23:34:38 +00:00
|
|
|
<child>
|
2014-07-12 04:10:59 +00:00
|
|
|
<object class="GtkInspectorVisual">
|
2014-05-15 23:34:38 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
2014-05-20 16:30:56 +00:00
|
|
|
<packing>
|
2014-10-10 20:06:37 +00:00
|
|
|
<property name="name">visual</property>
|
|
|
|
<property name="title" translatable="yes">Visual</property>
|
2014-05-20 16:30:56 +00:00
|
|
|
</packing>
|
2014-05-15 23:34:38 +00:00
|
|
|
</child>
|
2014-05-15 04:06:43 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorGeneral">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
2014-05-20 16:30:56 +00:00
|
|
|
<packing>
|
2014-10-10 20:06:37 +00:00
|
|
|
<property name="name">general</property>
|
|
|
|
<property name="title" translatable="yes">General</property>
|
2014-05-20 16:30:56 +00:00
|
|
|
</packing>
|
2014-05-15 04:06:43 +00:00
|
|
|
</child>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|