2019-12-12 23:37:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-03-01 03:52:27 +00:00
|
|
|
<interface domain="gtk40">
|
|
|
|
<template class="GtkVideo" parent="GtkWidget">
|
|
|
|
<child>
|
|
|
|
<object class="GtkOverlay" id="box">
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkPicture" id="video_picture"/>
|
2018-03-01 03:52:27 +00:00
|
|
|
</child>
|
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkImage" id="overlay_icon">
|
|
|
|
<style>
|
|
|
|
<class name="osd"/>
|
|
|
|
<class name="circular"/>
|
|
|
|
</style>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="icon-name">media-playback-start-symbolic</property>
|
|
|
|
<property name="icon-size">large</property>
|
2019-03-28 20:35:55 +00:00
|
|
|
<layout>
|
|
|
|
<property name="measure">1</property>
|
|
|
|
</layout>
|
2018-03-01 03:52:27 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkRevealer" id="controls_revealer">
|
|
|
|
<property name="valign">end</property>
|
2020-05-06 20:21:26 +00:00
|
|
|
<property name="transition-type">slide-up</property>
|
2018-03-01 03:52:27 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkMediaControls" id="controls">
|
|
|
|
<style>
|
|
|
|
<class name="osd"/>
|
|
|
|
<class name="bottom"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-03-28 20:35:55 +00:00
|
|
|
<layout>
|
|
|
|
<property name="measure">1</property>
|
|
|
|
</layout>
|
2018-03-01 03:52:27 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-03-10 17:45:23 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkEventControllerMotion">
|
|
|
|
<signal name="motion" handler="gtk_video_motion" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-03-01 03:52:27 +00:00
|
|
|
</template>
|
|
|
|
</interface>
|