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>
|