blob: 2e419517e07eaf4e05d61bb86d037885357c84c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcMultitaskingRow" parent="AdwPreferencesRow">
<property name="activatable">False</property>
<accessibility>
<relation name="labelled-by">title</relation>
</accessibility>
<child>
<object class="GtkBox" id="header">
<property name="orientation">vertical</property>
<property name="valign">center</property>
<style>
<class name="header"/>
</style>
<child>
<object class="GtkBox">
<property name="spacing">12</property>
<property name="valign">center</property>
<property name="vexpand">True</property>
<child>
<object class="GtkBox" id="prefixes">
<property name="spacing">12</property>
<property name="visible">False</property>
</object>
</child>
<child>
<object class="GtkImage" id="image">
<property name="pixel_size">32</property>
<property name="valign">center</property>
<property name="visible">False</property>
</object>
</child>
<child>
<object class="GtkBox" id="title_box">
<property name="halign">start</property>
<property name="orientation">vertical</property>
<property name="valign">center</property>
<style>
<class name="title"/>
</style>
<child>
<object class="GtkLabel" id="title">
<property name="ellipsize">end</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="label" bind-source="CcMultitaskingRow" bind-property="title" bind-flags="sync-create"/>
<property name="lines">1</property>
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0</property>
<style>
<class name="title"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="subtitle">
<property name="ellipsize">end</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="lines">2</property>
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0</property>
<style>
<class name="subtitle"/>
</style>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="suffixes">
<property name="spacing">12</property>
<property name="visible">False</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="artwork_box">
<property name="visible">False</property>
<property name="hexpand">True</property>
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
<style>
<class name="frame" />
<class name="background" />
</style>
</object>
</child>
</object>
</child>
</template>
</interface>
|