gtk2/gtk/inspector/button-path.ui

56 lines
2.1 KiB
Plaintext
Raw Normal View History

2014-05-04 15:09:52 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk30">
<template class="GtkInspectorButtonPath" parent="GtkBox">
2014-05-04 15:09:52 +00:00
<property name="orientation">horizontal</property>
<child>
<object class="GtkScrolledWindow" id="sw">
<property name="visible">True</property>
<property name="hscrollbar-policy">automatic</property>
<property name="vscrollbar-policy">never</property>
<property name="hexpand">True</property>
<child>
<object class="GtkBox">
2014-05-04 15:09:52 +00:00
<property name="orientation">horizontal</property>
<property name="visible">True</property>
2014-05-11 01:23:06 +00:00
<property name="halign">start</property>
<child>
<object class="GtkButton" id="placeholder">
<property name="margin">6</property>
<property name="label">X</property>
</object>
</child>
2014-05-04 15:09:52 +00:00
<child>
<object class="GtkBox" id="button_box">
<property name="orientation">horizontal</property>
2014-05-04 15:09:52 +00:00
<property name="visible">True</property>
<property name="hexpand">True</property>
<property name="margin">6</property>
<property name="spacing">0</property>
<style>
<class name="linked"/>
</style>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="label" translatable="yes">Choose a widget through the inspector</property>
<property name="hexpand">True</property>
<property name="xalign">0.5</property>
</object>
</child>
2014-05-04 15:09:52 +00:00
</object>
</child>
</object>
</child>
</object>
</child>
</template>
<object class="GtkSizeGroup">
<property name="mode">vertical</property>
<property name="ignore-hidden">False</property>
<widgets>
<widget name="placeholder"/>
<widget name="button_box"/>
</widgets>
</object>
2014-05-04 15:09:52 +00:00
</interface>