- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2025 Shota FUJI
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
SPDX-License-Identifier: Apache-2.0
-->
<interface>
<template class="PlacGtkAdwaitaPlaybackToolbar" parent="GtkBox">
<property name="orientation">horizontal</property>
<property name="halign">center</property>
<property name="valign">end</property>
<property name="spacing">4</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<child>
<object class="PlacGtkAdwaitaArtwork" id="artwork">
<property name="width">80</property>
<binding name="height">
<lookup name="width">artwork</lookup>
</binding>
</object>
</child>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<child>
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="spacing">8</property>
<property name="margin-start">10</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="valign">center</property>
<property name="hexpand">true</property>
<child>
<object class="GtkLabel" id="playing_line1">
<property name="halign">start</property>
<property name="ellipsize">end</property>
<property name="label"></property>
<property name="height-request">24</property>
</object>
</child>
<child>
<object class="GtkLabel" id="playing_line2">
<style>
<class name="dimmed" />
<!-- ~libadwaita@1.7 -->
<class name="dim-label" />
</style>
<property name="halign">start</property>
<property name="ellipsize">end</property>
<property name="label"></property>
<property name="height-request">24</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkMenuButton">
<style>
<class name="flat" />
</style>
<property name="direction">up</property>
<property name="label">Zone</property>
<property name="valign">start</property>
<property name="popover">
<object class="GtkPopover" id="zone_list_popover">
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">8</property>
<child>
<object class="GtkDropDown" id="zone_list" />
</child>
<child>
<object class="GtkListBox" id="zone_outputs">
<property name="selection-mode">none</property>
<style>
<class name="boxed-list-separate" />
</style>
</object>
</child>
</object>
</child>
</object>
</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="spacing">8</property>
<child>
<object class="GtkBox" id="controls">
<property name="orientation">horizontal</property>
<property name="spacing">1</property>
<child>
<object class="GtkButton" id="prev">
<style>
<class name="flat" />
</style>
<property name="label">Previous</property>
<property name="icon-name">skip-backward-large-symbolic</property>
<property name="action-name">prev_current_zone</property>
</object>
</child>
<child>
<object class="GtkButton" id="seek_backwards_10">
<style>
<class name="flat" />
</style>
<property name="label">Seek 10 seconds backwards</property>
<property name="icon-name">skip-backwards-10-symbolic</property>
</object>
</child>
<child>
<object class="GtkButton" id="play">
<style>
<class name="flat" />
</style>
<property name="label">Play</property>
<property name="icon-name">play-large-symbolic</property>
<property name="action-name">play_current_zone</property>
</object>
</child>
<child>
<object class="GtkButton" id="pause">
<style>
<class name="flat" />
</style>
<property name="label">Pause</property>
<property name="icon-name">pause-large-symbolic</property>
<property name="action-name">pause_current_zone</property>
</object>
</child>
<child>
<object class="GtkButton" id="seek_forward_10">
<style>
<class name="flat" />
</style>
<property name="label">Seek 10 seconds forward</property>
<property name="icon-name">skip-forward-10-symbolic</property>
</object>
</child>
<child>
<object class="GtkButton" id="next">
<style>
<class name="flat" />
</style>
<property name="label">Skip Next</property>
<property name="icon-name">skip-forward-large-symbolic</property>
<property name="action-name">next_current_zone</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkScale" id="seek">
<property name="hexpand">true</property>
<property name="orientation">horizontal</property>
<accessibility>
<property name="label">Seekbar</property>
</accessibility>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>