File: player.ui

package info (click to toggle)
shortwave 5.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,864 kB
  • sloc: sh: 98; sql: 63; makefile: 22
file content (80 lines) | stat: -rw-r--r-- 3,774 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="AdwBin" id="player">
    <property name="child">
      <object class="AdwToolbarView">
        <child type="top">
          <object class="AdwHeaderBar" id="headerbar">
            <property name="show-title">False</property>
          </object>
        </child>
        <child>
          <object class="GtkScrolledWindow">
            <property name="propagate-natural-height">True</property>
            <property name="hscrollbar_policy">never</property>
            <child>
              <object class="AdwClamp">
                <property name="width_request">275</property>
                <property name="margin_start">6</property>
                <property name="margin_end">6</property>
                <property name="maximum_size">400</property>
                <property name="tightening_threshold">0</property>
                <child>
                  <object class="GtkBox" id="player_box">
                    <property name="margin_top">22</property>
                    <property name="margin_bottom">22</property>
                    <property name="orientation">vertical</property>
                    <child>
                      <object class="GtkRevealer" id="stream_revealer">
                        <child>
                          <object class="GtkBox">
                            <property name="orientation">vertical</property>
                            <child>
                              <object class="GtkSeparator">
                                <property name="width_request">100</property>
                                <property name="halign">center</property>
                                <property name="margin_top">12</property>
                                <property name="margin_bottom">12</property>
                              </object>
                            </child>
                            <child>
                              <object class="AdwPreferencesGroup">
                                <child>
                                  <object class="AdwActionRow" id="stream_row">
                                    <property name="icon_name">network-wireless-symbolic</property>
                                    <property name="activatable_widget">disconnect_button</property>
                                    <child>
                                      <object class="GtkButton" id="disconnect_button">
                                        <property name="icon_name">window-close-symbolic</property>
                                        <property name="valign">center</property>
                                      </object>
                                    </child>
                                  </object>
                                </child>
                                <style>
                                  <class name="notice-row"/>
                                </style>
                              </object>
                            </child>
                          </object>
                        </child>
                      </object>
                    </child>
                    <child>
                      <object class="GtkSeparator">
                        <property name="width_request">100</property>
                        <property name="halign">center</property>
                        <property name="margin_top">12</property>
                        <property name="margin_bottom">18</property>
                      </object>
                    </child>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </property>
  </object>
</interface>