Newer
Older
SPDX-FileCopyrightText: 2012-2020 Bruce Cowan <bruce@bcowan.me.uk>
SPDX-License-Identifier: GPL-3.0-or-later
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">200</property>
<menu id="menu">
<section>
<item>
<attribute name="label" translatable="yes">_Preferences</attribute>
<attribute name="action">app.prefs</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_About Rugby</attribute>
<attribute name="action">app.about</attribute>
</item>
</section>
</menu>
<template class="RugbyAppWindow" parent="GtkApplicationWindow">
<property name="can_focus">0</property>
<property name="title" translatable="yes">Rugby</property>
<property name="can_focus">0</property>
<property name="child">
<property name="selection_mode">none</property>
</object>
<child type="titlebar">
<object class="GtkHeaderBar">
<property name="label" translatable="yes">Score:</property>
</object>
</child>
<child>
<property name="text" translatable="yes">0</property>
<property name="adjustment">adjustment1</property>
<child type="end">
<object class="GtkMenuButton" id="menu_button">
<property name="direction">none</property>
<property name="menu_model">menu</property>