2020-01-28 15:16:40 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Copyright © 2020 Endless, Inc. -->
|
2020-04-27 13:11:39 +02:00
|
|
|
<interface domain="malcontent">
|
2020-01-28 15:16:40 +01:00
|
|
|
<requires lib="gtk+" version="3.12"/>
|
|
|
|
<template class="MctRestrictApplicationsSelector" parent="GtkBox">
|
|
|
|
<child>
|
2021-02-08 14:53:18 +01:00
|
|
|
<object class="GtkListBox" id="listbox">
|
2022-07-16 00:29:57 +02:00
|
|
|
<property name="hexpand">True</property>
|
2021-02-08 14:53:18 +01:00
|
|
|
<property name="selection-mode">none</property>
|
2020-01-28 15:16:40 +01:00
|
|
|
|
2021-02-08 14:53:18 +01:00
|
|
|
<child type="placeholder">
|
2023-10-13 12:24:50 +02:00
|
|
|
<object class="GtkLabel">
|
2021-02-08 14:53:18 +01:00
|
|
|
<property name="label" translatable="yes">No applications found to restrict.</property>
|
2023-10-13 12:25:48 +02:00
|
|
|
<property name="margin-top">12</property>
|
|
|
|
<property name="margin-bottom">12</property>
|
2020-01-28 15:16:40 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
2021-02-08 14:53:18 +01:00
|
|
|
|
|
|
|
<style>
|
|
|
|
<class name="content"/>
|
|
|
|
</style>
|
2020-01-28 15:16:40 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2023-10-13 12:23:31 +02:00
|
|
|
|
|
|
|
<object class="GListStore" id="apps">
|
|
|
|
<property name="item-type">GAppInfo</property>
|
|
|
|
</object>
|
2020-01-28 15:16:40 +01:00
|
|
|
</interface>
|