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

27 lines
937 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.22"/>
<template class="GtpDynamicPanel" parent="CcPanel">
<child type="content">
<object class="AdwStatusPage">
<property name="icon-name">weather-clear-night-symbolic</property>
<property name="title">Dynamic Panel</property>
<property name="description">Dynamic panels may hide if you don't have some hardware. Use the button below to toggle the panel visibility:</property>
<child>
<object class="GtkButton">
<property name="halign">center</property>
<property name="label">Hide</property>
<signal name="clicked" handler="on_button_clicked_cb" object="GtpDynamicPanel" swapped="no" />
<style>
<class name="pill" />
</style>
</object>
</child>
</object>
</child>
</template>
</interface>