20 lines
601 B
XML
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>
|
|
|