File: toast-undo.ui

package info (click to toggle)
libadwaita-1 1.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,272 kB
  • sloc: ansic: 86,112; xml: 189; python: 60; sh: 30; makefile: 21; javascript: 9
file content (29 lines) | stat: -rw-r--r-- 936 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <requires lib="libadwaita" version="1.0"/>
  <object class="GtkBox" id="widget">
    <property name="orientation">vertical</property>
    <property name="width-request">400</property>
    <child>
      <object class="AdwToastOverlay">
        <child>
          <object class="AdwToast">
            <property name="title">‘Lorem Ipsum’ deleted</property>
            <property name="button-label">Undo</property>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="AdwToastOverlay">
        <child>
          <object class="AdwToast">
            <property name="title">&lt;span font_features='tnum=1'&gt;2&lt;/span&gt; items deleted</property>
            <property name="button-label">Undo</property>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>