mutsumi 0.2.0

wl-proxy based GTK MPV embedder
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT EDIT!
This file was @generated by blueprint-compiler. Instead, edit the
corresponding .blp file and regenerate this file with blueprint-compiler.
-->
<interface>
  <requires lib="gtk" version="4.0"/>
  <template class="ScaleRow" parent="AdwPreferencesRow">
    <property name="activatable">false</property>
    <property name="selectable">false</property>
    <property name="child">
      <object class="GtkBox">
        <property name="orientation">1</property>
        <property name="spacing">10</property>
        <property name="margin-top">12</property>
        <property name="margin-bottom">12</property>
        <property name="margin-start">12</property>
        <property name="margin-end">12</property>
        <child>
          <object class="GtkBox">
            <property name="orientation">0</property>
            <property name="spacing">12</property>
            <child>
              <object class="GtkLabel" id="title_label">
                <property name="hexpand">true</property>
                <property name="halign">0</property>
                <property name="xalign">0</property>
                <property name="ellipsize">3</property>
                <property name="label" bind-source="ScaleRow" bind-property="title" bind-flags="sync-create"/>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="current_label">
                <property name="halign">2</property>
                <property name="xalign">1</property>
                <style>
                  <class name="dim-label"/>
                </style>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkScale" id="scale">
            <property name="hexpand">true</property>
            <property name="halign">0</property>
            <property name="draw-value">false</property>
            <property name="round-digits">0</property>
            <property name="adjustment">
              <object class="GtkAdjustment" id="adjustment">
                <property name="lower">0</property>
                <property name="upper">0</property>
                <property name="value" bind-source="ScaleRow" bind-property="value" bind-flags="sync-create|bidirectional"/>
                <property name="step-increment">1</property>
                <property name="page-increment">1</property>
              </object>
            </property>
          </object>
        </child>
      </object>
    </property>
  </template>
</interface>