[go: up one dir, main page]

File: storage_row.ui

package info (click to toggle)
cozy 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,140 kB
  • sloc: python: 8,014; xml: 392; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,079 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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <template class="StorageRow" parent="AdwActionRow">
    <property name="selectable">false</property>
    <property name="activatable">true</property>
    <child type="prefix">
      <object class="GtkImage" id="icon"/>
    </child>
    <child type="suffix">
      <object class="GtkImage" id="default_icon">
        <property name="visible">false</property>
        <property name="margin-start">6</property>
        <property name="margin-end">6</property>
        <property name="icon-name">emblem-default-symbolic</property>
        <style>
          <class name="accent"/>
        </style>
      </object>
    </child>
    <child type="suffix">
      <object class="GtkMenuButton" id="menu_button">
        <property name="icon-name">view-more-symbolic</property>
        <property name="valign">center</property>
        <property name="halign">center</property>
        <style>
          <class name="flat"/>
        </style>
      </object>
    </child>
  </template>
</interface>