32 lines
1.4 KiB
XML
32 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="DiyaLaunchpadWidget" parent="DiyaShellWindow">
|
|
<!--property name="title" translatable="yes">Example Application</property-->
|
|
<!--property name="default-width">600</property>
|
|
<property name="default-height">400</property-->
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkToggleButton" id="btn_handle">
|
|
<property name="visible">1</property>
|
|
<property name="label" translatable="yes">Test</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkRevealer" id="taskbar_revealer">
|
|
<property name="transition-type">slide-up</property>
|
|
<property name="reveal-child">0</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkRevealer" id="spotlight_revealer">
|
|
<property name="transition-type">slide-up</property>
|
|
<property name="reveal-child">0</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|