2020-07-20 09:45:34 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
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="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<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>
|
2023-10-16 23:16:21 +02:00
|
|
|
<object class="AdwActionRow" id="no_inputs_row">
|
|
|
|
<property name="title" translatable="yes">No input source selected</property>
|
2020-07-20 09:45:34 -07:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-10-31 17:40:27 -03:00
|
|
|
<object class="GtkListBoxRow" id="add_input_row">
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<child>
|
2023-10-16 23:29:03 +02:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="halign">center</property>
|
2021-10-31 17:40:27 -03:00
|
|
|
<property name="margin_start">12</property>
|
|
|
|
<property name="margin_end">12</property>
|
2023-10-16 23:29:03 +02:00
|
|
|
<property name="margin_top">16</property>
|
|
|
|
<property name="margin_bottom">16</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="icon_name">list-add-symbolic</property>
|
|
|
|
<property name="accessible_role">presentation</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="use_underline">True</property>
|
2023-11-23 19:31:44 -03:00
|
|
|
<property name="label" translatable="yes">_Add Input Source…</property>
|
2023-10-16 23:29:03 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2021-10-31 17:40:27 -03:00
|
|
|
</object>
|
|
|
|
</child>
|
2020-07-20 09:45:34 -07:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-10-31 17:40:27 -03:00
|
|
|
|
2020-07-20 09:45:34 -07:00
|
|
|
</template>
|
2021-05-12 19:07:58 +05:30
|
|
|
</interface>
|