~erasmo-marin/webby-browser/trunk

« back to all changes in this revision

Viewing changes to org.pantheon.Webby.gschema.xml

  • Committer: Erasmo Marín
  • Date: 2015-10-22 06:59:01 UTC
  • mfrom: (15.1.1 webby-browser)
  • Revision ID: erasmo.marin@gmail.com-20151022065901-pivvlxod3kmmi6a0
Save main window state

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<schemalist>
2
 
        <enum id="org.pantheon.webby.SavedState.window-state">
3
 
                <value nick="Normal" value="0" />
4
 
                <value nick="Maximized" value="1" />
5
 
                <value nick="Fullscreen" value="2" />
6
 
        </enum>
7
 
        <schema path="/org/pantheon/webby/saved-state/" id="org.pantheon.webby.SavedState" gettext-domain="webby">
8
 
                <key name="window-width" type="i">
9
 
                        <default>800</default>
10
 
                        <summary>The saved width of the window.</summary>
11
 
                        <description>The saved width of the window.</description>
12
 
                </key>
13
 
                <key name="window-height" type="i">
14
 
                        <default>650</default>
15
 
                        <summary>The saved height of the window.</summary>
16
 
                        <description>The saved height of the window.</description>
17
 
                </key>
18
 
                <key name="window-state" enum="org.pantheon.webby.SavedState.window-state">
19
 
                        <default>"Normal"</default>
20
 
                        <summary>The saved state of the window.</summary>
21
 
                        <description>The saved state of the window.</description>
22
 
                </key>
23
 
        </schema>
24
 
</schemalist>