2011-06-22 03:45:46 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<child>
|
|
|
|
<object class="GtkInfoBar" id="bar1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="message-type">info</property>
|
2020-02-06 05:47:13 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Some important info</property>
|
2011-06-22 03:45:46 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|