Repository URL to install this package:
|
Version:
1.0.1 ▾
|
com.github.bartzaalberg.python-tester
/
usr
/
share
/
glib-2.0
/
schemas
/
com.github.bartzaalberg.python-tester.gschema.xml
|
|---|
<schemalist>
<schema id="com.github.bartzaalberg.python-tester" path="/com/github/bartzaalberg/python-tester/" gettext-domain="my-app">
<key name="window-maximized" type="b">
<default>false</default>
<summary>Maximized</summary>
<description>Whether the window is maximized</description>
</key>
<key name="window-position" type="(ii)">
<default>(1024, 750)</default>
<summary>Window position</summary>
<description>Most recent window position (x, y)</description>
</key>
<key name="window-size" type="(ii)">
<default>(-1, -1)</default>
<summary>Window size</summary>
<description>Most recent window size (width, height)</description>
</key>
<key name="style-scheme" type="s">
<default>'classic'</default>
<summary>Preferred Style Scheme</summary>
<description>Set the preferred style scheme.</description>
</key>
<key name="use-system-font" type="b">
<default>true</default>
<summary>Use system font</summary>
<description>Whether Scratch should use the default system font</description>
</key>
<key name="font" type="s">
<default>'Droid Sans Mono 10'</default>
<summary>Preferred Font</summary>
<description>Set the preferred font.</description>
</key>
<key name="python-version" type="s">
<default>''</default>
<summary>The Python version you are using</summary>
<description>Set the preferred Python version.</description>
</key>
<key name="python-path" type="s">
<default>'/usr/bin'</default>
<summary>The Python path</summary>
<description>This path is used to search for Python. If this path is wrong the application wont be able to operate</description>
</key>
</schema>
</schemalist>