summaryrefslogtreecommitdiffstats
path: root/tests/interactive-panels/gtp-header-widget.ui
blob: 8eb9b88f8446b3f4e5761df0bbb88aea4cb5fd1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>