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-10 14:40:55 +00:00
|
|
|
<object class="GtkImage" id="inspect_image">
|
|
|
|
<property name="visible">True</property>
|
2014-06-13 02:00:14 +00:00
|
|
|
<property name="icon-name">find-location-symbolic</property>
|
2014-05-10 14:40:55 +00:00
|
|
|
<property name="icon-size">4</property>
|
|
|
|
</object>
|
2014-05-05 03:47:11 +00:00
|
|
|
<object class="GtkMenu" id="widget_popup">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
2014-05-07 04:13:00 +00:00
|
|
|
<property name="label" translatable="yes">Send Widget to Shell</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
<signal name="activate" handler="on_send_widget_to_shell_activate"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
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>
|
|
|
|
<property name="default-width">1000</property>
|
2014-05-16 02:53:23 +00:00
|
|
|
<property name="icon">resource:///org/gtk/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>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="image">inspect_image</property>
|
2014-05-10 14:52:29 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Select an Object</property>
|
2014-09-06 16:47:41 +00:00
|
|
|
<signal name="clicked" handler="gtk_inspector_on_inspect"/>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="pack-type">start</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-06-05 00:12:42 +00:00
|
|
|
<object class="GtkNotebook" id="top_notebook">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="show-border">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2014-05-07 03:24:20 +00:00
|
|
|
<object class="GtkInspectorButtonPath" id="button_path">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkPaned">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkPaned">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="hscrollbar-policy">automatic</property>
|
|
|
|
<property name="vscrollbar-policy">always</property>
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
<property name="width-request">250</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<child>
|
2014-05-07 03:24:20 +00:00
|
|
|
<object class="GtkInspectorWidgetTree" id="widget_tree">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<signal name="widget-changed" handler="on_widget_tree_selection_changed"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">True</property>
|
|
|
|
<property name="shrink">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-05-07 03:24:20 +00:00
|
|
|
<object class="GtkInspectorPythonShell" id="python_shell">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="visible">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">False</property>
|
|
|
|
<property name="shrink">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">True</property>
|
|
|
|
<property name="shrink">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkNotebook">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="show-border">False</property>
|
2014-05-10 02:52:37 +00:00
|
|
|
<property name="scrollable">True</property>
|
2014-07-19 06:47:36 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorMiscInfo" id="misc_info">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="widget-tree">widget_tree</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Miscellaneous</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-05 03:47:11 +00:00
|
|
|
<child>
|
2014-05-10 03:15:34 +00:00
|
|
|
<object class="GtkInspectorPropList" id="prop_list">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="visible">True</property>
|
2014-05-10 03:15:34 +00:00
|
|
|
<property name="child-properties">False</property>
|
|
|
|
<property name="widget-tree">widget_tree</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
2014-05-20 16:31:58 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-05-07 04:13:00 +00:00
|
|
|
<property name="label" translatable="yes">Properties</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-05-10 03:20:03 +00:00
|
|
|
<object class="GtkInspectorSignalsList" id="signals_list">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
2014-05-20 16:31:58 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-05-10 03:20:03 +00:00
|
|
|
<property name="label" translatable="yes">Signals</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-05-10 03:20:03 +00:00
|
|
|
<object class="GtkInspectorObjectHierarchy" id="object_hierarchy">
|
2014-05-08 05:04:16 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
2014-05-20 16:31:58 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-08 05:04:16 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-05-10 03:20:03 +00:00
|
|
|
<property name="label" translatable="yes">Hierarchy</property>
|
2014-05-08 05:04:16 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-05-10 03:20:03 +00:00
|
|
|
<object class="GtkInspectorPropList" id="child_prop_list">
|
|
|
|
<property name="child-properties">True</property>
|
|
|
|
<property name="widget-tree">widget_tree</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
2014-05-20 16:31:58 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-05-10 03:20:03 +00:00
|
|
|
<property name="label" translatable="yes">Child Properties</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-05-07 03:24:20 +00:00
|
|
|
<object class="GtkInspectorClassesList" id="classes_list">
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
2014-05-20 16:31:58 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-05-07 04:13:00 +00:00
|
|
|
<property name="label" translatable="yes">CSS Classes</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-06 16:18:09 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorStylePropList" id="style_prop_list">
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Style Properties</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-05 03:47:11 +00:00
|
|
|
<child>
|
2014-05-07 03:24:20 +00:00
|
|
|
<object class="GtkInspectorCssEditor" id="widget_css_editor">
|
2014-05-05 03:47:11 +00:00
|
|
|
<property name="global">False</property>
|
|
|
|
</object>
|
2014-05-20 16:31:58 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-05-07 04:13:00 +00:00
|
|
|
<property name="label" translatable="yes">Custom CSS</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-21 01:44:48 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorSizeGroups" id="size_groups">
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-05-31 02:20:31 +00:00
|
|
|
<property name="label" translatable="yes">Size Groups</property>
|
2014-05-21 01:44:48 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-10 04:50:21 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorDataList" id="data_list">
|
|
|
|
</object>
|
2014-05-20 16:31:58 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-10 04:50:21 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Data</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-14 00:36:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorActions" id="actions">
|
|
|
|
</object>
|
2014-05-20 16:31:58 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-14 00:36:02 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Actions</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-06-05 12:31:06 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorMenu" id="menu">
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Menu</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-16 23:44:43 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkInspectorGestures" id="gestures">
|
|
|
|
<property name="widget-tree">widget_tree</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Gestures</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">True</property>
|
|
|
|
<property name="shrink">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-05-20 16:30:56 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-05-10 02:27:46 +00:00
|
|
|
<property name="label" translatable="yes">Objects</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</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>
|
|
|
|
</object>
|
2014-05-20 16:30:56 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-11 01:19:21 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-07-12 04:10:59 +00:00
|
|
|
<property name="label" translatable="yes">Resources</property>
|
2014-05-11 01:19:21 +00:00
|
|
|
</object>
|
|
|
|
</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>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-05 03:47:11 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-05-07 04:13:00 +00:00
|
|
|
<property name="label" translatable="yes">Custom CSS</property>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</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>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-15 23:34:38 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2014-07-12 04:10:59 +00:00
|
|
|
<property name="label" translatable="yes">Visual</property>
|
2014-05-15 23:34:38 +00:00
|
|
|
</object>
|
|
|
|
</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>
|
|
|
|
<property name="tab_expand">True</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
2014-05-15 04:06:43 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">General</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-05 03:47:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|