35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="DiyaTaskbarWidget" 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" id="taskbar">
|
|
<property name="hexpand">1</property>
|
|
<property name="orientation">horizontal</property>
|
|
<child>
|
|
<object class="GtkToggleButton" id="btn_toggle">
|
|
<property name="visible">1</property>
|
|
<property name="label" translatable="yes">Diya</property>
|
|
<!--signal name="toggled" handler="diya_dashboard_toggle"/-->
|
|
</object>
|
|
</child>
|
|
|
|
<child>
|
|
<object class="GtkScrolledWindow">
|
|
<property name="hexpand">1</property>
|
|
<property name="vscrollbar-policy">never</property>
|
|
<child>
|
|
<object class="GtkListView" id="apps_list">
|
|
<property name="orientation">horizontal</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|