gnome-control-center/tests/interactive-panels/gtp-sidebar-widget.ui
Georges Basile Stavracas Neto 90b1f3657f tests: Port tests to GTK4
Port the tests, especially the interactive ones, to GTK4, and
libadwaita.
2022-03-07 19:51:26 +00:00

19 lines
545 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtpSidebarWidget" parent="CcPanel">
<child type="content">
<object class="AdwStatusPage">
<property name="icon_name">go-first-symbolic</property>
<property name="title">Sidebar</property>
<property name="description">Add a custom sidebar to the panel</property>
</object>
</child>
</template>
<object class="GtkLabel" id="sidebar_widget">
<property name="label">I'm a sidebar widget</property>
</object>
</interface>