summaryrefslogtreecommitdiffstats
path: root/src/gs-extras-page.ui
blob: c2943529d81d48e3fdbeb23678f0b4b2d29b7974 (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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.10"/>
  <template class="GsExtrasPage" parent="GsPage">
    <accessibility>
      <property name="label" translatable="yes">Codecs page</property>
    </accessibility>
    <child>
      <object class="GtkStack" id="stack">

        <child>
          <object class="GtkStackPage">
            <property name="name">spinner</property>
            <property name="child">
              <object class="GtkBox" id="box_spinner">
                <property name="orientation">vertical</property>
                <property name="spacing">12</property>
                <property name="halign">center</property>
                <property name="valign">center</property>
                <property name="hexpand">True</property>
                <property name="vexpand">True</property>
                <style>
                  <class name="dim-label"/>
                </style>
                <child>
                  <object class="GtkSpinner" id="spinner">
                    <property name="width_request">32</property>
                    <property name="height_request">32</property>
                    <property name="halign">center</property>
                    <property name="valign">center</property>
                    <property name="hexpand">True</property>
                    <property name="vexpand">True</property>
                    <style>
                      <class name="fade-in"/>
                    </style>
                  </object>
                </child>
              </object>
            </property>
          </object>
        </child>

        <child>
          <object class="GtkStackPage">
            <property name="name">results</property>
            <property name="child">
              <object class="GtkScrolledWindow" id="scrolledwindow">
                <property name="can_focus">True</property>
                <property name="hscrollbar_policy">never</property>
                <property name="vscrollbar_policy">automatic</property>
                <child>
                  <object class="AdwClamp">
                    <property name="maximum-size">860</property>
                    <!-- ~⅔ of the maximum size. -->
                    <property name="tightening-threshold">576</property>
                    <child>
                      <object class="GtkBox" id="box_results">
                        <property name="orientation">vertical</property>
                        <child>
                          <object class="GtkListBox" id="list_box_results">
                            <property name="can_focus">True</property>
                            <property name="selection_mode">none</property>
                            <property name="valign">start</property>
                          </object>
                        </child>
                        <child>
                          <object class="GtkSeparator" id="separator_results">
                            <property name="orientation">horizontal</property>
                          </object>
                        </child>
                      </object>
                    </child>
                  </object>
                </child>
              </object>
            </property>
          </object>
        </child>

        <child>
          <object class="GtkStackPage">
            <property name="name">no-results</property>
            <property name="child">
              <object class="GtkBox" id="box_no_results">
                <property name="orientation">vertical</property>
                <property name="spacing">24</property>
                <property name="halign">center</property>
                <property name="valign">center</property>
                <property name="hexpand">True</property>
                <property name="vexpand">True</property>
                <child>
                  <object class="GtkImage" id="image_no_results">
                    <property name="pixel_size">64</property>
                    <property name="icon_name">face-sad-symbolic</property>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel" id="label_no_results">
                    <property name="use_markup">True</property>
                    <property name="wrap">True</property>
                    <property name="max_width_chars">60</property>
                  </object>
                </child>
              </object>
            </property>
          </object>
        </child>

        <child>
          <object class="GtkStackPage">
            <property name="name">failed</property>
            <property name="child">
              <object class="GtkBox" id="box_failed">
                <property name="orientation">vertical</property>
                <property name="spacing">12</property>
                <property name="halign">center</property>
                <property name="valign">center</property>
                <property name="hexpand">True</property>
                <property name="vexpand">True</property>
                <style>
                  <class name="dim-label"/>
                </style>
                <child>
                  <object class="GtkImage" id="image_failed">
                    <property name="pixel_size">128</property>
                    <property name="icon_name">action-unavailable-symbolic</property>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel" id="label_failed">
                    <property name="wrap">True</property>
                    <property name="max-width-chars">60</property>
                    <attributes>
                      <attribute name="scale" value="1.4"/>
                    </attributes>
                  </object>
                </child>
              </object>
            </property>
          </object>
        </child>

      </object>
    </child>
  </template>
</interface>