summaryrefslogtreecommitdiff
path: root/src/gtk/nautilusgtksidebarrow.ui
blob: 26265fcb34432c3b598686aaba414ebc0cf34e14 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk30">
  <template class="NautilusGtkSidebarRow" parent="GtkListBoxRow">
    <property name="visible">True</property>
    <property name="margin-top">1</property>
    <property name="margin-bottom">1</property>
    <property name="focus-on-click">False</property>
    <style>
      <class name="sidebar-row"/>
    </style>
    <child>
      <object class="GtkRevealer" id="revealer">
        <property name="visible">1</property>
        <property name="reveal-child">1</property>
        <signal name="notify::child-revealed" handler="on_child_revealed"/>
        <style>
          <class name="sidebar-revealer"/>
        </style>
        <child>
          <object class="GtkEventBox" id="event_box">
            <property name="visible">1</property>
            <child>
              <object class="GtkBox">
                <property name="visible">1</property>
                <child>
                  <object class="GtkImage" id="start_icon_widget">
                    <property name="visible">True</property>
                    <style>
                      <class name="sidebar-icon"/>
                    </style>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel" id="label_widget">
                    <property name="visible">1</property>
                    <property name="hexpand">1</property>
                    <property name="xalign">0</property>
                    <style>
                      <class name="sidebar-label"/>
                    </style>
                  </object>
                </child>
                <child>
                  <object class="GtkImage" id="end_icon_widget">
                    <property name="visible">False</property>
                    <property name="hexpand">True</property>
                    <property name="halign">end</property>
                    <property name="valign">center</property>
                    <property name="no-show-all">1</property>
                    <style>
                      <class name="sidebar-icon"/>
                    </style>
                  </object>
                </child>
                <child>
                  <object class="GtkButton" id="eject_button">
                    <property name="visible">1</property>
                    <property name="halign">center</property>
                    <property name="valign">center</property>
                    <property name="margin-start">4px</property>
                    <property name="no-show-all">1</property>
                    <property name="tooltip-text" translatable="yes">Unmount</property>
                    <child>
                      <object class="GtkImage">
                        <property name="visible">1</property>
                        <property name="icon-name">media-eject-symbolic</property>
                        <property name="icon-size">1</property>
                      </object>
                    </child>
                    <style>
                      <class name="image-button"/>
                      <class name="sidebar-button"/>
                    </style>
                  </object>
                </child>
                <child>
                  <object class="GtkSpinner" id="busy_spinner">
                    <property name="active">1</property>
                    <property name="halign">center</property>
                    <property name="valign">center</property>
                    <property name="margin-start">4px</property>
                    <property name="no-show-all">1</property>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>