mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
11 lines
No EOL
323 B
XML
11 lines
No EOL
323 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkScale">
|
|
<marks>
|
|
<mark value="-1" position="bottom"></mark>
|
|
<mark value="0" position="top" translatable="true">Hello, world!</mark>
|
|
<mark value="2"></mark>
|
|
</marks>
|
|
</object>
|
|
</interface> |