2019-04-04 23:08:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2017-07-17 11:21:21 +00:00
|
|
|
<template class="GtkStatusbar" parent="GtkWidget">
|
2013-03-23 11:38:43 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="frame">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="shadow-type">none</property>
|
2017-04-21 16:59:59 +00:00
|
|
|
<property name="hexpand">1</property>
|
2013-03-23 11:38:43 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="message_area">
|
|
|
|
<property name="spacing">4</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label">
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="ellipsize">end</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="single-line-mode">1</property>
|
2013-03-23 11:38:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2015-09-09 20:50:49 +00:00
|
|
|
<child type="label_item"/>
|
2013-03-23 11:38:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|