gtk2/gtk/ui/gtkstatusbar.ui

20 lines
636 B
Plaintext
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
2017-07-17 11:21:21 +00:00
<template class="GtkStatusbar" parent="GtkWidget">
<child>
<object class="GtkBox" id="message_area">
<property name="hexpand">1</property>
<property name="spacing">4</property>
<child>
<object class="GtkLabel" id="label">
<property name="halign">1</property>
<property name="valign">3</property>
<property name="ellipsize">3</property>
<property name="single-line-mode">1</property>
</object>
</child>
</object>
</child>
</template>
</interface>