summaryrefslogtreecommitdiff
path: root/data/ui/PlaylistsWidget.ui
blob: 026dc4015ad7367de4eb13b54d41cfd830c66c13 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="PlaylistsWidget" parent="GtkBox">
    <property name="orientation">vertical</property>
    <property name="visible">True</property>
    <child>
      <object class="HdyClamp">
        <property name="maximum-size">1000</property>
        <property name="visible">True</property>
        <child>
          <object class="PlaylistControls" id="_pl_ctrls">
            <property name="visible">True</property>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkScrolledWindow" id="playlist-container">
        <property name="vexpand">True</property>
        <property name="visible">True</property>
        <child>
          <object class="HdyClamp">
            <property name="maximum-size">1000</property>
            <property name="visible">True</property>
            <child>
              <object class="GtkListBox" id="_songs_list">
                <property name="margin-bottom">20</property>
                <property name="margin-top">20</property>
                <property name="visible">True</property>
                <signal name="row-activated" handler="_on_song_activated" swapped="no"/>
                <style>
                  <class name="content"/>
                </style>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
  <object class="GtkGestureMultiPress" id="_songs_list_ctrlr">
    <property name="widget">_songs_list</property>
    <property name="propagation-phase">capture</property>
    <property name="button">3</property>
    <signal name="pressed" handler="_songs_list_right_click" swapped="no"/>
  </object>
</interface>