summaryrefslogtreecommitdiff
path: root/src/zenity.ui
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-02-02 13:57:02 -0500
committerLogan Rathbone <poprocks@gmail.com>2023-02-02 13:57:49 -0500
commit62046d9225d4d3d062a663f1739773cef94918e0 (patch)
tree58e7adb126d6b5e7cfd30fea3af2b79d20112f6b /src/zenity.ui
parent956c5c87a76dab65084b01c99764be82fe658681 (diff)
downloadzenity-62046d9225d4d3d062a663f1739773cef94918e0.tar.gz
tree: Add searchability
Diffstat (limited to 'src/zenity.ui')
-rw-r--r--src/zenity.ui11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/zenity.ui b/src/zenity.ui
index 1f26eba..e4e6a5b 100644
--- a/src/zenity.ui
+++ b/src/zenity.ui
@@ -388,6 +388,17 @@
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
+ <object class="GtkSearchBar" id="zenity_tree_search_bar">
+ <property name="show-close-button">true</property>
+ <property name="key-capture-widget">zenity_tree_cv</property>
+ <child>
+ <object class="GtkSearchEntry" id="zenity_tree_search_entry">
+ <property name="hexpand">true</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
<object class="GtkLabel" id="zenity_tree_text">
<property name="valign">center</property>
<property name="label" translatable="yes">Select items from the list below.</property>