blob: 964b4bf26c445c22fdee912776fd5b54321bf3ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<interface domain="gtk40">
<template class="GtkEmojiCompletion" parent="GtkPopover">
<property name="modal">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>
|