summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkactionbar.ui
blob: d826768f3b4a68a63eab40272ca18f517c6c418a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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">
        <property name="visible">1</property>
        <child>
          <object class="GtkBox" id="box">
            <property name="visible">1</property>
            <property name="spacing">6</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>