2012-05-16 23:05:00 +02:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<interface>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
2018-06-29 14:13:29 +12:00
|
|
|
|
<template class="CcInputChooser" parent="GtkDialog">
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<property name="title" translatable="yes">Add an Input Source</property>
|
2013-06-18 17:05:40 +01:00
|
|
|
|
<property name="resizable">False</property>
|
2012-05-16 23:05:00 +02:00
|
|
|
|
<property name="modal">True</property>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<property name="destroy_with_parent">True</property>
|
|
|
|
|
<property name="resizable">True</property>
|
2014-10-08 20:48:21 -05:00
|
|
|
|
<child type="action">
|
2018-06-29 14:13:29 +12:00
|
|
|
|
<object class="GtkButton" id="cancel_button">
|
2014-10-08 20:48:21 -05:00
|
|
|
|
<property name="label" translatable="yes">_Cancel</property>
|
2014-03-24 09:24:54 +02:00
|
|
|
|
<property name="visible">True</property>
|
2014-10-08 20:48:21 -05:00
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child type="action">
|
2018-06-29 14:13:29 +12:00
|
|
|
|
<object class="GtkButton" id="add_button">
|
2014-10-08 20:48:21 -05:00
|
|
|
|
<property name="label" translatable="yes">_Add</property>
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
|
<property name="valign">center</property>
|
2014-03-24 09:24:54 +02:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2012-05-16 23:05:00 +02:00
|
|
|
|
<child internal-child="vbox">
|
2018-06-29 14:13:29 +12:00
|
|
|
|
<object class="GtkBox">
|
2012-05-16 23:05:00 +02:00
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow">
|
2012-05-16 23:05:00 +02:00
|
|
|
|
<property name="visible">True</property>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
2018-02-26 21:20:30 +01:00
|
|
|
|
<property name="vscrollbar-policy">automatic</property>
|
|
|
|
|
<property name="propagate-natural-height">True</property>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<property name="shadow-type">in</property>
|
2013-11-19 22:29:36 +02:00
|
|
|
|
<property name="margin-start">6</property>
|
|
|
|
|
<property name="margin-end">6</property>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
|
<property name="margin-bottom">6</property>
|
2018-06-29 14:37:35 +12:00
|
|
|
|
<property name="min-content-height">300</property>
|
2012-05-16 23:05:00 +02:00
|
|
|
|
<child>
|
2018-06-29 14:13:29 +12:00
|
|
|
|
<object class="GtkViewport">
|
2012-05-16 23:05:00 +02:00
|
|
|
|
<property name="visible">True</property>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<child>
|
2018-06-29 14:13:29 +12:00
|
|
|
|
<object class="GtkListBox" id="input_listbox">
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
|
<property name="halign">fill</property>
|
|
|
|
|
<property name="valign">fill</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2012-05-16 23:05:00 +02:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2018-06-29 14:13:29 +12:00
|
|
|
|
<object class="GtkSearchEntry" id="filter_entry">
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<property name="visible">False</property>
|
|
|
|
|
<property name="hexpand">True</property>
|
2013-11-19 22:29:36 +02:00
|
|
|
|
<property name="margin-start">6</property>
|
|
|
|
|
<property name="margin-end">6</property>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2014-11-26 17:49:37 +01:00
|
|
|
|
<child>
|
2018-06-29 14:13:29 +12:00
|
|
|
|
<object class="GtkLabel" id="login_label">
|
2014-11-26 17:49:37 +01:00
|
|
|
|
<property name="visible">False</property>
|
|
|
|
|
<property name="wrap">True</property>
|
2016-10-03 14:44:17 +02:00
|
|
|
|
<property name="label" translatable="yes">Input methods can’t be used on the login screen</property>
|
2014-11-26 17:49:37 +01:00
|
|
|
|
<property name="margin-start">6</property>
|
|
|
|
|
<property name="margin-end">6</property>
|
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="dim-label"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2012-05-16 23:05:00 +02:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<action-widgets>
|
2018-06-29 14:13:29 +12:00
|
|
|
|
<action-widget response="-5" default="true">add_button</action-widget>
|
|
|
|
|
<action-widget response="-6">cancel_button</action-widget>
|
2012-05-16 23:05:00 +02:00
|
|
|
|
</action-widgets>
|
2018-06-29 14:13:29 +12:00
|
|
|
|
</template>
|
2012-05-16 23:05:00 +02:00
|
|
|
|
</interface>
|