2013-03-23 14:02:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2013-03-23 14:02:33 +00:00
|
|
|
<!-- interface-requires gtk+ 3.10 -->
|
|
|
|
<template class="GtkAppChooserDialog" parent="GtkDialog">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="title" translatable="yes">Select Application</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="type-hint">dialog</property>
|
2013-03-23 14:02:33 +00:00
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox" id="dialog-vbox1">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">2</property>
|
2014-02-14 12:02:32 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkSearchBar" id="search_bar">
|
|
|
|
<child>
|
|
|
|
<object class="GtkSearchEntry" id="search_entry">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="hexpand">1</property>
|
2014-05-22 00:11:16 +00:00
|
|
|
<property name="max-width-chars">40</property>
|
2014-02-14 12:02:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2013-03-23 14:02:33 +00:00
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox" id="dialog-action_area1">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="layout-style">end</property>
|
2013-03-23 14:02:33 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="pack-type">end</property>
|
2013-03-23 14:02:33 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-02-14 12:02:32 +00:00
|
|
|
<object class="GtkBox" id="inner_box">
|
2013-03-23 14:02:33 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-02-14 12:02:32 +00:00
|
|
|
<property name="spacing">6</property>
|
2013-03-23 14:02:33 +00:00
|
|
|
<child>
|
2014-02-14 12:02:32 +00:00
|
|
|
<object class="GtkLabel" id="label">
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2014-08-22 05:01:19 +00:00
|
|
|
<property name="label">label</property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="wrap">1</property>
|
2017-04-21 16:59:59 +00:00
|
|
|
<property name="vexpand">1</property>
|
2013-03-23 14:02:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-09 23:46:16 +00:00
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="cancel_button">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="use-underline">1</property>
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Cancel</property>
|
2014-07-09 23:46:16 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="ok_button">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Select</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="use-underline">1</property>
|
|
|
|
<property name="can-default">1</property>
|
2014-07-09 23:46:16 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="cancel">cancel_button</action-widget>
|
|
|
|
<action-widget response="ok" default="true">ok_button</action-widget>
|
|
|
|
</action-widgets>
|
2013-03-23 14:02:33 +00:00
|
|
|
</template>
|
|
|
|
<object class="GtkButton" id="show_more_button">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_View All Applications</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="use-underline">1</property>
|
|
|
|
<property name="can-focus">1</property>
|
|
|
|
<property name="receives-default">1</property>
|
2013-03-23 14:02:33 +00:00
|
|
|
<signal name="clicked" handler="show_more_button_clicked_cb" swapped="no"/>
|
|
|
|
</object>
|
2014-02-13 05:14:42 +00:00
|
|
|
<object class="GtkButton" id="software_button">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Find New Applications</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="use-underline">1</property>
|
|
|
|
<property name="can-focus">1</property>
|
|
|
|
<property name="receives-default">1</property>
|
2014-02-13 05:14:42 +00:00
|
|
|
<signal name="clicked" handler="software_button_clicked_cb" swapped="no"/>
|
|
|
|
</object>
|
2015-02-27 01:55:54 +00:00
|
|
|
<object class="GtkSizeGroup" id="buttons">
|
|
|
|
<property name="mode">vertical</property>
|
|
|
|
<widgets>
|
|
|
|
<widget name="cancel_button"/>
|
|
|
|
<widget name="ok_button"/>
|
|
|
|
</widgets>
|
|
|
|
</object>
|
2013-03-23 14:02:33 +00:00
|
|
|
</interface>
|