my_yard 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,595 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- Generated with glade 3.16.1 -->
|
|
3
|
+
<interface>
|
|
4
|
+
<requires lib="gtk+" version="3.6"/>
|
|
5
|
+
<object class="GtkWindow" id="window1">
|
|
6
|
+
<property name="width_request">690</property>
|
|
7
|
+
<property name="can_focus">False</property>
|
|
8
|
+
<property name="title" translatable="yes">My Yard Documentation Generator</property>
|
|
9
|
+
<property name="window_position">center</property>
|
|
10
|
+
<child>
|
|
11
|
+
<object class="GtkBox" id="box1">
|
|
12
|
+
<property name="visible">True</property>
|
|
13
|
+
<property name="can_focus">False</property>
|
|
14
|
+
<property name="margin_left">25</property>
|
|
15
|
+
<property name="margin_right">25</property>
|
|
16
|
+
<property name="margin_top">25</property>
|
|
17
|
+
<property name="margin_bottom">25</property>
|
|
18
|
+
<property name="orientation">vertical</property>
|
|
19
|
+
<property name="spacing">10</property>
|
|
20
|
+
<child>
|
|
21
|
+
<object class="GtkLabel" id="label10">
|
|
22
|
+
<property name="visible">True</property>
|
|
23
|
+
<property name="can_focus">False</property>
|
|
24
|
+
<property name="label" translatable="yes"><big><big>Yard Document Generator</big></big></property>
|
|
25
|
+
<property name="use_markup">True</property>
|
|
26
|
+
</object>
|
|
27
|
+
<packing>
|
|
28
|
+
<property name="expand">False</property>
|
|
29
|
+
<property name="fill">True</property>
|
|
30
|
+
<property name="position">0</property>
|
|
31
|
+
</packing>
|
|
32
|
+
</child>
|
|
33
|
+
<child>
|
|
34
|
+
<object class="GtkGrid" id="grid1">
|
|
35
|
+
<property name="visible">True</property>
|
|
36
|
+
<property name="can_focus">False</property>
|
|
37
|
+
<property name="row_spacing">5</property>
|
|
38
|
+
<property name="column_spacing">2</property>
|
|
39
|
+
<child>
|
|
40
|
+
<object class="GtkLabel" id="label3">
|
|
41
|
+
<property name="visible">True</property>
|
|
42
|
+
<property name="can_focus">False</property>
|
|
43
|
+
<property name="xalign">1</property>
|
|
44
|
+
<property name="label" translatable="yes">Project Root Folder: </property>
|
|
45
|
+
</object>
|
|
46
|
+
<packing>
|
|
47
|
+
<property name="left_attach">0</property>
|
|
48
|
+
<property name="top_attach">0</property>
|
|
49
|
+
<property name="width">1</property>
|
|
50
|
+
<property name="height">1</property>
|
|
51
|
+
</packing>
|
|
52
|
+
</child>
|
|
53
|
+
<child>
|
|
54
|
+
<object class="GtkLabel" id="label2">
|
|
55
|
+
<property name="visible">True</property>
|
|
56
|
+
<property name="can_focus">False</property>
|
|
57
|
+
<property name="xalign">1</property>
|
|
58
|
+
<property name="label" translatable="yes">Extra Markdown Files: </property>
|
|
59
|
+
</object>
|
|
60
|
+
<packing>
|
|
61
|
+
<property name="left_attach">0</property>
|
|
62
|
+
<property name="top_attach">3</property>
|
|
63
|
+
<property name="width">1</property>
|
|
64
|
+
<property name="height">1</property>
|
|
65
|
+
</packing>
|
|
66
|
+
</child>
|
|
67
|
+
<child>
|
|
68
|
+
<object class="GtkEntry" id="extra_files">
|
|
69
|
+
<property name="visible">True</property>
|
|
70
|
+
<property name="can_focus">True</property>
|
|
71
|
+
</object>
|
|
72
|
+
<packing>
|
|
73
|
+
<property name="left_attach">1</property>
|
|
74
|
+
<property name="top_attach">3</property>
|
|
75
|
+
<property name="width">1</property>
|
|
76
|
+
<property name="height">1</property>
|
|
77
|
+
</packing>
|
|
78
|
+
</child>
|
|
79
|
+
<child>
|
|
80
|
+
<object class="GtkLabel" id="label1">
|
|
81
|
+
<property name="visible">True</property>
|
|
82
|
+
<property name="can_focus">False</property>
|
|
83
|
+
<property name="xalign">1</property>
|
|
84
|
+
<property name="label" translatable="yes">Include Files: </property>
|
|
85
|
+
</object>
|
|
86
|
+
<packing>
|
|
87
|
+
<property name="left_attach">0</property>
|
|
88
|
+
<property name="top_attach">2</property>
|
|
89
|
+
<property name="width">1</property>
|
|
90
|
+
<property name="height">1</property>
|
|
91
|
+
</packing>
|
|
92
|
+
</child>
|
|
93
|
+
<child>
|
|
94
|
+
<object class="GtkEntry" id="files">
|
|
95
|
+
<property name="visible">True</property>
|
|
96
|
+
<property name="can_focus">True</property>
|
|
97
|
+
</object>
|
|
98
|
+
<packing>
|
|
99
|
+
<property name="left_attach">1</property>
|
|
100
|
+
<property name="top_attach">2</property>
|
|
101
|
+
<property name="width">1</property>
|
|
102
|
+
<property name="height">1</property>
|
|
103
|
+
</packing>
|
|
104
|
+
</child>
|
|
105
|
+
<child>
|
|
106
|
+
<object class="GtkLabel" id="label4">
|
|
107
|
+
<property name="visible">True</property>
|
|
108
|
+
<property name="can_focus">False</property>
|
|
109
|
+
<property name="xalign">1</property>
|
|
110
|
+
<property name="label" translatable="yes">Output HTML to Folder: </property>
|
|
111
|
+
</object>
|
|
112
|
+
<packing>
|
|
113
|
+
<property name="left_attach">0</property>
|
|
114
|
+
<property name="top_attach">1</property>
|
|
115
|
+
<property name="width">1</property>
|
|
116
|
+
<property name="height">1</property>
|
|
117
|
+
</packing>
|
|
118
|
+
</child>
|
|
119
|
+
<child>
|
|
120
|
+
<object class="GtkEntry" id="output_dir">
|
|
121
|
+
<property name="visible">True</property>
|
|
122
|
+
<property name="can_focus">True</property>
|
|
123
|
+
</object>
|
|
124
|
+
<packing>
|
|
125
|
+
<property name="left_attach">1</property>
|
|
126
|
+
<property name="top_attach">1</property>
|
|
127
|
+
<property name="width">1</property>
|
|
128
|
+
<property name="height">1</property>
|
|
129
|
+
</packing>
|
|
130
|
+
</child>
|
|
131
|
+
<child>
|
|
132
|
+
<object class="GtkEntry" id="exclude">
|
|
133
|
+
<property name="visible">True</property>
|
|
134
|
+
<property name="can_focus">True</property>
|
|
135
|
+
</object>
|
|
136
|
+
<packing>
|
|
137
|
+
<property name="left_attach">1</property>
|
|
138
|
+
<property name="top_attach">4</property>
|
|
139
|
+
<property name="width">1</property>
|
|
140
|
+
<property name="height">1</property>
|
|
141
|
+
</packing>
|
|
142
|
+
</child>
|
|
143
|
+
<child>
|
|
144
|
+
<object class="GtkEntry" id="title">
|
|
145
|
+
<property name="visible">True</property>
|
|
146
|
+
<property name="can_focus">True</property>
|
|
147
|
+
</object>
|
|
148
|
+
<packing>
|
|
149
|
+
<property name="left_attach">1</property>
|
|
150
|
+
<property name="top_attach">5</property>
|
|
151
|
+
<property name="width">1</property>
|
|
152
|
+
<property name="height">1</property>
|
|
153
|
+
</packing>
|
|
154
|
+
</child>
|
|
155
|
+
<child>
|
|
156
|
+
<object class="GtkLabel" id="label6">
|
|
157
|
+
<property name="visible">True</property>
|
|
158
|
+
<property name="can_focus">False</property>
|
|
159
|
+
<property name="xalign">1</property>
|
|
160
|
+
<property name="label" translatable="yes">Exclude FIles (regex): </property>
|
|
161
|
+
</object>
|
|
162
|
+
<packing>
|
|
163
|
+
<property name="left_attach">0</property>
|
|
164
|
+
<property name="top_attach">4</property>
|
|
165
|
+
<property name="width">1</property>
|
|
166
|
+
<property name="height">1</property>
|
|
167
|
+
</packing>
|
|
168
|
+
</child>
|
|
169
|
+
<child>
|
|
170
|
+
<object class="GtkLabel" id="label5">
|
|
171
|
+
<property name="visible">True</property>
|
|
172
|
+
<property name="can_focus">False</property>
|
|
173
|
+
<property name="xalign">1</property>
|
|
174
|
+
<property name="label" translatable="yes">Add Title to Docs: </property>
|
|
175
|
+
</object>
|
|
176
|
+
<packing>
|
|
177
|
+
<property name="left_attach">0</property>
|
|
178
|
+
<property name="top_attach">5</property>
|
|
179
|
+
<property name="width">1</property>
|
|
180
|
+
<property name="height">1</property>
|
|
181
|
+
</packing>
|
|
182
|
+
</child>
|
|
183
|
+
<child>
|
|
184
|
+
<object class="GtkLabel" id="label9">
|
|
185
|
+
<property name="visible">True</property>
|
|
186
|
+
<property name="can_focus">False</property>
|
|
187
|
+
<property name="xalign">1</property>
|
|
188
|
+
<property name="label" translatable="yes">Main Output File: </property>
|
|
189
|
+
</object>
|
|
190
|
+
<packing>
|
|
191
|
+
<property name="left_attach">0</property>
|
|
192
|
+
<property name="top_attach">6</property>
|
|
193
|
+
<property name="width">1</property>
|
|
194
|
+
<property name="height">1</property>
|
|
195
|
+
</packing>
|
|
196
|
+
</child>
|
|
197
|
+
<child>
|
|
198
|
+
<object class="GtkBox" id="box6">
|
|
199
|
+
<property name="visible">True</property>
|
|
200
|
+
<property name="can_focus">False</property>
|
|
201
|
+
<child>
|
|
202
|
+
<object class="GtkComboBoxText" id="project_root">
|
|
203
|
+
<property name="visible">True</property>
|
|
204
|
+
<property name="can_focus">False</property>
|
|
205
|
+
<property name="hexpand">True</property>
|
|
206
|
+
</object>
|
|
207
|
+
<packing>
|
|
208
|
+
<property name="expand">False</property>
|
|
209
|
+
<property name="fill">True</property>
|
|
210
|
+
<property name="position">0</property>
|
|
211
|
+
</packing>
|
|
212
|
+
</child>
|
|
213
|
+
<child>
|
|
214
|
+
<object class="GtkButton" id="buttonOpenProject">
|
|
215
|
+
<property name="label">gtk-open</property>
|
|
216
|
+
<property name="visible">True</property>
|
|
217
|
+
<property name="can_focus">True</property>
|
|
218
|
+
<property name="receives_default">True</property>
|
|
219
|
+
<property name="use_stock">True</property>
|
|
220
|
+
<property name="always_show_image">True</property>
|
|
221
|
+
</object>
|
|
222
|
+
<packing>
|
|
223
|
+
<property name="expand">False</property>
|
|
224
|
+
<property name="fill">True</property>
|
|
225
|
+
<property name="position">1</property>
|
|
226
|
+
</packing>
|
|
227
|
+
</child>
|
|
228
|
+
<child>
|
|
229
|
+
<object class="GtkButton" id="buttonDeleteProject">
|
|
230
|
+
<property name="label">gtk-delete</property>
|
|
231
|
+
<property name="visible">True</property>
|
|
232
|
+
<property name="can_focus">True</property>
|
|
233
|
+
<property name="receives_default">True</property>
|
|
234
|
+
<property name="use_stock">True</property>
|
|
235
|
+
<property name="always_show_image">True</property>
|
|
236
|
+
</object>
|
|
237
|
+
<packing>
|
|
238
|
+
<property name="expand">False</property>
|
|
239
|
+
<property name="fill">True</property>
|
|
240
|
+
<property name="position">2</property>
|
|
241
|
+
</packing>
|
|
242
|
+
</child>
|
|
243
|
+
</object>
|
|
244
|
+
<packing>
|
|
245
|
+
<property name="left_attach">1</property>
|
|
246
|
+
<property name="top_attach">0</property>
|
|
247
|
+
<property name="width">1</property>
|
|
248
|
+
<property name="height">1</property>
|
|
249
|
+
</packing>
|
|
250
|
+
</child>
|
|
251
|
+
<child>
|
|
252
|
+
<object class="GtkEntry" id="export_db_path">
|
|
253
|
+
<property name="visible">True</property>
|
|
254
|
+
<property name="can_focus">True</property>
|
|
255
|
+
</object>
|
|
256
|
+
<packing>
|
|
257
|
+
<property name="left_attach">1</property>
|
|
258
|
+
<property name="top_attach">7</property>
|
|
259
|
+
<property name="width">1</property>
|
|
260
|
+
<property name="height">1</property>
|
|
261
|
+
</packing>
|
|
262
|
+
</child>
|
|
263
|
+
<child>
|
|
264
|
+
<object class="GtkBox" id="box7">
|
|
265
|
+
<property name="visible">True</property>
|
|
266
|
+
<property name="can_focus">False</property>
|
|
267
|
+
<child>
|
|
268
|
+
<object class="GtkLabel" id="label11">
|
|
269
|
+
<property name="visible">True</property>
|
|
270
|
+
<property name="can_focus">False</property>
|
|
271
|
+
</object>
|
|
272
|
+
<packing>
|
|
273
|
+
<property name="expand">True</property>
|
|
274
|
+
<property name="fill">True</property>
|
|
275
|
+
<property name="position">0</property>
|
|
276
|
+
</packing>
|
|
277
|
+
</child>
|
|
278
|
+
<child>
|
|
279
|
+
<object class="GtkCheckButton" id="export_db">
|
|
280
|
+
<property name="label" translatable="yes">Export db to Folder:</property>
|
|
281
|
+
<property name="visible">True</property>
|
|
282
|
+
<property name="can_focus">True</property>
|
|
283
|
+
<property name="receives_default">False</property>
|
|
284
|
+
<property name="xalign">0</property>
|
|
285
|
+
<property name="draw_indicator">True</property>
|
|
286
|
+
</object>
|
|
287
|
+
<packing>
|
|
288
|
+
<property name="expand">False</property>
|
|
289
|
+
<property name="fill">True</property>
|
|
290
|
+
<property name="position">1</property>
|
|
291
|
+
</packing>
|
|
292
|
+
</child>
|
|
293
|
+
</object>
|
|
294
|
+
<packing>
|
|
295
|
+
<property name="left_attach">0</property>
|
|
296
|
+
<property name="top_attach">7</property>
|
|
297
|
+
<property name="width">1</property>
|
|
298
|
+
<property name="height">1</property>
|
|
299
|
+
</packing>
|
|
300
|
+
</child>
|
|
301
|
+
<child>
|
|
302
|
+
<object class="GtkBox" id="box8">
|
|
303
|
+
<property name="visible">True</property>
|
|
304
|
+
<property name="can_focus">False</property>
|
|
305
|
+
<child>
|
|
306
|
+
<object class="GtkEntry" id="main">
|
|
307
|
+
<property name="visible">True</property>
|
|
308
|
+
<property name="can_focus">True</property>
|
|
309
|
+
<property name="hexpand">True</property>
|
|
310
|
+
</object>
|
|
311
|
+
<packing>
|
|
312
|
+
<property name="expand">False</property>
|
|
313
|
+
<property name="fill">True</property>
|
|
314
|
+
<property name="position">0</property>
|
|
315
|
+
</packing>
|
|
316
|
+
</child>
|
|
317
|
+
<child>
|
|
318
|
+
<object class="GtkButton" id="buttonBrowse">
|
|
319
|
+
<property name="label" translatable="yes">Browse</property>
|
|
320
|
+
<property name="visible">True</property>
|
|
321
|
+
<property name="can_focus">True</property>
|
|
322
|
+
<property name="receives_default">True</property>
|
|
323
|
+
</object>
|
|
324
|
+
<packing>
|
|
325
|
+
<property name="expand">False</property>
|
|
326
|
+
<property name="fill">True</property>
|
|
327
|
+
<property name="position">1</property>
|
|
328
|
+
</packing>
|
|
329
|
+
</child>
|
|
330
|
+
</object>
|
|
331
|
+
<packing>
|
|
332
|
+
<property name="left_attach">1</property>
|
|
333
|
+
<property name="top_attach">6</property>
|
|
334
|
+
<property name="width">1</property>
|
|
335
|
+
<property name="height">1</property>
|
|
336
|
+
</packing>
|
|
337
|
+
</child>
|
|
338
|
+
</object>
|
|
339
|
+
<packing>
|
|
340
|
+
<property name="expand">False</property>
|
|
341
|
+
<property name="fill">True</property>
|
|
342
|
+
<property name="position">1</property>
|
|
343
|
+
</packing>
|
|
344
|
+
</child>
|
|
345
|
+
<child>
|
|
346
|
+
<object class="GtkBox" id="box3">
|
|
347
|
+
<property name="visible">True</property>
|
|
348
|
+
<property name="can_focus">False</property>
|
|
349
|
+
<child>
|
|
350
|
+
<object class="GtkBox" id="box4">
|
|
351
|
+
<property name="visible">True</property>
|
|
352
|
+
<property name="can_focus">False</property>
|
|
353
|
+
<property name="orientation">vertical</property>
|
|
354
|
+
<child>
|
|
355
|
+
<object class="GtkCheckButton" id="include_public">
|
|
356
|
+
<property name="label" translatable="yes">Include Public Methods</property>
|
|
357
|
+
<property name="visible">True</property>
|
|
358
|
+
<property name="can_focus">True</property>
|
|
359
|
+
<property name="receives_default">False</property>
|
|
360
|
+
<property name="xalign">0</property>
|
|
361
|
+
<property name="draw_indicator">True</property>
|
|
362
|
+
</object>
|
|
363
|
+
<packing>
|
|
364
|
+
<property name="expand">False</property>
|
|
365
|
+
<property name="fill">True</property>
|
|
366
|
+
<property name="position">0</property>
|
|
367
|
+
</packing>
|
|
368
|
+
</child>
|
|
369
|
+
<child>
|
|
370
|
+
<object class="GtkCheckButton" id="include_private">
|
|
371
|
+
<property name="label" translatable="yes">Include Private Methods</property>
|
|
372
|
+
<property name="visible">True</property>
|
|
373
|
+
<property name="can_focus">True</property>
|
|
374
|
+
<property name="receives_default">False</property>
|
|
375
|
+
<property name="xalign">0</property>
|
|
376
|
+
<property name="draw_indicator">True</property>
|
|
377
|
+
</object>
|
|
378
|
+
<packing>
|
|
379
|
+
<property name="expand">False</property>
|
|
380
|
+
<property name="fill">True</property>
|
|
381
|
+
<property name="position">1</property>
|
|
382
|
+
</packing>
|
|
383
|
+
</child>
|
|
384
|
+
<child>
|
|
385
|
+
<object class="GtkCheckButton" id="include_protected">
|
|
386
|
+
<property name="label" translatable="yes">Include Protected Methods</property>
|
|
387
|
+
<property name="visible">True</property>
|
|
388
|
+
<property name="can_focus">True</property>
|
|
389
|
+
<property name="receives_default">False</property>
|
|
390
|
+
<property name="xalign">0</property>
|
|
391
|
+
<property name="draw_indicator">True</property>
|
|
392
|
+
</object>
|
|
393
|
+
<packing>
|
|
394
|
+
<property name="expand">False</property>
|
|
395
|
+
<property name="fill">True</property>
|
|
396
|
+
<property name="position">2</property>
|
|
397
|
+
</packing>
|
|
398
|
+
</child>
|
|
399
|
+
<child>
|
|
400
|
+
<object class="GtkCheckButton" id="include_private_tag">
|
|
401
|
+
<property name="label" translatable="yes">Include Items with @private Tag</property>
|
|
402
|
+
<property name="visible">True</property>
|
|
403
|
+
<property name="can_focus">True</property>
|
|
404
|
+
<property name="receives_default">False</property>
|
|
405
|
+
<property name="xalign">0</property>
|
|
406
|
+
<property name="draw_indicator">True</property>
|
|
407
|
+
</object>
|
|
408
|
+
<packing>
|
|
409
|
+
<property name="expand">False</property>
|
|
410
|
+
<property name="fill">True</property>
|
|
411
|
+
<property name="position">3</property>
|
|
412
|
+
</packing>
|
|
413
|
+
</child>
|
|
414
|
+
</object>
|
|
415
|
+
<packing>
|
|
416
|
+
<property name="expand">False</property>
|
|
417
|
+
<property name="fill">False</property>
|
|
418
|
+
<property name="position">0</property>
|
|
419
|
+
</packing>
|
|
420
|
+
</child>
|
|
421
|
+
<child>
|
|
422
|
+
<object class="GtkBox" id="box5">
|
|
423
|
+
<property name="visible">True</property>
|
|
424
|
+
<property name="can_focus">False</property>
|
|
425
|
+
<property name="hexpand">True</property>
|
|
426
|
+
<property name="orientation">vertical</property>
|
|
427
|
+
<child>
|
|
428
|
+
<object class="GtkGrid" id="grid5">
|
|
429
|
+
<property name="visible">True</property>
|
|
430
|
+
<property name="can_focus">False</property>
|
|
431
|
+
<property name="row_spacing">5</property>
|
|
432
|
+
<child>
|
|
433
|
+
<object class="GtkLabel" id="label7">
|
|
434
|
+
<property name="visible">True</property>
|
|
435
|
+
<property name="can_focus">False</property>
|
|
436
|
+
<property name="xalign">1</property>
|
|
437
|
+
<property name="label" translatable="yes">Template: </property>
|
|
438
|
+
</object>
|
|
439
|
+
<packing>
|
|
440
|
+
<property name="left_attach">0</property>
|
|
441
|
+
<property name="top_attach">1</property>
|
|
442
|
+
<property name="width">1</property>
|
|
443
|
+
<property name="height">1</property>
|
|
444
|
+
</packing>
|
|
445
|
+
</child>
|
|
446
|
+
<child>
|
|
447
|
+
<object class="GtkComboBoxText" id="template">
|
|
448
|
+
<property name="visible">True</property>
|
|
449
|
+
<property name="can_focus">False</property>
|
|
450
|
+
<property name="hexpand">True</property>
|
|
451
|
+
</object>
|
|
452
|
+
<packing>
|
|
453
|
+
<property name="left_attach">1</property>
|
|
454
|
+
<property name="top_attach">1</property>
|
|
455
|
+
<property name="width">1</property>
|
|
456
|
+
<property name="height">1</property>
|
|
457
|
+
</packing>
|
|
458
|
+
</child>
|
|
459
|
+
<child>
|
|
460
|
+
<object class="GtkLabel" id="label8">
|
|
461
|
+
<property name="visible">True</property>
|
|
462
|
+
<property name="can_focus">False</property>
|
|
463
|
+
<property name="xalign">1</property>
|
|
464
|
+
<property name="label" translatable="yes">Theme: </property>
|
|
465
|
+
</object>
|
|
466
|
+
<packing>
|
|
467
|
+
<property name="left_attach">0</property>
|
|
468
|
+
<property name="top_attach">0</property>
|
|
469
|
+
<property name="width">1</property>
|
|
470
|
+
<property name="height">1</property>
|
|
471
|
+
</packing>
|
|
472
|
+
</child>
|
|
473
|
+
<child>
|
|
474
|
+
<object class="GtkBox" id="box2">
|
|
475
|
+
<property name="visible">True</property>
|
|
476
|
+
<property name="can_focus">False</property>
|
|
477
|
+
<child>
|
|
478
|
+
<object class="GtkComboBoxText" id="theme">
|
|
479
|
+
<property name="visible">True</property>
|
|
480
|
+
<property name="can_focus">False</property>
|
|
481
|
+
<property name="hexpand">True</property>
|
|
482
|
+
</object>
|
|
483
|
+
<packing>
|
|
484
|
+
<property name="expand">False</property>
|
|
485
|
+
<property name="fill">True</property>
|
|
486
|
+
<property name="position">0</property>
|
|
487
|
+
</packing>
|
|
488
|
+
</child>
|
|
489
|
+
<child>
|
|
490
|
+
<object class="GtkButton" id="buttonEditTheme">
|
|
491
|
+
<property name="label">gtk-edit</property>
|
|
492
|
+
<property name="visible">True</property>
|
|
493
|
+
<property name="can_focus">True</property>
|
|
494
|
+
<property name="receives_default">True</property>
|
|
495
|
+
<property name="use_stock">True</property>
|
|
496
|
+
<property name="always_show_image">True</property>
|
|
497
|
+
</object>
|
|
498
|
+
<packing>
|
|
499
|
+
<property name="expand">False</property>
|
|
500
|
+
<property name="fill">True</property>
|
|
501
|
+
<property name="position">1</property>
|
|
502
|
+
</packing>
|
|
503
|
+
</child>
|
|
504
|
+
<child>
|
|
505
|
+
<object class="GtkButton" id="buttonDeleteTheme">
|
|
506
|
+
<property name="label">gtk-delete</property>
|
|
507
|
+
<property name="visible">True</property>
|
|
508
|
+
<property name="can_focus">True</property>
|
|
509
|
+
<property name="receives_default">True</property>
|
|
510
|
+
<property name="use_stock">True</property>
|
|
511
|
+
<property name="always_show_image">True</property>
|
|
512
|
+
</object>
|
|
513
|
+
<packing>
|
|
514
|
+
<property name="expand">False</property>
|
|
515
|
+
<property name="fill">True</property>
|
|
516
|
+
<property name="position">2</property>
|
|
517
|
+
</packing>
|
|
518
|
+
</child>
|
|
519
|
+
</object>
|
|
520
|
+
<packing>
|
|
521
|
+
<property name="left_attach">1</property>
|
|
522
|
+
<property name="top_attach">0</property>
|
|
523
|
+
<property name="width">1</property>
|
|
524
|
+
<property name="height">1</property>
|
|
525
|
+
</packing>
|
|
526
|
+
</child>
|
|
527
|
+
</object>
|
|
528
|
+
<packing>
|
|
529
|
+
<property name="expand">False</property>
|
|
530
|
+
<property name="fill">True</property>
|
|
531
|
+
<property name="position">0</property>
|
|
532
|
+
</packing>
|
|
533
|
+
</child>
|
|
534
|
+
<child>
|
|
535
|
+
<object class="GtkButtonBox" id="buttonbox1">
|
|
536
|
+
<property name="visible">True</property>
|
|
537
|
+
<property name="can_focus">False</property>
|
|
538
|
+
<property name="margin_top">5</property>
|
|
539
|
+
<property name="spacing">10</property>
|
|
540
|
+
<property name="layout_style">end</property>
|
|
541
|
+
<child>
|
|
542
|
+
<object class="GtkButton" id="buttonCancel">
|
|
543
|
+
<property name="label" translatable="yes">Cancel</property>
|
|
544
|
+
<property name="visible">True</property>
|
|
545
|
+
<property name="can_focus">True</property>
|
|
546
|
+
<property name="receives_default">True</property>
|
|
547
|
+
</object>
|
|
548
|
+
<packing>
|
|
549
|
+
<property name="expand">False</property>
|
|
550
|
+
<property name="fill">True</property>
|
|
551
|
+
<property name="position">0</property>
|
|
552
|
+
</packing>
|
|
553
|
+
</child>
|
|
554
|
+
<child>
|
|
555
|
+
<object class="GtkButton" id="buttonGenerate">
|
|
556
|
+
<property name="label">gtk-execute</property>
|
|
557
|
+
<property name="use_action_appearance">True</property>
|
|
558
|
+
<property name="visible">True</property>
|
|
559
|
+
<property name="can_focus">True</property>
|
|
560
|
+
<property name="receives_default">True</property>
|
|
561
|
+
<property name="use_stock">True</property>
|
|
562
|
+
<property name="always_show_image">True</property>
|
|
563
|
+
</object>
|
|
564
|
+
<packing>
|
|
565
|
+
<property name="expand">True</property>
|
|
566
|
+
<property name="fill">True</property>
|
|
567
|
+
<property name="position">1</property>
|
|
568
|
+
</packing>
|
|
569
|
+
</child>
|
|
570
|
+
</object>
|
|
571
|
+
<packing>
|
|
572
|
+
<property name="expand">False</property>
|
|
573
|
+
<property name="fill">True</property>
|
|
574
|
+
<property name="pack_type">end</property>
|
|
575
|
+
<property name="position">1</property>
|
|
576
|
+
</packing>
|
|
577
|
+
</child>
|
|
578
|
+
</object>
|
|
579
|
+
<packing>
|
|
580
|
+
<property name="expand">False</property>
|
|
581
|
+
<property name="fill">True</property>
|
|
582
|
+
<property name="position">1</property>
|
|
583
|
+
</packing>
|
|
584
|
+
</child>
|
|
585
|
+
</object>
|
|
586
|
+
<packing>
|
|
587
|
+
<property name="expand">False</property>
|
|
588
|
+
<property name="fill">True</property>
|
|
589
|
+
<property name="position">2</property>
|
|
590
|
+
</packing>
|
|
591
|
+
</child>
|
|
592
|
+
</object>
|
|
593
|
+
</child>
|
|
594
|
+
</object>
|
|
595
|
+
</interface>
|