2013-03-23 12:59:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface domain="gtk30">
|
|
|
|
<!-- interface-requires gtk+ 3.10 -->
|
|
|
|
<object class="GtkListStore" id="program_list_store">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name app-info -->
|
|
|
|
<column type="GAppInfo"/>
|
|
|
|
<!-- column-name app-icon -->
|
|
|
|
<column type="GIcon"/>
|
|
|
|
<!-- column-name name -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name description -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name exec -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name default -->
|
|
|
|
<column type="gboolean"/>
|
|
|
|
<!-- column-name heading -->
|
|
|
|
<column type="gboolean"/>
|
|
|
|
<!-- column-name heading-text -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name recommended -->
|
|
|
|
<column type="gboolean"/>
|
|
|
|
<!-- column-name fallback -->
|
|
|
|
<column type="gboolean"/>
|
|
|
|
</columns>
|
|
|
|
</object>
|
|
|
|
<object class="GtkTreeModelSort" id="program_list_sort">
|
|
|
|
<property name="model">program_list_store</property>
|
|
|
|
</object>
|
|
|
|
<template class="GtkAppChooserWidget" parent="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2014-02-13 05:14:42 +00:00
|
|
|
<object class="GtkOverlay" id="overlay">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
2013-03-23 12:59:30 +00:00
|
|
|
<child>
|
2014-02-13 05:14:42 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolled_window">
|
|
|
|
<property name="width_request">400</property>
|
|
|
|
<property name="height_request">300</property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2014-02-13 05:14:42 +00:00
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="shadow_type">in</property>
|
2013-03-23 12:59:30 +00:00
|
|
|
<child>
|
2014-02-13 05:14:42 +00:00
|
|
|
<object class="GtkTreeView" id="program_list">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2014-02-13 05:14:42 +00:00
|
|
|
<property name="model">program_list_sort</property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="headers_visible">0</property>
|
2014-02-13 05:14:42 +00:00
|
|
|
<signal name="button-press-event" handler="widget_button_press_event_cb" swapped="no"/>
|
|
|
|
<signal name="row-activated" handler="program_list_selection_activated" swapped="no"/>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection2">
|
|
|
|
<property name="mode">browse</property>
|
|
|
|
<signal name="changed" handler="refresh_and_emit_app_selected" object="GtkAppChooserWidget" swapped="yes"/>
|
2013-03-23 12:59:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-02-13 05:14:42 +00:00
|
|
|
<object class="GtkTreeViewColumn" id="column">
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="padding_renderer"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="heading">
|
|
|
|
<property name="ypad">6</property>
|
|
|
|
<property name="wrap_mode">word</property>
|
|
|
|
<property name="wrap_width">350</property>
|
|
|
|
</object>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="visible">6</attribute>
|
|
|
|
<attribute name="markup">7</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="secondary_padding"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-03-16 02:14:47 +00:00
|
|
|
<object class="GtkCellRendererPixbuf" id="app_icon"/>
|
2014-02-13 05:14:42 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="gicon">1</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="app_name">
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="markup">3</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
2013-03-23 12:59:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-02-13 05:14:42 +00:00
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkBox" id="no_apps">
|
|
|
|
<property name="orientation">vertical</property>
|
2015-09-22 20:07:13 +00:00
|
|
|
<property name="no-show-all">True</property>
|
2014-02-13 05:14:42 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
2014-02-13 05:14:42 +00:00
|
|
|
<property name="icon-name">gnome-software-symbolic</property>
|
|
|
|
<property name="pixel-size">48</property>
|
|
|
|
<property name="margin">12</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="no_apps_label">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">No applications found.</property>
|
2014-02-13 05:14:42 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="1.2"/>
|
|
|
|
</attributes>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2013-03-23 12:59:30 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="expand">1</property>
|
2013-03-23 12:59:30 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|