summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/src/hdy-combo-row.ui
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/libhandy/src/hdy-combo-row.ui')
-rw-r--r--subprojects/libhandy/src/hdy-combo-row.ui43
1 files changed, 43 insertions, 0 deletions
diff --git a/subprojects/libhandy/src/hdy-combo-row.ui b/subprojects/libhandy/src/hdy-combo-row.ui
new file mode 100644
index 0000000..080a591
--- /dev/null
+++ b/subprojects/libhandy/src/hdy-combo-row.ui
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <template class="HdyComboRow" parent="HdyActionRow">
+ <property name="activatable">False</property>
+ <child>
+ <object class="GtkBox" id="current">
+ <property name="halign">end</property>
+ <property name="valign">center</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkImage" id="image">
+ <property name="icon_name">pan-down-symbolic</property>
+ <property name="icon_size">1</property>
+ <property name="valign">center</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ </template>
+ <object class="GtkPopover" id="popover">
+ <property name="position">bottom</property>
+ <property name="relative_to">image</property>
+ <style>
+ <class name="combo"/>
+ </style>
+ <child>
+ <object class="GtkScrolledWindow">
+ <property name="hscrollbar_policy">never</property>
+ <property name="max_content_height">400</property>
+ <property name="propagate_natural_width">True</property>
+ <property name="propagate_natural_height">True</property>
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkListBox" id="list">
+ <property name="selection_mode">none</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>