File: TwoLineTip.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 (23 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="TwoLineTip" parent="GtkBox">
    <property name="focusable">False</property>
    <property name="vexpand">False</property>
    <property name="orientation">vertical</property>
    <child>
      <object class="GtkLabel" id="_title_label">
        <property name="focusable">False</property>
        <property name="halign">start</property>
        <style>
          <class name="tooltip-title"/>
        </style>
      </object>
    </child>
    <child>
      <object class="GtkLabel" id="_subtitle_label">
        <property name="focusable">False</property>
        <property name="halign">start</property>
      </object>
    </child>
  </template>
</interface>