Improve and document previously undocumented ping command
[pipeglade.git] / widget-examples / paned.ui
blobc7765111d19befa5185d246019d382dd6a944354
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4 <requires lib="gtk+" version="3.12"/>
5 <object class="GtkWindow" id="main">
6 <property name="width_request">250</property>
7 <property name="height_request">50</property>
8 <property name="can_focus">False</property>
9 <child>
10 <object class="GtkPaned" id="paned1">
11 <property name="visible">True</property>
12 <property name="can_focus">True</property>
13 <property name="margin_left">4</property>
14 <property name="margin_top">4</property>
15 <property name="margin_bottom">4</property>
16 <property name="wide_handle">True</property>
17 <child>
18 <object class="GtkLabel" id="label2">
19 <property name="visible">True</property>
20 <property name="can_focus">False</property>
21 <property name="label" translatable="yes">label</property>
22 </object>
23 <packing>
24 <property name="resize">False</property>
25 <property name="shrink">True</property>
26 </packing>
27 </child>
28 <child>
29 <object class="GtkLabel" id="label1">
30 <property name="visible">True</property>
31 <property name="can_focus">False</property>
32 <property name="label" translatable="yes">label</property>
33 </object>
34 <packing>
35 <property name="resize">True</property>
36 <property name="shrink">True</property>
37 </packing>
38 </child>
39 </object>
40 </child>
41 </object>
42 </interface>