summaryrefslogtreecommitdiff
path: root/src/gui/gtd-window.ui
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-12-27 12:40:20 +0000
committerMatthew Fennell <matthew@fennell.dev>2025-12-27 12:40:20 +0000
commit5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 (patch)
treeed28aefed8add0da1c55c08fdf80b23c4346e0dc /src/gui/gtd-window.ui
Import Upstream version 43.0upstream/latest
Diffstat (limited to 'src/gui/gtd-window.ui')
-rw-r--r--src/gui/gtd-window.ui33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/gui/gtd-window.ui b/src/gui/gtd-window.ui
new file mode 100644
index 0000000..147054b
--- /dev/null
+++ b/src/gui/gtd-window.ui
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk+" version="3.16"/>
+ <template class="GtdWindow" parent="AdwApplicationWindow">
+ <property name="default_width">800</property>
+ <property name="default_height">600</property>
+
+ <child>
+ <object class="GtkShortcutController">
+ <property name="name">Main Window Shortcuts</property>
+ <property name="scope">global</property>
+ </object>
+ </child>
+
+ <style>
+ <class name="org-gnome-Todo"/>
+ </style>
+
+ <child>
+ <object class="GtkStack" id="stack">
+ <property name="hexpand">true</property>
+ <property name="vexpand">true</property>
+ <property name="transition_duration">250</property>
+ <property name="transition_type">crossfade</property>
+ <signal name="notify::visible-child" handler="on_stack_visible_child_cb" object="GtdWindow" swapped="no"/>
+ <style>
+ <class name="background"/>
+ </style>
+ </object>
+ </child>
+
+ </template>
+</interface>