30 lines
933 B
XML
30 lines
933 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright © 2020 Endless, Inc. -->
|
|
<interface domain="malcontent">
|
|
<requires lib="gtk+" version="3.12"/>
|
|
<template class="MctRestrictApplicationsSelector" parent="GtkBox">
|
|
<child>
|
|
<object class="GtkListBox" id="listbox">
|
|
<property name="hexpand">True</property>
|
|
<property name="selection-mode">none</property>
|
|
|
|
<child type="placeholder">
|
|
<object class="GtkLabel">
|
|
<property name="label" translatable="yes">No applications found to restrict.</property>
|
|
<property name="margin-top">12</property>
|
|
<property name="margin-bottom">12</property>
|
|
</object>
|
|
</child>
|
|
|
|
<style>
|
|
<class name="content"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
|
|
<object class="GListStore" id="apps">
|
|
<property name="item-type">GAppInfo</property>
|
|
</object>
|
|
</interface>
|