blob: e4873d930acb3c7ec4335572e32f0f2400c5d00e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
<template class="GtkEmojiCompletion" parent="GtkPopover">
<property name="autohide">0</property>
<style>
<class name="emoji-completion"/>
</style>
<child>
<object class="GtkListBox" id="list">
<property name="selection-mode">none</property>
<signal name="row-activated" handler="row_activated"/>
</object>
</child>
</template>
</interface>
|