forked from AuroraMiddleware/gtk
4ace873046
This conversion was done with the help of gtk4-builder-tool.
27 lines
902 B
XML
27 lines
902 B
XML
<interface domain="gtk40">
|
|
<template class="GtkTooltipWindow" parent="GtkWindow">
|
|
<property name="resizable">0</property>
|
|
<property name="type-hint">tooltip</property>
|
|
<child>
|
|
<object class="GtkBox" id="box">
|
|
<property name="spacing">6</property>
|
|
<property name="margin-top">6</property>
|
|
<property name="margin-bottom">6</property>
|
|
<property name="margin-start">6</property>
|
|
<property name="margin-end">6</property>
|
|
<child>
|
|
<object class="GtkImage" id="image">
|
|
<property name="icon-name">image-missing</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label">
|
|
<property name="wrap">1</property>
|
|
<property name="max-width-chars">70</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|