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">
|
2020-01-28 15:16:40 +01:00
|
|
|
<property name="visible">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">
|
2021-02-08 15:21:37 +01:00
|
|
|
<object class="GtkLabel" id="placeholder">
|
2020-01-28 15:16:40 +01:00
|
|
|
<property name="visible">True</property>
|
2021-02-08 14:53:18 +01:00
|
|
|
<property name="label" translatable="yes">No applications found to restrict.</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>
|
|
|
|
</interface>
|