2021-12-14 11:53:18 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<interface>
|
|
|
|
|
<template class="LauncherWindow" parent="GtkApplicationWindow">
|
2021-12-15 14:03:23 -05:00
|
|
|
<property name="height-request">80</property>
|
2021-12-16 09:38:20 -05:00
|
|
|
<property name="width-request">128</property>
|
2021-12-14 11:53:18 -05:00
|
|
|
<property name="title">Gtk Pop Dock</property>
|
|
|
|
|
<property name="decorated">false</property>
|
|
|
|
|
<property name="resizable">false</property>
|
|
|
|
|
<child>
|
2021-12-15 12:19:01 -05:00
|
|
|
<object class="GtkBox" id="cursor_leave_handle">
|
|
|
|
|
<property name="orientation">vertical</property>
|
2021-12-14 16:36:28 -05:00
|
|
|
<child>
|
2021-12-15 11:37:28 -05:00
|
|
|
<object class="GtkBox">
|
2021-12-15 12:19:01 -05:00
|
|
|
<property name="height-request">0</property>
|
|
|
|
|
<property name="vexpand">true</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkRevealer" id="revealer">
|
|
|
|
|
<property name="reveal-child">true</property>
|
2021-12-17 12:22:45 -05:00
|
|
|
<property name="transition-duration">300</property>
|
|
|
|
|
<property name="transition-type">slide-up</property>
|
2021-12-15 11:37:28 -05:00
|
|
|
<child>
|
2021-12-15 12:19:01 -05:00
|
|
|
<object class="GtkBox">
|
2021-12-15 11:37:28 -05:00
|
|
|
<property name="orientation">horizontal</property>
|
2021-12-16 09:38:20 -05:00
|
|
|
<property name="height-request">64</property>
|
2021-12-15 12:19:01 -05:00
|
|
|
<property name="margin-start">4</property>
|
|
|
|
|
<property name="margin-end">4</property>
|
|
|
|
|
<property name="spacing">4</property>
|
|
|
|
|
<property name="name">dock-container</property>
|
|
|
|
|
<child>
|
2021-12-15 14:03:23 -05:00
|
|
|
<object class="GtkListView" id="saved_app_list_view">
|
2021-12-15 12:19:01 -05:00
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
|
<property name="hexpand">true</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkSeparator">
|
2021-12-16 09:38:20 -05:00
|
|
|
<property name="margin-start">12</property>
|
|
|
|
|
<property name="margin-end">12</property>
|
2021-12-15 12:19:01 -05:00
|
|
|
<property name="margin-top">4</property>
|
|
|
|
|
<property name="margin-bottom">4</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2021-12-15 14:03:23 -05:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkListView" id="unsaved_open_app_list_view">
|
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
|
<property name="hexpand">true</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2021-12-15 11:37:28 -05:00
|
|
|
</object>
|
|
|
|
|
</child>
|
2021-12-14 16:36:28 -05:00
|
|
|
</object>
|
|
|
|
|
</child>
|
2021-12-15 12:19:01 -05:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox" id="cursor_enter_handle">
|
2021-12-15 14:03:23 -05:00
|
|
|
<property name="height-request">4</property>
|
2021-12-15 12:19:01 -05:00
|
|
|
</object>
|
|
|
|
|
</child>
|
2021-12-14 11:53:18 -05:00
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</template>
|
|
|
|
|
</interface>
|