forked from AuroraMiddleware/gtk
4ace873046
This conversion was done with the help of gtk4-builder-tool.
15 lines
422 B
XML
15 lines
422 B
XML
<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>
|