2020-07-20 09:45:34 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2021-10-31 17:40:27 -03:00
|
|
|
<template class="CcInputListBox" parent="AdwBin">
|
2020-07-20 09:45:34 -07:00
|
|
|
<child>
|
2021-10-31 17:40:27 -03:00
|
|
|
<object class="GtkListBox" id="listbox">
|
|
|
|
<property name="selection-mode">none</property>
|
|
|
|
<signal name="row_activated" handler="input_row_activated_cb" object="CcInputListBox" swapped="yes"/>
|
2022-02-12 17:49:06 -08:00
|
|
|
<signal name="keynav_failed" handler="keynav_failed_cb" object="CcInputListBox" swapped="yes"/>
|
2021-10-31 17:40:27 -03:00
|
|
|
<style>
|
2021-12-16 12:52:44 -08:00
|
|
|
<class name="boxed-list"/>
|
2021-10-31 17:40:27 -03:00
|
|
|
</style>
|
2020-07-20 09:45:34 -07:00
|
|
|
<child>
|
2024-05-17 15:16:16 -03:00
|
|
|
<object class="AdwButtonRow" id="add_input_row">
|
|
|
|
<property name="title" translatable="yes">_Add Input Source</property>
|
|
|
|
<property name="start-icon-name">list-add-symbolic</property>
|
|
|
|
<property name="use-underline">True</property>
|
2020-07-20 09:45:34 -07:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2021-05-12 19:07:58 +05:30
|
|
|
</interface>
|