2019-04-04 23:08:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2015-11-11 12:27:07 +00:00
|
|
|
<template class="GtkTooltipWindow" parent="GtkWindow">
|
|
|
|
<property name="resizable">0</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="type-hint">tooltip</property>
|
2015-11-11 12:27:07 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box">
|
|
|
|
<property name="spacing">6</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
<property name="margin-start">6</property>
|
|
|
|
<property name="margin-end">6</property>
|
2015-11-11 12:27:07 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="image">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="icon-name">image-missing</property>
|
2015-11-11 12:27:07 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label">
|
|
|
|
<property name="wrap">1</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="max-width-chars">70</property>
|
2015-11-11 12:27:07 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|