diff options
| author | Joe Carstairs <me@joeac.net> | 2024-12-19 09:11:04 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-12-19 09:11:04 +0000 |
| commit | b6fc855a131f67cce42d6407540def729af087ec (patch) | |
| tree | ecc043587f1aba9ad50669c733e02c85029a39a8 /schist_gtk4_gui/resources/window.ui | |
| parent | 9e28aff1c045d7b31b6efb526a80b08048a23d99 (diff) | |
Factors out CategoriesView
Diffstat (limited to 'schist_gtk4_gui/resources/window.ui')
| -rw-r--r-- | schist_gtk4_gui/resources/window.ui | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/schist_gtk4_gui/resources/window.ui b/schist_gtk4_gui/resources/window.ui deleted file mode 100644 index 9d6a10d..0000000 --- a/schist_gtk4_gui/resources/window.ui +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <template class="SchistWindow" parent="GtkApplicationWindow"> - <property name="title">schist</property> - <property name="default-height">560</property> - <property name="default-width">1080</property> - <child type="titlebar"> - <object class="GtkHeaderBar" id="header_bar"> - <property name="title-widget"> - <object class="GtkStackSwitcher"> - <property name="stack">view_stack</property> - </object> - </property> - </object> - </child> - - <child> - <object class="GtkStack" id="view_stack"> - <child> - <object class="GtkStackPage"> - <property name="name">categories</property> - <property name="title">Categories</property> - <property name="child"> - <object class="GtkLabel"> - <property name="label">Hello, categories!</property> - </object> - </property> - </object> - </child> - </object> - </child> - </template> -</interface> |
