1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
|
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/devhelp/ui/main_window_maximized</key>
<applyto>/apps/devhelp/ui/main_window_maximized</applyto>
<owner>devhelp</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Main window maximized state</short>
<long>
Whether the main window should start maximized or not.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/devhelp/ui/main_window_width</key>
<applyto>/apps/devhelp/ui/main_window_width</applyto>
<owner>devhelp</owner>
<type>int</type>
<default>700</default>
<locale name="C">
<short>Width of the main window</short>
<long>
The width of the main window.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/devhelp/ui/main_window_height</key>
<applyto>/apps/devhelp/ui/main_window_height</applyto>
<owner>devhelp</owner>
<type>int</type>
<default>500</default>
<locale name="C">
<short>Height of main window</short>
<long>
The height of the main window.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/devhelp/ui/main_window_position_x</key>
<applyto>/apps/devhelp/ui/main_window_position_x</applyto>
<owner>devhelp</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>X position of main window</short>
<long>
The X position of the main window.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/devhelp/ui/main_window_position_y</key>
<applyto>/apps/devhelp/ui/main_window_position_y</applyto>
<owner>devhelp</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Y position of main window</short>
<long>
The Y position of the main window.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/devhelp/ui/paned_location</key>
<applyto>/apps/devhelp/ui/paned_location</applyto>
<owner>devhelp</owner>
<type>int</type>
<default>250</default>
<locale name="C">
<short>Width of the index and search pane</short>
<long>
The width of the index and search pane.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/devhelp/ui/selected_tab</key>
<applyto>/apps/devhelp/ui/selected_tab</applyto>
<owner>devhelp</owner>
<type>string</type>
<default>content</default>
<locale name="C">
<short>Selected tab, "content" or "search"</short>
<long>
Which of the tabs that is selected, "content" or "search".
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/devhelp/ui/use_system_fonts</key>
<applyto>/apps/devhelp/ui/use_system_fonts</applyto>
<owner>devhelp</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Use system fonts</short>
<long>
Use the systems default fonts.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/devhelp/ui/variable_font</key>
<applyto>/apps/devhelp/ui/variable_font</applyto>
<owner>devhelp</owner>
<type>string</type>
<default>Sans 12</default>
<locale name="C">
<short>Font for text</short>
<long>
Font for text with variable width.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/devhelp/ui/fixed_font</key>
<applyto>/apps/devhelp/ui/fixed_font</applyto>
<owner>devhelp</owner>
<type>string</type>
<default>Monospace 12</default>
<locale name="C">
<short>Font for fixed text</short>
<long>
Font for text with fixed width.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/devhelp/ui/show_advanced_search_options</key>
<applyto>/apps/devhelp/ui/show_advanced_options</applyto>
<owner>devhelp</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Show advanced search options</short>
<long>
Whether the advanced search options are shown.
</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|