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
|
<?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="PickRow" parent="GtkBox">
<child>
<object class="AdwActionRow" id="action_row">
<property name="hexpand">true</property>
<property name="title">article placeholder</property>
<property name="vexpand">false</property>
<child type="suffix">
<object class="GtkSpinButton" id="spin_button">
<property name="adjustment">
<object class="GtkAdjustment">
<property name="lower">0</property>
<property name="upper">999</property>
<property name="value">0</property>
<property name="page-increment">10</property>
<property name="step-increment">1</property>
</object>
</property>
</object>
</child>
</object>
</child>
</template>
</interface>
|