summaryrefslogtreecommitdiff
path: root/src/gui/gtd-task-list-popover.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gtd-task-list-popover.ui')
-rw-r--r--src/gui/gtd-task-list-popover.ui39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/gui/gtd-task-list-popover.ui b/src/gui/gtd-task-list-popover.ui
new file mode 100644
index 0000000..9a8cc9e
--- /dev/null
+++ b/src/gui/gtd-task-list-popover.ui
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <template class="GtdTaskListPopover" parent="GtkPopover">
+ <signal name="closed" handler="on_popover_closed_cb" object="GtdTaskListPopover" swapped="no"/>
+ <child>
+ <object class="GtkBox">
+ <property name="margin-top">18</property>
+ <property name="margin-bottom">18</property>
+ <property name="margin-start">18</property>
+ <property name="margin-end">18</property>
+ <property name="spacing">12</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkSearchEntry" id="search_entry">
+ <signal name="activate" handler="on_search_entry_activated_cb" object="GtdTaskListPopover" swapped="no"/>
+ <signal name="search-changed" handler="on_search_entry_search_changed_cb" object="GtdTaskListPopover" swapped="no"/>
+ </object>
+ </child>
+ <child>
+ <object class="GtkScrolledWindow">
+ <property name="hscrollbar-policy">never</property>
+ <property name="max-content-height">480</property>
+ <property name="propagate-natural-height">1</property>
+ <child>
+ <object class="GtkListBox" id="listbox">
+ <property name="selection_mode">none</property>
+ <signal name="row-activated" handler="on_listbox_row_activated_cb" object="GtdTaskListPopover" swapped="no"/>
+ <style>
+ <class name="background"/>
+ </style>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+ <object class="GtkSizeGroup" id="sizegroup"/>
+</interface>