2018-11-09 01:09:40 -02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.22"/>
|
|
|
|
<template class="GtpDynamicPanel" parent="CcPanel">
|
2022-01-20 00:36:28 -03:00
|
|
|
<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>
|
2018-11-09 01:09:40 -02:00
|
|
|
|
|
|
|
<child>
|
2022-01-20 00:36:28 -03:00
|
|
|
<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>
|
2018-11-09 01:09:40 -02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</child>
|
2022-01-20 00:36:28 -03:00
|
|
|
|
2018-11-09 01:09:40 -02:00
|
|
|
</template>
|
|
|
|
</interface>
|
|
|
|
|