forked from AuroraMiddleware/gtk
a3fd5a010b
We don't need a frame widget here, just render a top border on the box.
18 lines
515 B
XML
18 lines
515 B
XML
<?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>
|