summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/src/hdy-action-row.ui
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/libhandy/src/hdy-action-row.ui')
-rw-r--r--subprojects/libhandy/src/hdy-action-row.ui82
1 files changed, 82 insertions, 0 deletions
diff --git a/subprojects/libhandy/src/hdy-action-row.ui b/subprojects/libhandy/src/hdy-action-row.ui
new file mode 100644
index 0000000..ff54c15
--- /dev/null
+++ b/subprojects/libhandy/src/hdy-action-row.ui
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <template class="HdyActionRow" parent="HdyPreferencesRow">
+ <property name="activatable">False</property>
+ <child>
+ <object class="GtkBox" id="header">
+ <property name="can_focus">False</property>
+ <property name="spacing">12</property>
+ <property name="valign">center</property>
+ <property name="visible">True</property>
+ <style>
+ <class name="header"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="prefixes">
+ <property name="can_focus">False</property>
+ <property name="no_show_all">True</property>
+ <property name="spacing">12</property>
+ <property name="visible">False</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkImage" id="image">
+ <property name="no_show_all">True</property>
+ <property name="pixel_size">32</property>
+ <property name="valign">center</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkBox" id="title_box">
+ <property name="can_focus">False</property>
+ <property name="halign">start</property>
+ <property name="no_show_all">True</property>
+ <property name="orientation">vertical</property>
+ <property name="valign">center</property>
+ <property name="visible">True</property>
+ <style>
+ <class name="title"/>
+ </style>
+ <child>
+ <object class="GtkLabel" id="title">
+ <property name="can_focus">False</property>
+ <property name="ellipsize">end</property>
+ <property name="halign">start</property>
+ <property name="hexpand">True</property>
+ <property name="label" bind-source="HdyActionRow" bind-property="title" bind-flags="sync-create"/>
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <style>
+ <class name="title"/>
+ </style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel" id="subtitle">
+ <property name="can_focus">False</property>
+ <property name="ellipsize">end</property>
+ <property name="halign">start</property>
+ <property name="hexpand">True</property>
+ <property name="xalign">0</property>
+ <style>
+ <class name="subtitle"/>
+ </style>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkBox" id="suffixes">
+ <property name="can_focus">False</property>
+ <property name="no_show_all">True</property>
+ <property name="spacing">12</property>
+ <property name="visible">False</property>
+ </object>
+ <packing>
+ <property name="pack-type">end</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>