File: sidebar_row.ui

package info (click to toggle)
iotas 0.12.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,484 kB
  • sloc: python: 14,674; xml: 725; javascript: 44; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,886 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <template class="SidebarRow" parent="GtkTreeExpander">
    <property name="child">
      <object class="GtkBox">
        <property name="spacing">6</property>
        <child>
          <object class="GtkImage" id="_icon">
            <property name="icon-name">folder-symbolic</property>
            <property name="pixel-size">16</property>
            <property name="margin-start">6</property>
            <property name="accessible-role">presentation</property>
            <style>
              <class name="dimmed"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="_name_label">
            <property name="hexpand">True</property>
            <property name="xalign">0</property>
            <property name="ellipsize">middle</property>
            <property name="margin-top">12</property>
            <property name="margin-bottom">12</property>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="_count_with_children_label">
            <property name="margin-end">6</property>
            <style>
              <class name="caption"/>
              <class name="dimmed"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="_count_node_only_label">
            <property name="margin-end">6</property>
            <style>
              <class name="caption"/>
              <class name="dimmed"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkGestureClick">
            <property name="button">1</property>
            <signal name="released" handler="_activate"/>
          </object>
        </child>
      </object>
    </property>
  </template>
</interface>