2013-01-27 23:16:14 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-10-30 16:14:30 -04:00
|
|
|
<interface>
|
2012-12-10 15:34:20 +01:00
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
2020-07-03 09:41:19 +02:00
|
|
|
<template class="CcLanguageChooser" parent="GtkDialog">
|
2018-08-22 11:49:15 +12:00
|
|
|
<property name="title" translatable="yes">Select Language</property>
|
2010-10-30 16:14:30 -04:00
|
|
|
<property name="modal">True</property>
|
2013-01-27 23:16:14 -05:00
|
|
|
<property name="destroy_with_parent">True</property>
|
2019-07-12 16:16:23 +05:30
|
|
|
<property name="default_width">340</property>
|
2019-11-20 13:02:03 +05:30
|
|
|
<property name="default_height">475</property>
|
2014-10-16 17:14:49 +02:00
|
|
|
<child type="action">
|
2018-08-22 11:49:15 +12:00
|
|
|
<object class="GtkButton" id="select_button">
|
|
|
|
<property name="label" translatable="yes">_Select</property>
|
2014-07-04 18:46:40 +02:00
|
|
|
<property name="visible">True</property>
|
2018-08-22 11:54:44 +12:00
|
|
|
<property name="sensitive">False</property>
|
2014-10-16 17:14:49 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action">
|
2018-06-29 16:50:43 +12:00
|
|
|
<object class="GtkButton" id="cancel_button">
|
2014-10-16 17:14:49 +02:00
|
|
|
<property name="label" translatable="yes">_Cancel</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="valign">center</property>
|
2014-07-04 18:46:40 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2010-10-30 16:14:30 -04:00
|
|
|
<child internal-child="vbox">
|
2018-06-29 16:50:43 +12:00
|
|
|
<object class="GtkBox">
|
2010-10-30 16:14:30 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
2013-01-27 23:16:14 -05:00
|
|
|
<property name="spacing">0</property>
|
2018-07-02 16:25:55 +12:00
|
|
|
<property name="border-width">0</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSearchBar" id="search_bar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSearchEntry" id="language_filter_entry">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="width_chars">30</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2011-08-20 01:34:28 -04:00
|
|
|
<child>
|
2018-06-29 16:50:43 +12:00
|
|
|
<object class="GtkScrolledWindow">
|
2011-08-20 01:34:28 -04:00
|
|
|
<property name="visible">True</property>
|
2013-01-27 23:16:14 -05: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>
|
2018-07-02 16:25:55 +12:00
|
|
|
<property name="min-content-height">200</property>
|
2010-10-30 16:14:30 -04:00
|
|
|
<child>
|
2018-07-02 16:25:55 +12:00
|
|
|
<object class="GtkListBox" id="language_listbox">
|
2010-10-30 16:14:30 -04:00
|
|
|
<property name="visible">True</property>
|
2018-07-02 16:25:55 +12:00
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="halign">fill</property>
|
|
|
|
<property name="valign">fill</property>
|
2010-10-30 16:14:30 -04:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2011-08-20 01:34:28 -04:00
|
|
|
</child>
|
2010-10-30 16:14:30 -04:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-04 18:46:40 +02:00
|
|
|
<action-widgets>
|
2018-08-22 11:49:15 +12:00
|
|
|
<action-widget response="-5" default="true">select_button</action-widget>
|
2018-06-29 16:50:43 +12:00
|
|
|
<action-widget response="-6">cancel_button</action-widget>
|
2014-07-04 18:46:40 +02:00
|
|
|
</action-widgets>
|
2018-06-29 16:50:43 +12:00
|
|
|
</template>
|
2010-10-30 16:14:30 -04:00
|
|
|
</interface>
|