webpin/schemas/org.pantheon.Webby.gschema.xml

25 lines
933 B
XML
Raw Normal View History

2017-07-31 19:27:03 +01:00
<schemalist>
<enum id="org.pantheon.webby.SavedState.window-state">
<value nick="Normal" value="0" />
<value nick="Maximized" value="1" />
<value nick="Fullscreen" value="2" />
</enum>
<schema path="/org/pantheon/webby/saved-state/" id="org.pantheon.webby.SavedState" gettext-domain="webby">
<key name="window-width" type="i">
<default>800</default>
<summary>The saved width of the window.</summary>
<description>The saved width of the window.</description>
</key>
<key name="window-height" type="i">
<default>650</default>
<summary>The saved height of the window.</summary>
<description>The saved height of the window.</description>
</key>
<key name="window-state" enum="org.pantheon.webby.SavedState.window-state">
<default>"Normal"</default>
<summary>The saved state of the window.</summary>
<description>The saved state of the window.</description>
</key>
</schema>
</schemalist>