2014-02-08 20:27:13 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface domain="gtk30">
|
|
|
|
<!-- interface-requires gtk+ 3.10 -->
|
|
|
|
<template class="GtkActionBar" parent="GtkBin">
|
|
|
|
<child>
|
|
|
|
<object class="GtkRevealer" id="revealer">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
2014-02-08 20:27:13 +00:00
|
|
|
<child>
|
2015-12-19 03:57:16 +00:00
|
|
|
<object class="GtkBox" id="box">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
2015-12-19 03:57:16 +00:00
|
|
|
<property name="spacing">6</property>
|
2014-02-08 20:27:13 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|