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>
|
2021-10-31 17:40:27 -03:00
|
|
|
<object class="GtkListBoxRow" id="no_inputs_row">
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<property name="activatable">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="margin_bottom">8</property>
|
|
|
|
<property name="margin_top">8</property>
|
|
|
|
<property name="label" translatable="yes">No input source selected</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
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>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="height_request">50</property>
|
|
|
|
<property name="margin_start">12</property>
|
|
|
|
<property name="margin_end">12</property>
|
|
|
|
<property name="icon-name">list-add-symbolic</property>
|
|
|
|
</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>
|