gtk3-ref-app/data/app.iohub.dev.diyafm.gschema.xml
2023-08-21 16:37:31 +02:00

25 lines
848 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/app/iohub/dev/diyafm/" id="app.iohub.dev.diyafm">
<key name="font" type="s">
<default>'Monospace 12'</default>
<summary>Font</summary>
<description>The font to be used for content.</description>
</key>
<key name="transition" type="s">
<choices>
<choice value='none'/>
<choice value='crossfade'/>
<choice value='slide-left-right'/>
</choices>
<default>'none'</default>
<summary>Transition</summary>
<description>The transition to use when switching tabs.</description>
</key>
<key name="show-words" type="b">
<default>false</default>
<summary>Show words</summary>
<description>Whether to show a word list in the sidebar</description>
</key>
</schema>
</schemalist>