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 -->
|
|
|
|
|
<object class="GtkDialog" id="input-dialog">
|
|
|
|
|
<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-03-24 09:24:54 +02:00
|
|
|
|
<property name="use_header_bar">1</property>
|
2014-10-08 20:48:21 -05:00
|
|
|
|
<child type="action">
|
|
|
|
|
<object class="GtkButton" id="cancel-button">
|
|
|
|
|
<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">
|
|
|
|
|
<object class="GtkButton" id="add-button">
|
|
|
|
|
<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">
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<object class="GtkBox" id="vbox">
|
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>
|
|
|
|
|
<property name="vscrollbar-policy">never</property>
|
|
|
|
|
<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>
|
2012-05-16 23:05:00 +02:00
|
|
|
|
<child>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<object class="GtkViewport" id="viewport">
|
2012-05-16 23:05:00 +02:00
|
|
|
|
<property name="visible">True</property>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<child>
|
2013-06-13 12:21:06 +02:00
|
|
|
|
<object class="GtkListBox" id="list">
|
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>
|
2013-02-06 19:41:01 +01:00
|
|
|
|
<object class="GtkSearchEntry" id="filter-entry">
|
|
|
|
|
<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>
|
|
|
|
|
<object class="GtkLabel" id="login-label">
|
|
|
|
|
<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>
|
2014-10-08 20:48:21 -05:00
|
|
|
|
<action-widget response="-5" default="true">add-button</action-widget>
|
2012-05-16 23:05:00 +02:00
|
|
|
|
<action-widget response="-6">cancel-button</action-widget>
|
|
|
|
|
</action-widgets>
|
|
|
|
|
</object>
|
|
|
|
|
</interface>
|