WIP: clapper-gtk: Add new ClapperGtkEngageLayer widget

This commit is contained in:
Rafał Dzięgiel
2024-05-03 09:29:02 +02:00
parent 6941f1b042
commit 21d0ba654b
6 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="clapper-gtk">
<template class="ClapperGtkEngageLayer" parent="ClapperGtkLeadContainer">
<property name="blocked-actions">toggle-play|reveal-overlays</property>
<child>
<object class="ClapperGtkTogglePlayButton">
<property name="halign">center</property>
<property name="valign">center</property>
<style>
<class name="osd"/>
<class name="flat"/>
<class name="circular"/>
</style>
</object>
</child>
</template>
</interface>