gnome-control-center/tests/interactive-panels/gtp-header-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

20 lines
601 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtpHeaderWidget" parent="CcPanel">
<child type="titlebar-end">
<object class="GtkLabel" id="header_widget">
<property name="label">I'm a header widget</property>
</object>
</child>
<child type="content">
<object class="AdwStatusPage">
<property name="icon-name">go-top-symbolic</property>
<property name="title">Header Widgets</property>
<property name="description">Embed widgets in the header bar</property>
</object>
</child>
</template>
</interface>