File: Window.ui

package info (click to toggle)
gnome-music 49.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,144 kB
  • sloc: python: 7,973; xml: 102; sh: 42; makefile: 17
file content (63 lines) | stat: -rw-r--r-- 2,754 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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <template class="Window" parent="AdwApplicationWindow">
    <property name="default-height">500</property>
    <property name="default-width">300</property>
    <child>
      <object class="GtkEventControllerKey">
        <property name="propagation-phase">1</property>
        <signal name="key-pressed" handler="_on_key_press"/>
      </object>
    </child>
    <child>
      <object class="AdwToolbarView">
        <property name="top-bar-style">raised</property>
        <property name="bottom-bar-style">raised</property>
        <child>
          <object class="AdwToastOverlay" id="_toast_overlay">
            <child>
              <object class="AdwNavigationView" id="_navigation_view">
                <child>
                  <object class="AdwNavigationPage" id="_main_navigation_page">
                    <property name="tag">mainview</property>
                    <property name="title">Main View</property>
                    <property name="child">
                      <object class="AdwToolbarView" id="_main_toolbar_view">
                        <property name="top-bar-style">raised</property>
                        <property name="content">
                          <object class="GtkOverlay" id="_overlay">
                            <property name="vexpand">true</property>
                            <child>
                              <object class="AdwViewStack" id="_stack">
                                <property name="focusable">false</property>
                                <property name="hhomogeneous">false</property>
                                <property name="vhomogeneous">false</property>
                              </object>
                            </child>
                            <child type="overlay">
                              <object class="GtkProgressBar" id="_loading_progress">
                                <property name="valign">1</property>
                                <property name="visible">false</property>
                                <style>
                                  <class name="osd"/>
                                </style>
                              </object>
                            </child>
                          </object>
                        </property>
                      </object>
                    </property>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
        <child type="bottom">
          <object class="PlayerToolbar" id="_player_toolbar"></object>
        </child>
      </object>
    </child>
  </template>
</interface>