my_yard 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +5 -0
- data/doc/GlobalSettings.html +556 -0
- data/doc/MyYard.html +1203 -0
- data/doc/TreeContext/Alternator.html +301 -0
- data/doc/TreeContext.html +471 -0
- data/doc/YardTheme.html +750 -0
- data/doc/YardThemeDefaults.html +418 -0
- data/doc/_index.html +174 -0
- data/doc/class_and_method_list.html +842 -0
- data/doc/class_list.html +51 -0
- data/doc/css/common.css +36 -0
- data/doc/css/full_list.css +62 -0
- data/doc/css/style.css +476 -0
- data/doc/file.README.html +79 -0
- data/doc/file_list.html +56 -0
- data/doc/frames.html +17 -0
- data/doc/index.html +79 -0
- data/doc/js/app.js +243 -0
- data/doc/js/full_list.js +213 -0
- data/doc/js/jquery.js +4 -0
- data/doc/just_file_list.html +37 -0
- data/doc/method_list.html +835 -0
- data/full_list.css +58 -0
- data/home_my_yard/templates/visualruby/class/dot/setup.rb +6 -0
- data/home_my_yard/templates/visualruby/class/dot/superklass.erb +3 -0
- data/home_my_yard/templates/visualruby/class/html/constructor_details.erb +8 -0
- data/home_my_yard/templates/visualruby/class/html/setup.rb +1 -0
- data/home_my_yard/templates/visualruby/class/html/subclasses.erb +4 -0
- data/home_my_yard/templates/visualruby/class/setup.rb +36 -0
- data/home_my_yard/templates/visualruby/class/text/setup.rb +11 -0
- data/home_my_yard/templates/visualruby/class/text/subclasses.erb +5 -0
- data/home_my_yard/templates/visualruby/constant/text/header.erb +11 -0
- data/home_my_yard/templates/visualruby/constant/text/setup.rb +3 -0
- data/home_my_yard/templates/visualruby/docstring/html/abstract.erb +4 -0
- data/home_my_yard/templates/visualruby/docstring/html/deprecated.erb +1 -0
- data/home_my_yard/templates/visualruby/docstring/html/index.erb +5 -0
- data/home_my_yard/templates/visualruby/docstring/html/note.erb +6 -0
- data/home_my_yard/templates/visualruby/docstring/html/private.erb +4 -0
- data/home_my_yard/templates/visualruby/docstring/html/returns_void.erb +1 -0
- data/home_my_yard/templates/visualruby/docstring/html/text.erb +1 -0
- data/home_my_yard/templates/visualruby/docstring/html/todo.erb +6 -0
- data/home_my_yard/templates/visualruby/docstring/setup.rb +51 -0
- data/home_my_yard/templates/visualruby/docstring/text/abstract.erb +2 -0
- data/home_my_yard/templates/visualruby/docstring/text/deprecated.erb +2 -0
- data/home_my_yard/templates/visualruby/docstring/text/index.erb +2 -0
- data/home_my_yard/templates/visualruby/docstring/text/note.erb +4 -0
- data/home_my_yard/templates/visualruby/docstring/text/private.erb +2 -0
- data/home_my_yard/templates/visualruby/docstring/text/returns_void.erb +1 -0
- data/home_my_yard/templates/visualruby/docstring/text/text.erb +1 -0
- data/home_my_yard/templates/visualruby/docstring/text/todo.erb +4 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/class_and_method.erb +42 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/css/common.css +1 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/css/full_list.css +62 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/css/style.css +476 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/frames.erb +17 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/full_list.erb +37 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/full_list_class.erb +2 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/full_list_file.erb +7 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/full_list_method.erb +10 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/js/app.js +243 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/js/full_list.js +213 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/js/jquery.js +4 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/just_files.erb +33 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/setup.rb +267 -0
- data/home_my_yard/templates/visualruby/layout/dot/header.erb +6 -0
- data/home_my_yard/templates/visualruby/layout/dot/setup.rb +14 -0
- data/home_my_yard/templates/visualruby/layout/html/breadcrumb.erb +11 -0
- data/home_my_yard/templates/visualruby/layout/html/files.erb +11 -0
- data/home_my_yard/templates/visualruby/layout/html/footer.erb +5 -0
- data/home_my_yard/templates/visualruby/layout/html/headers.erb +15 -0
- data/home_my_yard/templates/visualruby/layout/html/index.erb +2 -0
- data/home_my_yard/templates/visualruby/layout/html/layout.erb +30 -0
- data/home_my_yard/templates/visualruby/layout/html/listing.erb +4 -0
- data/home_my_yard/templates/visualruby/layout/html/objects.erb +32 -0
- data/home_my_yard/templates/visualruby/layout/html/script_setup.erb +4 -0
- data/home_my_yard/templates/visualruby/layout/html/search.erb +13 -0
- data/home_my_yard/templates/visualruby/layout/html/setup.rb +88 -0
- data/home_my_yard/templates/visualruby/method/html/header.erb +17 -0
- data/home_my_yard/templates/visualruby/method/setup.rb +3 -0
- data/home_my_yard/templates/visualruby/method/text/header.erb +1 -0
- data/home_my_yard/templates/visualruby/method_details/html/header.erb +3 -0
- data/home_my_yard/templates/visualruby/method_details/html/method_signature.erb +25 -0
- data/home_my_yard/templates/visualruby/method_details/html/source.erb +10 -0
- data/home_my_yard/templates/visualruby/method_details/setup.rb +10 -0
- data/home_my_yard/templates/visualruby/method_details/text/header.erb +10 -0
- data/home_my_yard/templates/visualruby/method_details/text/method_signature.erb +12 -0
- data/home_my_yard/templates/visualruby/method_details/text/setup.rb +10 -0
- data/home_my_yard/templates/visualruby/module/dot/child.erb +1 -0
- data/home_my_yard/templates/visualruby/module/dot/dependencies.erb +3 -0
- data/home_my_yard/templates/visualruby/module/dot/header.erb +6 -0
- data/home_my_yard/templates/visualruby/module/dot/info.erb +14 -0
- data/home_my_yard/templates/visualruby/module/dot/setup.rb +14 -0
- data/home_my_yard/templates/visualruby/module/html/attribute_details.erb +10 -0
- data/home_my_yard/templates/visualruby/module/html/attribute_summary.erb +8 -0
- data/home_my_yard/templates/visualruby/module/html/box_info.erb +43 -0
- data/home_my_yard/templates/visualruby/module/html/children.erb +8 -0
- data/home_my_yard/templates/visualruby/module/html/constant_summary.erb +13 -0
- data/home_my_yard/templates/visualruby/module/html/defines.erb +3 -0
- data/home_my_yard/templates/visualruby/module/html/header.erb +5 -0
- data/home_my_yard/templates/visualruby/module/html/inherited_attributes.erb +14 -0
- data/home_my_yard/templates/visualruby/module/html/inherited_constants.erb +8 -0
- data/home_my_yard/templates/visualruby/module/html/inherited_methods.erb +19 -0
- data/home_my_yard/templates/visualruby/module/html/item_summary.erb +40 -0
- data/home_my_yard/templates/visualruby/module/html/method_details_list.erb +9 -0
- data/home_my_yard/templates/visualruby/module/html/method_summary.erb +14 -0
- data/home_my_yard/templates/visualruby/module/html/methodmissing.erb +12 -0
- data/home_my_yard/templates/visualruby/module/html/pre_docstring.erb +1 -0
- data/home_my_yard/templates/visualruby/module/setup.rb +164 -0
- data/home_my_yard/templates/visualruby/module/text/children.erb +10 -0
- data/home_my_yard/templates/visualruby/module/text/class_meths_list.erb +8 -0
- data/home_my_yard/templates/visualruby/module/text/extends.erb +8 -0
- data/home_my_yard/templates/visualruby/module/text/header.erb +7 -0
- data/home_my_yard/templates/visualruby/module/text/includes.erb +8 -0
- data/home_my_yard/templates/visualruby/module/text/instance_meths_list.erb +8 -0
- data/home_my_yard/templates/visualruby/module/text/setup.rb +12 -0
- data/home_my_yard/templates/visualruby/onefile/html/files.erb +5 -0
- data/home_my_yard/templates/visualruby/onefile/html/headers.erb +6 -0
- data/home_my_yard/templates/visualruby/onefile/html/layout.erb +17 -0
- data/home_my_yard/templates/visualruby/onefile/html/readme.erb +3 -0
- data/home_my_yard/templates/visualruby/onefile/html/setup.rb +61 -0
- data/home_my_yard/templates/visualruby/root/dot/child.erb +3 -0
- data/home_my_yard/templates/visualruby/root/dot/setup.rb +5 -0
- data/home_my_yard/templates/visualruby/root/html/setup.rb +1 -0
- data/home_my_yard/templates/visualruby/tags/html/example.erb +11 -0
- data/home_my_yard/templates/visualruby/tags/html/index.erb +3 -0
- data/home_my_yard/templates/visualruby/tags/html/option.erb +24 -0
- data/home_my_yard/templates/visualruby/tags/html/overload.erb +14 -0
- data/home_my_yard/templates/visualruby/tags/html/see.erb +8 -0
- data/home_my_yard/templates/visualruby/tags/html/tag.erb +20 -0
- data/home_my_yard/templates/visualruby/tags/setup.rb +55 -0
- data/home_my_yard/templates/visualruby/tags/text/example.erb +12 -0
- data/home_my_yard/templates/visualruby/tags/text/index.erb +1 -0
- data/home_my_yard/templates/visualruby/tags/text/option.erb +20 -0
- data/home_my_yard/templates/visualruby/tags/text/overload.erb +19 -0
- data/home_my_yard/templates/visualruby/tags/text/see.erb +11 -0
- data/home_my_yard/templates/visualruby/tags/text/tag.erb +13 -0
- data/home_my_yard/themes/visualruby.yaml +36 -0
- data/install.md +11 -0
- data/my_yard +31 -0
- data/my_yard.gemspec +20 -0
- data/src/GlobalSettings.rb +22 -0
- data/src/MyYard.rb +195 -0
- data/src/YardTheme.rb +77 -0
- data/src/YardThemeDefaults.rb +100 -0
- data/src/glade/MyYard.glade +595 -0
- data/src/glade/MyYard.glade~ +595 -0
- data/src/glade/YardTheme.glade +791 -0
- data/src/glade/YardTheme.glade~ +812 -0
- data/style.css +474 -0
- metadata +224 -0
@@ -0,0 +1,812 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!-- Generated with glade 3.16.1 -->
|
3
|
+
<interface>
|
4
|
+
<requires lib="gtk+" version="3.0"/>
|
5
|
+
<object class="GtkWindow" id="window1">
|
6
|
+
<property name="can_focus">False</property>
|
7
|
+
<property name="title" translatable="yes">Theme Editor</property>
|
8
|
+
<property name="modal">True</property>
|
9
|
+
<child>
|
10
|
+
<object class="GtkBox" id="box1">
|
11
|
+
<property name="visible">True</property>
|
12
|
+
<property name="can_focus">False</property>
|
13
|
+
<property name="margin_left">20</property>
|
14
|
+
<property name="margin_right">20</property>
|
15
|
+
<property name="margin_top">20</property>
|
16
|
+
<property name="margin_bottom">20</property>
|
17
|
+
<property name="orientation">vertical</property>
|
18
|
+
<property name="spacing">10</property>
|
19
|
+
<child>
|
20
|
+
<object class="GtkLabel" id="headline">
|
21
|
+
<property name="visible">True</property>
|
22
|
+
<property name="can_focus">False</property>
|
23
|
+
<property name="label" translatable="yes"><big>Edit Theme</big></property>
|
24
|
+
<property name="use_markup">True</property>
|
25
|
+
</object>
|
26
|
+
<packing>
|
27
|
+
<property name="expand">False</property>
|
28
|
+
<property name="fill">True</property>
|
29
|
+
<property name="position">0</property>
|
30
|
+
</packing>
|
31
|
+
</child>
|
32
|
+
<child>
|
33
|
+
<object class="GtkNotebook" id="notebook1">
|
34
|
+
<property name="visible">True</property>
|
35
|
+
<property name="can_focus">True</property>
|
36
|
+
<child>
|
37
|
+
<object class="GtkGrid" id="grid2">
|
38
|
+
<property name="visible">True</property>
|
39
|
+
<property name="can_focus">False</property>
|
40
|
+
<property name="margin_left">10</property>
|
41
|
+
<property name="margin_right">10</property>
|
42
|
+
<property name="margin_top">10</property>
|
43
|
+
<property name="margin_bottom">10</property>
|
44
|
+
<property name="orientation">vertical</property>
|
45
|
+
<child>
|
46
|
+
<object class="GtkLabel" id="label7">
|
47
|
+
<property name="visible">True</property>
|
48
|
+
<property name="can_focus">False</property>
|
49
|
+
<property name="label" translatable="yes">Font size for body:</property>
|
50
|
+
</object>
|
51
|
+
<packing>
|
52
|
+
<property name="left_attach">0</property>
|
53
|
+
<property name="top_attach">0</property>
|
54
|
+
<property name="width">1</property>
|
55
|
+
<property name="height">1</property>
|
56
|
+
</packing>
|
57
|
+
</child>
|
58
|
+
<child>
|
59
|
+
<object class="GtkEntry" id="css[body {font-size}]">
|
60
|
+
<property name="visible">True</property>
|
61
|
+
<property name="can_focus">True</property>
|
62
|
+
<property name="width_chars">8</property>
|
63
|
+
</object>
|
64
|
+
<packing>
|
65
|
+
<property name="left_attach">1</property>
|
66
|
+
<property name="top_attach">0</property>
|
67
|
+
<property name="width">1</property>
|
68
|
+
<property name="height">1</property>
|
69
|
+
</packing>
|
70
|
+
</child>
|
71
|
+
<child>
|
72
|
+
<object class="GtkLabel" id="label15">
|
73
|
+
<property name="visible">True</property>
|
74
|
+
<property name="can_focus">False</property>
|
75
|
+
<property name="label" translatable="yes">Paragraph Width:</property>
|
76
|
+
</object>
|
77
|
+
<packing>
|
78
|
+
<property name="left_attach">0</property>
|
79
|
+
<property name="top_attach">1</property>
|
80
|
+
<property name="width">1</property>
|
81
|
+
<property name="height">1</property>
|
82
|
+
</packing>
|
83
|
+
</child>
|
84
|
+
<child>
|
85
|
+
<object class="GtkEntry" id="css[#main p {width}]">
|
86
|
+
<property name="visible">True</property>
|
87
|
+
<property name="can_focus">True</property>
|
88
|
+
<property name="width_chars">8</property>
|
89
|
+
</object>
|
90
|
+
<packing>
|
91
|
+
<property name="left_attach">1</property>
|
92
|
+
<property name="top_attach">1</property>
|
93
|
+
<property name="width">1</property>
|
94
|
+
<property name="height">1</property>
|
95
|
+
</packing>
|
96
|
+
</child>
|
97
|
+
<child>
|
98
|
+
<object class="GtkLabel" id="label8">
|
99
|
+
<property name="visible">True</property>
|
100
|
+
<property name="can_focus">False</property>
|
101
|
+
<property name="label" translatable="yes">Background Color</property>
|
102
|
+
</object>
|
103
|
+
<packing>
|
104
|
+
<property name="left_attach">0</property>
|
105
|
+
<property name="top_attach">2</property>
|
106
|
+
<property name="width">1</property>
|
107
|
+
<property name="height">1</property>
|
108
|
+
</packing>
|
109
|
+
</child>
|
110
|
+
<child>
|
111
|
+
<object class="GtkColorButton" id="css[body {background-color}]">
|
112
|
+
<property name="visible">True</property>
|
113
|
+
<property name="can_focus">True</property>
|
114
|
+
<property name="receives_default">True</property>
|
115
|
+
</object>
|
116
|
+
<packing>
|
117
|
+
<property name="left_attach">1</property>
|
118
|
+
<property name="top_attach">2</property>
|
119
|
+
<property name="width">1</property>
|
120
|
+
<property name="height">1</property>
|
121
|
+
</packing>
|
122
|
+
</child>
|
123
|
+
<child>
|
124
|
+
<object class="GtkLabel" id="label10">
|
125
|
+
<property name="visible">True</property>
|
126
|
+
<property name="can_focus">False</property>
|
127
|
+
<property name="label" translatable="yes">Text Color for Paragraphs, Numbers etc.</property>
|
128
|
+
</object>
|
129
|
+
<packing>
|
130
|
+
<property name="left_attach">0</property>
|
131
|
+
<property name="top_attach">3</property>
|
132
|
+
<property name="width">1</property>
|
133
|
+
<property name="height">1</property>
|
134
|
+
</packing>
|
135
|
+
</child>
|
136
|
+
<child>
|
137
|
+
<object class="GtkColorButton" id="css[body {color}]">
|
138
|
+
<property name="visible">True</property>
|
139
|
+
<property name="can_focus">True</property>
|
140
|
+
<property name="receives_default">True</property>
|
141
|
+
</object>
|
142
|
+
<packing>
|
143
|
+
<property name="left_attach">1</property>
|
144
|
+
<property name="top_attach">3</property>
|
145
|
+
<property name="width">1</property>
|
146
|
+
<property name="height">1</property>
|
147
|
+
</packing>
|
148
|
+
</child>
|
149
|
+
</object>
|
150
|
+
</child>
|
151
|
+
<child type="tab">
|
152
|
+
<object class="GtkLabel" id="label1">
|
153
|
+
<property name="visible">True</property>
|
154
|
+
<property name="can_focus">False</property>
|
155
|
+
<property name="label" translatable="yes">Body</property>
|
156
|
+
</object>
|
157
|
+
<packing>
|
158
|
+
<property name="tab_fill">False</property>
|
159
|
+
</packing>
|
160
|
+
</child>
|
161
|
+
<child>
|
162
|
+
<object class="GtkGrid" id="grid1">
|
163
|
+
<property name="visible">True</property>
|
164
|
+
<property name="can_focus">False</property>
|
165
|
+
<property name="margin_left">10</property>
|
166
|
+
<property name="margin_right">10</property>
|
167
|
+
<property name="margin_top">10</property>
|
168
|
+
<property name="margin_bottom">10</property>
|
169
|
+
<property name="row_spacing">5</property>
|
170
|
+
<property name="column_spacing">5</property>
|
171
|
+
<child>
|
172
|
+
<object class="GtkLabel" id="label4">
|
173
|
+
<property name="visible">True</property>
|
174
|
+
<property name="can_focus">False</property>
|
175
|
+
<property name="hexpand">True</property>
|
176
|
+
<property name="label" translatable="yes"><big><big><big>Headline 1</big></big></big></property>
|
177
|
+
<property name="use_markup">True</property>
|
178
|
+
</object>
|
179
|
+
<packing>
|
180
|
+
<property name="left_attach">0</property>
|
181
|
+
<property name="top_attach">0</property>
|
182
|
+
<property name="width">1</property>
|
183
|
+
<property name="height">1</property>
|
184
|
+
</packing>
|
185
|
+
</child>
|
186
|
+
<child>
|
187
|
+
<object class="GtkLabel" id="label5">
|
188
|
+
<property name="visible">True</property>
|
189
|
+
<property name="can_focus">False</property>
|
190
|
+
<property name="label" translatable="yes"><big><big>Headline 2</big></big></property>
|
191
|
+
<property name="use_markup">True</property>
|
192
|
+
</object>
|
193
|
+
<packing>
|
194
|
+
<property name="left_attach">0</property>
|
195
|
+
<property name="top_attach">1</property>
|
196
|
+
<property name="width">1</property>
|
197
|
+
<property name="height">1</property>
|
198
|
+
</packing>
|
199
|
+
</child>
|
200
|
+
<child>
|
201
|
+
<object class="GtkLabel" id="label6">
|
202
|
+
<property name="visible">True</property>
|
203
|
+
<property name="can_focus">False</property>
|
204
|
+
<property name="label" translatable="yes"><big>Headline 3</big></property>
|
205
|
+
<property name="use_markup">True</property>
|
206
|
+
</object>
|
207
|
+
<packing>
|
208
|
+
<property name="left_attach">0</property>
|
209
|
+
<property name="top_attach">2</property>
|
210
|
+
<property name="width">1</property>
|
211
|
+
<property name="height">1</property>
|
212
|
+
</packing>
|
213
|
+
</child>
|
214
|
+
<child>
|
215
|
+
<object class="GtkColorButton" id="css[h1 {color}]">
|
216
|
+
<property name="visible">True</property>
|
217
|
+
<property name="can_focus">True</property>
|
218
|
+
<property name="receives_default">True</property>
|
219
|
+
</object>
|
220
|
+
<packing>
|
221
|
+
<property name="left_attach">2</property>
|
222
|
+
<property name="top_attach">0</property>
|
223
|
+
<property name="width">1</property>
|
224
|
+
<property name="height">1</property>
|
225
|
+
</packing>
|
226
|
+
</child>
|
227
|
+
<child>
|
228
|
+
<object class="GtkColorButton" id="css[h2 {color}]">
|
229
|
+
<property name="visible">True</property>
|
230
|
+
<property name="can_focus">True</property>
|
231
|
+
<property name="receives_default">True</property>
|
232
|
+
</object>
|
233
|
+
<packing>
|
234
|
+
<property name="left_attach">2</property>
|
235
|
+
<property name="top_attach">1</property>
|
236
|
+
<property name="width">1</property>
|
237
|
+
<property name="height">1</property>
|
238
|
+
</packing>
|
239
|
+
</child>
|
240
|
+
<child>
|
241
|
+
<object class="GtkColorButton" id="css[h3 {color}]">
|
242
|
+
<property name="visible">True</property>
|
243
|
+
<property name="can_focus">True</property>
|
244
|
+
<property name="receives_default">True</property>
|
245
|
+
</object>
|
246
|
+
<packing>
|
247
|
+
<property name="left_attach">2</property>
|
248
|
+
<property name="top_attach">2</property>
|
249
|
+
<property name="width">1</property>
|
250
|
+
<property name="height">1</property>
|
251
|
+
</packing>
|
252
|
+
</child>
|
253
|
+
<child>
|
254
|
+
<object class="GtkColorButton" id="css[h1 {background}]">
|
255
|
+
<property name="visible">True</property>
|
256
|
+
<property name="can_focus">True</property>
|
257
|
+
<property name="receives_default">True</property>
|
258
|
+
</object>
|
259
|
+
<packing>
|
260
|
+
<property name="left_attach">3</property>
|
261
|
+
<property name="top_attach">0</property>
|
262
|
+
<property name="width">1</property>
|
263
|
+
<property name="height">1</property>
|
264
|
+
</packing>
|
265
|
+
</child>
|
266
|
+
<child>
|
267
|
+
<object class="GtkColorButton" id="css[h2 {background}]">
|
268
|
+
<property name="visible">True</property>
|
269
|
+
<property name="can_focus">True</property>
|
270
|
+
<property name="receives_default">True</property>
|
271
|
+
</object>
|
272
|
+
<packing>
|
273
|
+
<property name="left_attach">3</property>
|
274
|
+
<property name="top_attach">1</property>
|
275
|
+
<property name="width">1</property>
|
276
|
+
<property name="height">1</property>
|
277
|
+
</packing>
|
278
|
+
</child>
|
279
|
+
<child>
|
280
|
+
<object class="GtkColorButton" id="css[h3 {background}]">
|
281
|
+
<property name="visible">True</property>
|
282
|
+
<property name="can_focus">True</property>
|
283
|
+
<property name="receives_default">True</property>
|
284
|
+
</object>
|
285
|
+
<packing>
|
286
|
+
<property name="left_attach">3</property>
|
287
|
+
<property name="top_attach">2</property>
|
288
|
+
<property name="width">1</property>
|
289
|
+
<property name="height">1</property>
|
290
|
+
</packing>
|
291
|
+
</child>
|
292
|
+
<child>
|
293
|
+
<object class="GtkFontButton" id="css[h1 {font-family}]x">
|
294
|
+
<property name="visible">True</property>
|
295
|
+
<property name="can_focus">True</property>
|
296
|
+
<property name="receives_default">True</property>
|
297
|
+
<property name="font">Sans 12</property>
|
298
|
+
<property name="preview_text"/>
|
299
|
+
<property name="show_size">False</property>
|
300
|
+
</object>
|
301
|
+
<packing>
|
302
|
+
<property name="left_attach">4</property>
|
303
|
+
<property name="top_attach">0</property>
|
304
|
+
<property name="width">1</property>
|
305
|
+
<property name="height">1</property>
|
306
|
+
</packing>
|
307
|
+
</child>
|
308
|
+
<child>
|
309
|
+
<object class="GtkFontButton" id="css[h2 {font-family}]x">
|
310
|
+
<property name="visible">True</property>
|
311
|
+
<property name="can_focus">True</property>
|
312
|
+
<property name="receives_default">True</property>
|
313
|
+
<property name="font">Sans 12</property>
|
314
|
+
<property name="preview_text"/>
|
315
|
+
<property name="show_size">False</property>
|
316
|
+
</object>
|
317
|
+
<packing>
|
318
|
+
<property name="left_attach">4</property>
|
319
|
+
<property name="top_attach">1</property>
|
320
|
+
<property name="width">1</property>
|
321
|
+
<property name="height">1</property>
|
322
|
+
</packing>
|
323
|
+
</child>
|
324
|
+
<child>
|
325
|
+
<object class="GtkFontButton" id="css[h3 {font-family}]x">
|
326
|
+
<property name="visible">True</property>
|
327
|
+
<property name="can_focus">True</property>
|
328
|
+
<property name="receives_default">True</property>
|
329
|
+
<property name="font">Sans 12</property>
|
330
|
+
<property name="preview_text"/>
|
331
|
+
<property name="use_font">True</property>
|
332
|
+
<property name="show_size">False</property>
|
333
|
+
</object>
|
334
|
+
<packing>
|
335
|
+
<property name="left_attach">4</property>
|
336
|
+
<property name="top_attach">2</property>
|
337
|
+
<property name="width">1</property>
|
338
|
+
<property name="height">1</property>
|
339
|
+
</packing>
|
340
|
+
</child>
|
341
|
+
<child>
|
342
|
+
<object class="GtkEntry" id="css[h1 {font-size}]">
|
343
|
+
<property name="visible">True</property>
|
344
|
+
<property name="can_focus">True</property>
|
345
|
+
<property name="width_chars">6</property>
|
346
|
+
</object>
|
347
|
+
<packing>
|
348
|
+
<property name="left_attach">1</property>
|
349
|
+
<property name="top_attach">0</property>
|
350
|
+
<property name="width">1</property>
|
351
|
+
<property name="height">1</property>
|
352
|
+
</packing>
|
353
|
+
</child>
|
354
|
+
<child>
|
355
|
+
<object class="GtkEntry" id="css[h2 {font-size}]">
|
356
|
+
<property name="visible">True</property>
|
357
|
+
<property name="can_focus">True</property>
|
358
|
+
<property name="width_chars">6</property>
|
359
|
+
</object>
|
360
|
+
<packing>
|
361
|
+
<property name="left_attach">1</property>
|
362
|
+
<property name="top_attach">1</property>
|
363
|
+
<property name="width">1</property>
|
364
|
+
<property name="height">1</property>
|
365
|
+
</packing>
|
366
|
+
</child>
|
367
|
+
<child>
|
368
|
+
<object class="GtkEntry" id="css[h3 {font-size}]">
|
369
|
+
<property name="visible">True</property>
|
370
|
+
<property name="can_focus">True</property>
|
371
|
+
<property name="width_chars">6</property>
|
372
|
+
</object>
|
373
|
+
<packing>
|
374
|
+
<property name="left_attach">1</property>
|
375
|
+
<property name="top_attach">2</property>
|
376
|
+
<property name="width">1</property>
|
377
|
+
<property name="height">1</property>
|
378
|
+
</packing>
|
379
|
+
</child>
|
380
|
+
<child>
|
381
|
+
<object class="GtkEntry" id="css[h1 {font-family}]">
|
382
|
+
<property name="visible">True</property>
|
383
|
+
<property name="can_focus">True</property>
|
384
|
+
</object>
|
385
|
+
<packing>
|
386
|
+
<property name="left_attach">5</property>
|
387
|
+
<property name="top_attach">0</property>
|
388
|
+
<property name="width">1</property>
|
389
|
+
<property name="height">1</property>
|
390
|
+
</packing>
|
391
|
+
</child>
|
392
|
+
<child>
|
393
|
+
<object class="GtkEntry" id="css[h2 {font-family}]">
|
394
|
+
<property name="visible">True</property>
|
395
|
+
<property name="can_focus">True</property>
|
396
|
+
</object>
|
397
|
+
<packing>
|
398
|
+
<property name="left_attach">5</property>
|
399
|
+
<property name="top_attach">1</property>
|
400
|
+
<property name="width">1</property>
|
401
|
+
<property name="height">1</property>
|
402
|
+
</packing>
|
403
|
+
</child>
|
404
|
+
<child>
|
405
|
+
<object class="GtkEntry" id="css[h3 {font-family}]">
|
406
|
+
<property name="visible">True</property>
|
407
|
+
<property name="can_focus">True</property>
|
408
|
+
</object>
|
409
|
+
<packing>
|
410
|
+
<property name="left_attach">5</property>
|
411
|
+
<property name="top_attach">2</property>
|
412
|
+
<property name="width">1</property>
|
413
|
+
<property name="height">1</property>
|
414
|
+
</packing>
|
415
|
+
</child>
|
416
|
+
<child>
|
417
|
+
<object class="GtkEntry" id="css[h1 {font-weight}]">
|
418
|
+
<property name="visible">True</property>
|
419
|
+
<property name="can_focus">True</property>
|
420
|
+
</object>
|
421
|
+
<packing>
|
422
|
+
<property name="left_attach">6</property>
|
423
|
+
<property name="top_attach">0</property>
|
424
|
+
<property name="width">1</property>
|
425
|
+
<property name="height">1</property>
|
426
|
+
</packing>
|
427
|
+
</child>
|
428
|
+
<child>
|
429
|
+
<object class="GtkEntry" id="css[h2 {font-weight}]">
|
430
|
+
<property name="visible">True</property>
|
431
|
+
<property name="can_focus">True</property>
|
432
|
+
</object>
|
433
|
+
<packing>
|
434
|
+
<property name="left_attach">6</property>
|
435
|
+
<property name="top_attach">1</property>
|
436
|
+
<property name="width">1</property>
|
437
|
+
<property name="height">1</property>
|
438
|
+
</packing>
|
439
|
+
</child>
|
440
|
+
<child>
|
441
|
+
<object class="GtkEntry" id="css[h3 {font-weight}]">
|
442
|
+
<property name="visible">True</property>
|
443
|
+
<property name="can_focus">True</property>
|
444
|
+
</object>
|
445
|
+
<packing>
|
446
|
+
<property name="left_attach">6</property>
|
447
|
+
<property name="top_attach">2</property>
|
448
|
+
<property name="width">1</property>
|
449
|
+
<property name="height">1</property>
|
450
|
+
</packing>
|
451
|
+
</child>
|
452
|
+
</object>
|
453
|
+
<packing>
|
454
|
+
<property name="position">1</property>
|
455
|
+
</packing>
|
456
|
+
</child>
|
457
|
+
<child type="tab">
|
458
|
+
<object class="GtkLabel" id="label2">
|
459
|
+
<property name="visible">True</property>
|
460
|
+
<property name="can_focus">False</property>
|
461
|
+
<property name="label" translatable="yes">Headline</property>
|
462
|
+
</object>
|
463
|
+
<packing>
|
464
|
+
<property name="position">1</property>
|
465
|
+
<property name="tab_fill">False</property>
|
466
|
+
</packing>
|
467
|
+
</child>
|
468
|
+
<child>
|
469
|
+
<object class="GtkGrid" id="grid3">
|
470
|
+
<property name="visible">True</property>
|
471
|
+
<property name="can_focus">False</property>
|
472
|
+
<child>
|
473
|
+
<object class="GtkLabel" id="label9">
|
474
|
+
<property name="visible">True</property>
|
475
|
+
<property name="can_focus">False</property>
|
476
|
+
<property name="label" translatable="yes">Table of Contents Background Color:</property>
|
477
|
+
</object>
|
478
|
+
<packing>
|
479
|
+
<property name="left_attach">0</property>
|
480
|
+
<property name="top_attach">0</property>
|
481
|
+
<property name="width">1</property>
|
482
|
+
<property name="height">1</property>
|
483
|
+
</packing>
|
484
|
+
</child>
|
485
|
+
<child>
|
486
|
+
<object class="GtkColorButton" id="css[#toc {background-color}]">
|
487
|
+
<property name="visible">True</property>
|
488
|
+
<property name="can_focus">True</property>
|
489
|
+
<property name="receives_default">True</property>
|
490
|
+
</object>
|
491
|
+
<packing>
|
492
|
+
<property name="left_attach">1</property>
|
493
|
+
<property name="top_attach">0</property>
|
494
|
+
<property name="width">1</property>
|
495
|
+
<property name="height">1</property>
|
496
|
+
</packing>
|
497
|
+
</child>
|
498
|
+
</object>
|
499
|
+
<packing>
|
500
|
+
<property name="position">2</property>
|
501
|
+
</packing>
|
502
|
+
</child>
|
503
|
+
<child type="tab">
|
504
|
+
<object class="GtkLabel" id="label3">
|
505
|
+
<property name="visible">True</property>
|
506
|
+
<property name="can_focus">False</property>
|
507
|
+
<property name="label" translatable="yes">TOC</property>
|
508
|
+
</object>
|
509
|
+
<packing>
|
510
|
+
<property name="position">2</property>
|
511
|
+
<property name="tab_fill">False</property>
|
512
|
+
</packing>
|
513
|
+
</child>
|
514
|
+
<child>
|
515
|
+
<object class="GtkGrid" id="grid4">
|
516
|
+
<property name="visible">True</property>
|
517
|
+
<property name="can_focus">False</property>
|
518
|
+
<property name="row_spacing">1</property>
|
519
|
+
<child>
|
520
|
+
<object class="GtkLabel" id="label12">
|
521
|
+
<property name="visible">True</property>
|
522
|
+
<property name="can_focus">False</property>
|
523
|
+
<property name="label" translatable="yes">Color For Text:</property>
|
524
|
+
</object>
|
525
|
+
<packing>
|
526
|
+
<property name="left_attach">0</property>
|
527
|
+
<property name="top_attach">0</property>
|
528
|
+
<property name="width">1</property>
|
529
|
+
<property name="height">1</property>
|
530
|
+
</packing>
|
531
|
+
</child>
|
532
|
+
<child>
|
533
|
+
<object class="GtkLabel" id="label13">
|
534
|
+
<property name="visible">True</property>
|
535
|
+
<property name="can_focus">False</property>
|
536
|
+
<property name="label" translatable="yes">Background Color for Even Cells: </property>
|
537
|
+
</object>
|
538
|
+
<packing>
|
539
|
+
<property name="left_attach">0</property>
|
540
|
+
<property name="top_attach">1</property>
|
541
|
+
<property name="width">1</property>
|
542
|
+
<property name="height">1</property>
|
543
|
+
</packing>
|
544
|
+
</child>
|
545
|
+
<child>
|
546
|
+
<object class="GtkLabel" id="label14">
|
547
|
+
<property name="visible">True</property>
|
548
|
+
<property name="can_focus">False</property>
|
549
|
+
<property name="label" translatable="yes">Background Color for Odd Cells:</property>
|
550
|
+
</object>
|
551
|
+
<packing>
|
552
|
+
<property name="left_attach">0</property>
|
553
|
+
<property name="top_attach">2</property>
|
554
|
+
<property name="width">1</property>
|
555
|
+
<property name="height">1</property>
|
556
|
+
</packing>
|
557
|
+
</child>
|
558
|
+
<child>
|
559
|
+
<object class="GtkLabel" id="label16">
|
560
|
+
<property name="visible">True</property>
|
561
|
+
<property name="can_focus">False</property>
|
562
|
+
<property name="label" translatable="yes">Background Color for Hilighted Cell:</property>
|
563
|
+
</object>
|
564
|
+
<packing>
|
565
|
+
<property name="left_attach">0</property>
|
566
|
+
<property name="top_attach">3</property>
|
567
|
+
<property name="width">1</property>
|
568
|
+
<property name="height">1</property>
|
569
|
+
</packing>
|
570
|
+
</child>
|
571
|
+
<child>
|
572
|
+
<object class="GtkLabel" id="label17">
|
573
|
+
<property name="visible">True</property>
|
574
|
+
<property name="can_focus">False</property>
|
575
|
+
<property name="label" translatable="yes">Text Color for Hilighted Cell:</property>
|
576
|
+
</object>
|
577
|
+
<packing>
|
578
|
+
<property name="left_attach">0</property>
|
579
|
+
<property name="top_attach">4</property>
|
580
|
+
<property name="width">1</property>
|
581
|
+
<property name="height">1</property>
|
582
|
+
</packing>
|
583
|
+
</child>
|
584
|
+
<child>
|
585
|
+
<object class="GtkColorButton" id="css[.object_link a {color}]">
|
586
|
+
<property name="visible">True</property>
|
587
|
+
<property name="can_focus">True</property>
|
588
|
+
<property name="receives_default">True</property>
|
589
|
+
</object>
|
590
|
+
<packing>
|
591
|
+
<property name="left_attach">1</property>
|
592
|
+
<property name="top_attach">0</property>
|
593
|
+
<property name="width">1</property>
|
594
|
+
<property name="height">1</property>
|
595
|
+
</packing>
|
596
|
+
</child>
|
597
|
+
<child>
|
598
|
+
<object class="GtkColorButton" id="css[li.even {background}]">
|
599
|
+
<property name="visible">True</property>
|
600
|
+
<property name="can_focus">True</property>
|
601
|
+
<property name="receives_default">True</property>
|
602
|
+
</object>
|
603
|
+
<packing>
|
604
|
+
<property name="left_attach">1</property>
|
605
|
+
<property name="top_attach">1</property>
|
606
|
+
<property name="width">1</property>
|
607
|
+
<property name="height">1</property>
|
608
|
+
</packing>
|
609
|
+
</child>
|
610
|
+
<child>
|
611
|
+
<object class="GtkColorButton" id="css[li.odd {background}]">
|
612
|
+
<property name="visible">True</property>
|
613
|
+
<property name="can_focus">True</property>
|
614
|
+
<property name="receives_default">True</property>
|
615
|
+
</object>
|
616
|
+
<packing>
|
617
|
+
<property name="left_attach">1</property>
|
618
|
+
<property name="top_attach">2</property>
|
619
|
+
<property name="width">1</property>
|
620
|
+
<property name="height">1</property>
|
621
|
+
</packing>
|
622
|
+
</child>
|
623
|
+
<child>
|
624
|
+
<object class="GtkColorButton" id="css[li.clicked > .item {background}]">
|
625
|
+
<property name="visible">True</property>
|
626
|
+
<property name="can_focus">True</property>
|
627
|
+
<property name="receives_default">True</property>
|
628
|
+
</object>
|
629
|
+
<packing>
|
630
|
+
<property name="left_attach">1</property>
|
631
|
+
<property name="top_attach">3</property>
|
632
|
+
<property name="width">1</property>
|
633
|
+
<property name="height">1</property>
|
634
|
+
</packing>
|
635
|
+
</child>
|
636
|
+
<child>
|
637
|
+
<object class="GtkColorButton" id="css[li.clicked > .item {color}]">
|
638
|
+
<property name="visible">True</property>
|
639
|
+
<property name="can_focus">True</property>
|
640
|
+
<property name="receives_default">True</property>
|
641
|
+
</object>
|
642
|
+
<packing>
|
643
|
+
<property name="left_attach">1</property>
|
644
|
+
<property name="top_attach">4</property>
|
645
|
+
<property name="width">1</property>
|
646
|
+
<property name="height">1</property>
|
647
|
+
</packing>
|
648
|
+
</child>
|
649
|
+
<child>
|
650
|
+
<object class="GtkLabel" id="label18">
|
651
|
+
<property name="visible">True</property>
|
652
|
+
<property name="can_focus">False</property>
|
653
|
+
<property name="label" translatable="yes">Color When Mouse is Hovering Over Cell:</property>
|
654
|
+
</object>
|
655
|
+
<packing>
|
656
|
+
<property name="left_attach">0</property>
|
657
|
+
<property name="top_attach">5</property>
|
658
|
+
<property name="width">1</property>
|
659
|
+
<property name="height">1</property>
|
660
|
+
</packing>
|
661
|
+
</child>
|
662
|
+
<child>
|
663
|
+
<object class="GtkColorButton" id="css[.item:hover {background}]">
|
664
|
+
<property name="visible">True</property>
|
665
|
+
<property name="can_focus">True</property>
|
666
|
+
<property name="receives_default">True</property>
|
667
|
+
</object>
|
668
|
+
<packing>
|
669
|
+
<property name="left_attach">1</property>
|
670
|
+
<property name="top_attach">5</property>
|
671
|
+
<property name="width">1</property>
|
672
|
+
<property name="height">1</property>
|
673
|
+
</packing>
|
674
|
+
</child>
|
675
|
+
</object>
|
676
|
+
<packing>
|
677
|
+
<property name="position">3</property>
|
678
|
+
</packing>
|
679
|
+
</child>
|
680
|
+
<child type="tab">
|
681
|
+
<object class="GtkLabel" id="label11">
|
682
|
+
<property name="visible">True</property>
|
683
|
+
<property name="can_focus">False</property>
|
684
|
+
<property name="label" translatable="yes">Side Bars</property>
|
685
|
+
</object>
|
686
|
+
<packing>
|
687
|
+
<property name="position">3</property>
|
688
|
+
<property name="tab_fill">False</property>
|
689
|
+
</packing>
|
690
|
+
</child>
|
691
|
+
<child>
|
692
|
+
<object class="GtkGrid" id="grid5">
|
693
|
+
<property name="visible">True</property>
|
694
|
+
<property name="can_focus">False</property>
|
695
|
+
<child>
|
696
|
+
<object class="GtkLabel" id="label20">
|
697
|
+
<property name="visible">True</property>
|
698
|
+
<property name="can_focus">False</property>
|
699
|
+
<property name="label" translatable="yes">Link Color on Main Page:</property>
|
700
|
+
</object>
|
701
|
+
<packing>
|
702
|
+
<property name="left_attach">0</property>
|
703
|
+
<property name="top_attach">0</property>
|
704
|
+
<property name="width">1</property>
|
705
|
+
<property name="height">1</property>
|
706
|
+
</packing>
|
707
|
+
</child>
|
708
|
+
<child>
|
709
|
+
<object class="GtkLabel" id="label21">
|
710
|
+
<property name="visible">True</property>
|
711
|
+
<property name="can_focus">False</property>
|
712
|
+
<property name="label" translatable="yes">Link Hilight Color:</property>
|
713
|
+
</object>
|
714
|
+
<packing>
|
715
|
+
<property name="left_attach">0</property>
|
716
|
+
<property name="top_attach">1</property>
|
717
|
+
<property name="width">1</property>
|
718
|
+
<property name="height">1</property>
|
719
|
+
</packing>
|
720
|
+
</child>
|
721
|
+
<child>
|
722
|
+
<object class="GtkColorButton" id="css[#main a, #main a:visited {color}]">
|
723
|
+
<property name="visible">True</property>
|
724
|
+
<property name="can_focus">True</property>
|
725
|
+
<property name="receives_default">True</property>
|
726
|
+
</object>
|
727
|
+
<packing>
|
728
|
+
<property name="left_attach">1</property>
|
729
|
+
<property name="top_attach">0</property>
|
730
|
+
<property name="width">1</property>
|
731
|
+
<property name="height">1</property>
|
732
|
+
</packing>
|
733
|
+
</child>
|
734
|
+
<child>
|
735
|
+
<object class="GtkColorButton" id="css[#main a:hover {background}]">
|
736
|
+
<property name="visible">True</property>
|
737
|
+
<property name="can_focus">True</property>
|
738
|
+
<property name="receives_default">True</property>
|
739
|
+
</object>
|
740
|
+
<packing>
|
741
|
+
<property name="left_attach">1</property>
|
742
|
+
<property name="top_attach">1</property>
|
743
|
+
<property name="width">1</property>
|
744
|
+
<property name="height">1</property>
|
745
|
+
</packing>
|
746
|
+
</child>
|
747
|
+
</object>
|
748
|
+
<packing>
|
749
|
+
<property name="position">4</property>
|
750
|
+
</packing>
|
751
|
+
</child>
|
752
|
+
<child type="tab">
|
753
|
+
<object class="GtkLabel" id="label19">
|
754
|
+
<property name="visible">True</property>
|
755
|
+
<property name="can_focus">False</property>
|
756
|
+
<property name="label" translatable="yes">Links</property>
|
757
|
+
</object>
|
758
|
+
<packing>
|
759
|
+
<property name="position">4</property>
|
760
|
+
<property name="tab_fill">False</property>
|
761
|
+
</packing>
|
762
|
+
</child>
|
763
|
+
</object>
|
764
|
+
<packing>
|
765
|
+
<property name="expand">False</property>
|
766
|
+
<property name="fill">True</property>
|
767
|
+
<property name="position">1</property>
|
768
|
+
</packing>
|
769
|
+
</child>
|
770
|
+
<child>
|
771
|
+
<object class="GtkButtonBox" id="buttonbox1">
|
772
|
+
<property name="visible">True</property>
|
773
|
+
<property name="can_focus">False</property>
|
774
|
+
<property name="spacing">10</property>
|
775
|
+
<property name="layout_style">end</property>
|
776
|
+
<child>
|
777
|
+
<object class="GtkButton" id="buttonClone">
|
778
|
+
<property name="label" translatable="yes">Clone</property>
|
779
|
+
<property name="visible">True</property>
|
780
|
+
<property name="can_focus">True</property>
|
781
|
+
<property name="receives_default">True</property>
|
782
|
+
</object>
|
783
|
+
<packing>
|
784
|
+
<property name="expand">False</property>
|
785
|
+
<property name="fill">True</property>
|
786
|
+
<property name="position">1</property>
|
787
|
+
</packing>
|
788
|
+
</child>
|
789
|
+
<child>
|
790
|
+
<object class="GtkButton" id="buttonCancel">
|
791
|
+
<property name="label" translatable="yes">Close</property>
|
792
|
+
<property name="visible">True</property>
|
793
|
+
<property name="can_focus">True</property>
|
794
|
+
<property name="receives_default">True</property>
|
795
|
+
</object>
|
796
|
+
<packing>
|
797
|
+
<property name="expand">False</property>
|
798
|
+
<property name="fill">True</property>
|
799
|
+
<property name="position">2</property>
|
800
|
+
</packing>
|
801
|
+
</child>
|
802
|
+
</object>
|
803
|
+
<packing>
|
804
|
+
<property name="expand">False</property>
|
805
|
+
<property name="fill">True</property>
|
806
|
+
<property name="position">2</property>
|
807
|
+
</packing>
|
808
|
+
</child>
|
809
|
+
</object>
|
810
|
+
</child>
|
811
|
+
</object>
|
812
|
+
</interface>
|