Support individual files and folders in log output.
[anjuta-git-plugin.git] / plugins / class-gen / anjuta-class-gen-plugin.glade
blob4b60767074ebe34a7efc7951ba82f106a9c0d93f
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.0 on Sun Feb 3 22:47:36 2008
4 Version: 3.0.1
5 Date: Sun Oct 22 11:16:36 2006
6 User: ck
7 Host: unununium
8 -->
9 <glade-interface>
10 <widget class="GtkDialog" id="classgen_main">
11 <property name="title">Class Generator</property>
12 <property name="default_height">582</property>
13 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
14 <child internal-child="vbox">
15 <widget class="GtkVBox" id="dialog-vbox2">
16 <property name="visible">True</property>
17 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
18 <child>
19 <widget class="GtkVBox" id="vbox1">
20 <property name="visible">True</property>
21 <property name="border_width">8</property>
22 <property name="spacing">4</property>
23 <child>
24 <widget class="GtkNotebook" id="top_notebook">
25 <property name="visible">True</property>
26 <child>
27 <widget class="GtkVBox" id="vbox8">
28 <property name="visible">True</property>
29 <property name="border_width">6</property>
30 <property name="spacing">6</property>
31 <child>
32 <widget class="GtkFrame" id="frame7">
33 <property name="visible">True</property>
34 <property name="label_xalign">0</property>
35 <property name="shadow_type">GTK_SHADOW_NONE</property>
36 <child>
37 <widget class="GtkAlignment" id="alignment7">
38 <property name="visible">True</property>
39 <property name="top_padding">6</property>
40 <property name="left_padding">12</property>
41 <child>
42 <widget class="GtkTable" id="table7">
43 <property name="visible">True</property>
44 <property name="n_rows">4</property>
45 <property name="n_columns">4</property>
46 <property name="column_spacing">5</property>
47 <property name="row_spacing">5</property>
48 <child>
49 <placeholder/>
50 </child>
51 <child>
52 <placeholder/>
53 </child>
54 <child>
55 <widget class="GtkLabel" id="label38">
56 <property name="visible">True</property>
57 <property name="xalign">1</property>
58 <property name="label" translatable="yes">Class Name:</property>
59 <property name="use_underline">True</property>
60 <property name="mnemonic_widget">cc_name</property>
61 </widget>
62 <packing>
63 <property name="x_options">GTK_FILL</property>
64 <property name="y_options">GTK_FILL</property>
65 </packing>
66 </child>
67 <child>
68 <widget class="GtkEntry" id="cc_name">
69 <property name="visible">True</property>
70 <property name="activates_default">True</property>
71 </widget>
72 <packing>
73 <property name="left_attach">1</property>
74 <property name="right_attach">2</property>
75 <property name="y_options">GTK_FILL</property>
76 </packing>
77 </child>
78 <child>
79 <widget class="GtkLabel" id="label39">
80 <property name="visible">True</property>
81 <property name="xalign">1</property>
82 <property name="label" translatable="yes">Base Class:</property>
83 <property name="mnemonic_widget">cc_base</property>
84 </widget>
85 <packing>
86 <property name="left_attach">2</property>
87 <property name="right_attach">3</property>
88 </packing>
89 </child>
90 <child>
91 <widget class="GtkEntry" id="cc_base">
92 <property name="visible">True</property>
93 <property name="activates_default">True</property>
94 </widget>
95 <packing>
96 <property name="left_attach">3</property>
97 <property name="right_attach">4</property>
98 <property name="y_options">GTK_FILL</property>
99 </packing>
100 </child>
101 <child>
102 <widget class="GtkLabel" id="label40">
103 <property name="visible">True</property>
104 <property name="xalign">1</property>
105 <property name="label" translatable="yes">Base Class Inheritance:</property>
106 </widget>
107 <packing>
108 <property name="top_attach">1</property>
109 <property name="bottom_attach">2</property>
110 <property name="x_options">GTK_FILL</property>
111 <property name="y_options">GTK_FILL</property>
112 </packing>
113 </child>
114 <child>
115 <widget class="GtkComboBox" id="cc_inheritance">
116 <property name="visible">True</property>
117 <property name="items">public
118 protected
119 private</property>
120 </widget>
121 <packing>
122 <property name="left_attach">1</property>
123 <property name="right_attach">2</property>
124 <property name="top_attach">1</property>
125 <property name="bottom_attach">2</property>
126 <property name="y_options">GTK_FILL</property>
127 </packing>
128 </child>
129 <child>
130 <widget class="GtkLabel" id="label45">
131 <property name="visible">True</property>
132 <property name="xalign">1</property>
133 <property name="label" translatable="yes">Class Options:</property>
134 </widget>
135 <packing>
136 <property name="top_attach">2</property>
137 <property name="bottom_attach">3</property>
138 <property name="x_options">GTK_FILL</property>
139 <property name="y_options">GTK_FILL</property>
140 </packing>
141 </child>
142 <child>
143 <widget class="GtkLabel" id="label46">
144 <property name="visible">True</property>
145 <property name="xalign">1</property>
146 <property name="label" translatable="yes">Source/Header Headings:</property>
147 </widget>
148 <packing>
149 <property name="top_attach">3</property>
150 <property name="bottom_attach">4</property>
151 <property name="x_options">GTK_FILL</property>
152 <property name="y_options">GTK_FILL</property>
153 </packing>
154 </child>
155 <child>
156 <widget class="GtkCheckButton" id="cc_inline">
157 <property name="visible">True</property>
158 <property name="label" translatable="yes">Inline the declaration and implementation</property>
159 <property name="response_id">0</property>
160 <property name="draw_indicator">True</property>
161 </widget>
162 <packing>
163 <property name="left_attach">1</property>
164 <property name="right_attach">4</property>
165 <property name="top_attach">2</property>
166 <property name="bottom_attach">3</property>
167 <property name="y_options">GTK_FILL</property>
168 </packing>
169 </child>
170 <child>
171 <widget class="GtkCheckButton" id="cc_headings">
172 <property name="visible">True</property>
173 <property name="label" translatable="yes">Author/Date/Time</property>
174 <property name="response_id">0</property>
175 <property name="active">True</property>
176 <property name="draw_indicator">True</property>
177 </widget>
178 <packing>
179 <property name="left_attach">1</property>
180 <property name="right_attach">4</property>
181 <property name="top_attach">3</property>
182 <property name="bottom_attach">4</property>
183 <property name="y_options">GTK_FILL</property>
184 </packing>
185 </child>
186 </widget>
187 </child>
188 </widget>
189 </child>
190 <child>
191 <widget class="GtkLabel" id="label47">
192 <property name="visible">True</property>
193 <property name="label" translatable="yes">&lt;b&gt;General Class Properties&lt;/b&gt;</property>
194 <property name="use_markup">True</property>
195 </widget>
196 <packing>
197 <property name="type">label_item</property>
198 </packing>
199 </child>
200 </widget>
201 <packing>
202 <property name="expand">False</property>
203 </packing>
204 </child>
205 <child>
206 <widget class="GtkFrame" id="frame8">
207 <property name="visible">True</property>
208 <property name="label_xalign">0</property>
209 <property name="shadow_type">GTK_SHADOW_NONE</property>
210 <child>
211 <widget class="GtkAlignment" id="alignment8">
212 <property name="visible">True</property>
213 <property name="top_padding">6</property>
214 <property name="left_padding">12</property>
215 <child>
216 <widget class="GtkVBox" id="vbox9">
217 <property name="visible">True</property>
218 <property name="spacing">6</property>
219 <child>
220 <widget class="GtkScrolledWindow" id="scrolledwindow4">
221 <property name="height_request">100</property>
222 <property name="visible">True</property>
223 <property name="can_focus">False</property>
224 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
225 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
226 <property name="shadow_type">GTK_SHADOW_IN</property>
227 <child>
228 <widget class="GtkTreeView" id="cc_elements">
229 <property name="visible">True</property>
230 </widget>
231 </child>
232 </widget>
233 </child>
234 <child>
235 <widget class="GtkHButtonBox" id="hbuttonbox4">
236 <property name="visible">True</property>
237 <property name="spacing">6</property>
238 <property name="layout_style">GTK_BUTTONBOX_END</property>
239 <child>
240 <widget class="GtkButton" id="cc_elements_remove">
241 <property name="visible">True</property>
242 <property name="label">gtk-remove</property>
243 <property name="use_stock">True</property>
244 <property name="response_id">0</property>
245 </widget>
246 </child>
247 <child>
248 <widget class="GtkButton" id="cc_elements_add">
249 <property name="visible">True</property>
250 <property name="label">gtk-add</property>
251 <property name="use_stock">True</property>
252 <property name="response_id">0</property>
253 </widget>
254 <packing>
255 <property name="position">1</property>
256 </packing>
257 </child>
258 </widget>
259 <packing>
260 <property name="expand">False</property>
261 <property name="position">1</property>
262 </packing>
263 </child>
264 </widget>
265 </child>
266 </widget>
267 </child>
268 <child>
269 <widget class="GtkLabel" id="label48">
270 <property name="visible">True</property>
271 <property name="label" translatable="yes">&lt;b&gt;Class Elements&lt;/b&gt;</property>
272 <property name="use_markup">True</property>
273 </widget>
274 <packing>
275 <property name="type">label_item</property>
276 </packing>
277 </child>
278 </widget>
279 <packing>
280 <property name="position">1</property>
281 </packing>
282 </child>
283 </widget>
284 </child>
285 <child>
286 <widget class="GtkLabel" id="label2">
287 <property name="visible">True</property>
288 <property name="label" translatable="yes">Generic C++ Class</property>
289 </widget>
290 <packing>
291 <property name="type">tab</property>
292 <property name="tab_fill">False</property>
293 </packing>
294 </child>
295 <child>
296 <widget class="GtkVBox" id="vbox6">
297 <property name="visible">True</property>
298 <property name="border_width">6</property>
299 <property name="spacing">6</property>
300 <child>
301 <widget class="GtkFrame" id="frame5">
302 <property name="visible">True</property>
303 <property name="label_xalign">0</property>
304 <property name="shadow_type">GTK_SHADOW_NONE</property>
305 <child>
306 <widget class="GtkAlignment" id="alignment5">
307 <property name="visible">True</property>
308 <property name="top_padding">6</property>
309 <property name="left_padding">12</property>
310 <child>
311 <widget class="GtkTable" id="table3">
312 <property name="visible">True</property>
313 <property name="n_rows">4</property>
314 <property name="n_columns">4</property>
315 <property name="column_spacing">5</property>
316 <property name="row_spacing">5</property>
317 <child>
318 <placeholder/>
319 </child>
320 <child>
321 <placeholder/>
322 </child>
323 <child>
324 <widget class="GtkLabel" id="label27">
325 <property name="visible">True</property>
326 <property name="xalign">1</property>
327 <property name="label" translatable="yes">Class Name:</property>
328 </widget>
329 <packing>
330 <property name="x_options">GTK_FILL</property>
331 <property name="y_options">GTK_FILL</property>
332 </packing>
333 </child>
334 <child>
335 <widget class="GtkEntry" id="go_name">
336 <property name="visible">True</property>
337 <property name="activates_default">True</property>
338 </widget>
339 <packing>
340 <property name="left_attach">1</property>
341 <property name="right_attach">2</property>
342 <property name="y_options">GTK_FILL</property>
343 </packing>
344 </child>
345 <child>
346 <widget class="GtkLabel" id="label28">
347 <property name="visible">True</property>
348 <property name="xalign">1</property>
349 <property name="label" translatable="yes">Base Class:</property>
350 </widget>
351 <packing>
352 <property name="left_attach">2</property>
353 <property name="right_attach">3</property>
354 </packing>
355 </child>
356 <child>
357 <widget class="GtkEntry" id="go_base">
358 <property name="visible">True</property>
359 <property name="activates_default">True</property>
360 <property name="text">GObject</property>
361 </widget>
362 <packing>
363 <property name="left_attach">3</property>
364 <property name="right_attach">4</property>
365 <property name="y_options">GTK_FILL</property>
366 </packing>
367 </child>
368 <child>
369 <widget class="GtkLabel" id="label29">
370 <property name="visible">True</property>
371 <property name="xalign">1</property>
372 <property name="label" translatable="yes">GObject Prefix and Type:</property>
373 </widget>
374 <packing>
375 <property name="top_attach">1</property>
376 <property name="bottom_attach">2</property>
377 <property name="x_options">GTK_FILL</property>
378 <property name="y_options">GTK_FILL</property>
379 </packing>
380 </child>
381 <child>
382 <widget class="GtkLabel" id="label35">
383 <property name="visible">True</property>
384 <property name="xalign">1</property>
385 <property name="label" translatable="yes">Source/Header Headings:</property>
386 </widget>
387 <packing>
388 <property name="top_attach">3</property>
389 <property name="bottom_attach">4</property>
390 <property name="x_options">GTK_FILL</property>
391 <property name="y_options">GTK_FILL</property>
392 </packing>
393 </child>
394 <child>
395 <widget class="GtkCheckButton" id="go_headings">
396 <property name="visible">True</property>
397 <property name="label" translatable="yes">Author/Date-Time</property>
398 <property name="response_id">0</property>
399 <property name="active">True</property>
400 <property name="draw_indicator">True</property>
401 </widget>
402 <packing>
403 <property name="left_attach">1</property>
404 <property name="right_attach">4</property>
405 <property name="top_attach">3</property>
406 <property name="bottom_attach">4</property>
407 <property name="y_options">GTK_FILL</property>
408 </packing>
409 </child>
410 <child>
411 <widget class="GtkHBox" id="hbox4">
412 <property name="visible">True</property>
413 <child>
414 <widget class="GtkEntry" id="go_prefix">
415 <property name="visible">True</property>
416 <property name="activates_default">True</property>
417 <property name="width_chars">6</property>
418 </widget>
419 <packing>
420 <property name="expand">False</property>
421 </packing>
422 </child>
423 <child>
424 <widget class="GtkLabel" id="label49">
425 <property name="visible">True</property>
426 <property name="label">_TYPE_</property>
427 </widget>
428 <packing>
429 <property name="expand">False</property>
430 <property name="position">1</property>
431 </packing>
432 </child>
433 <child>
434 <widget class="GtkEntry" id="go_type">
435 <property name="visible">True</property>
436 <property name="activates_default">True</property>
437 </widget>
438 <packing>
439 <property name="position">2</property>
440 </packing>
441 </child>
442 </widget>
443 <packing>
444 <property name="left_attach">1</property>
445 <property name="right_attach">4</property>
446 <property name="top_attach">1</property>
447 <property name="bottom_attach">2</property>
448 </packing>
449 </child>
450 <child>
451 <widget class="GtkLabel" id="label51">
452 <property name="visible">True</property>
453 <property name="xalign">1</property>
454 <property name="label" translatable="yes">Class Function Prefix:</property>
455 </widget>
456 <packing>
457 <property name="top_attach">2</property>
458 <property name="bottom_attach">3</property>
459 <property name="x_options">GTK_FILL</property>
460 <property name="y_options">GTK_FILL</property>
461 </packing>
462 </child>
463 <child>
464 <widget class="GtkEntry" id="go_func_prefix">
465 <property name="visible">True</property>
466 <property name="activates_default">True</property>
467 </widget>
468 <packing>
469 <property name="left_attach">1</property>
470 <property name="right_attach">2</property>
471 <property name="top_attach">2</property>
472 <property name="bottom_attach">3</property>
473 <property name="y_options"></property>
474 </packing>
475 </child>
476 </widget>
477 </child>
478 </widget>
479 </child>
480 <child>
481 <widget class="GtkLabel" id="label36">
482 <property name="visible">True</property>
483 <property name="label" translatable="yes">&lt;b&gt;General Class Properties&lt;/b&gt;</property>
484 <property name="use_markup">True</property>
485 </widget>
486 <packing>
487 <property name="type">label_item</property>
488 </packing>
489 </child>
490 </widget>
491 <packing>
492 <property name="expand">False</property>
493 </packing>
494 </child>
495 <child>
496 <widget class="GtkFrame" id="frame6">
497 <property name="visible">True</property>
498 <property name="label_xalign">0</property>
499 <property name="shadow_type">GTK_SHADOW_NONE</property>
500 <child>
501 <widget class="GtkAlignment" id="alignment6">
502 <property name="visible">True</property>
503 <property name="top_padding">6</property>
504 <property name="left_padding">12</property>
505 <child>
506 <widget class="GtkNotebook" id="notebook2">
507 <property name="visible">True</property>
508 <child>
509 <widget class="GtkVBox" id="vbox10">
510 <property name="visible">True</property>
511 <property name="border_width">8</property>
512 <property name="spacing">6</property>
513 <child>
514 <widget class="GtkScrolledWindow" id="scrolledwindow5">
515 <property name="height_request">100</property>
516 <property name="visible">True</property>
517 <property name="can_focus">False</property>
518 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
519 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
520 <property name="shadow_type">GTK_SHADOW_IN</property>
521 <child>
522 <widget class="GtkTreeView" id="go_members">
523 <property name="visible">True</property>
524 </widget>
525 </child>
526 </widget>
527 </child>
528 <child>
529 <widget class="GtkHButtonBox" id="hbuttonbox5">
530 <property name="visible">True</property>
531 <property name="spacing">6</property>
532 <property name="layout_style">GTK_BUTTONBOX_END</property>
533 <child>
534 <widget class="GtkButton" id="go_members_remove">
535 <property name="visible">True</property>
536 <property name="label">gtk-remove</property>
537 <property name="use_stock">True</property>
538 <property name="response_id">0</property>
539 </widget>
540 </child>
541 <child>
542 <widget class="GtkButton" id="go_members_add">
543 <property name="visible">True</property>
544 <property name="label">gtk-add</property>
545 <property name="use_stock">True</property>
546 <property name="response_id">0</property>
547 </widget>
548 <packing>
549 <property name="position">1</property>
550 </packing>
551 </child>
552 </widget>
553 <packing>
554 <property name="expand">False</property>
555 <property name="position">1</property>
556 </packing>
557 </child>
558 </widget>
559 </child>
560 <child>
561 <widget class="GtkLabel" id="label52">
562 <property name="visible">True</property>
563 <property name="label" translatable="yes">Member Functions/Variables</property>
564 </widget>
565 <packing>
566 <property name="type">tab</property>
567 <property name="tab_fill">False</property>
568 </packing>
569 </child>
570 <child>
571 <widget class="GtkVBox" id="vbox12">
572 <property name="visible">True</property>
573 <property name="border_width">8</property>
574 <property name="spacing">6</property>
575 <child>
576 <widget class="GtkScrolledWindow" id="scrolledwindow7">
577 <property name="height_request">100</property>
578 <property name="visible">True</property>
579 <property name="can_focus">False</property>
580 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
581 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
582 <property name="shadow_type">GTK_SHADOW_IN</property>
583 <child>
584 <widget class="GtkTreeView" id="go_properties">
585 <property name="visible">True</property>
586 </widget>
587 </child>
588 </widget>
589 </child>
590 <child>
591 <widget class="GtkHButtonBox" id="hbuttonbox7">
592 <property name="visible">True</property>
593 <property name="spacing">6</property>
594 <property name="layout_style">GTK_BUTTONBOX_END</property>
595 <child>
596 <widget class="GtkButton" id="go_properties_remove">
597 <property name="visible">True</property>
598 <property name="label">gtk-remove</property>
599 <property name="use_stock">True</property>
600 <property name="response_id">0</property>
601 </widget>
602 </child>
603 <child>
604 <widget class="GtkButton" id="go_properties_add">
605 <property name="visible">True</property>
606 <property name="label">gtk-add</property>
607 <property name="use_stock">True</property>
608 <property name="response_id">0</property>
609 </widget>
610 <packing>
611 <property name="position">1</property>
612 </packing>
613 </child>
614 </widget>
615 <packing>
616 <property name="expand">False</property>
617 <property name="position">1</property>
618 </packing>
619 </child>
620 </widget>
621 <packing>
622 <property name="position">1</property>
623 </packing>
624 </child>
625 <child>
626 <widget class="GtkLabel" id="">
627 <property name="visible">True</property>
628 <property name="label" translatable="yes">Properties</property>
629 </widget>
630 <packing>
631 <property name="type">tab</property>
632 <property name="position">1</property>
633 <property name="tab_fill">False</property>
634 </packing>
635 </child>
636 <child>
637 <widget class="GtkVBox" id="vbox13">
638 <property name="visible">True</property>
639 <property name="border_width">8</property>
640 <property name="spacing">6</property>
641 <child>
642 <widget class="GtkScrolledWindow" id="scrolledwindow8">
643 <property name="height_request">100</property>
644 <property name="visible">True</property>
645 <property name="can_focus">False</property>
646 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
647 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
648 <property name="shadow_type">GTK_SHADOW_IN</property>
649 <child>
650 <widget class="GtkTreeView" id="go_signals">
651 <property name="visible">True</property>
652 </widget>
653 </child>
654 </widget>
655 </child>
656 <child>
657 <widget class="GtkHButtonBox" id="hbuttonbox8">
658 <property name="visible">True</property>
659 <property name="spacing">6</property>
660 <property name="layout_style">GTK_BUTTONBOX_END</property>
661 <child>
662 <widget class="GtkButton" id="go_signals_remove">
663 <property name="visible">True</property>
664 <property name="label">gtk-remove</property>
665 <property name="use_stock">True</property>
666 <property name="response_id">0</property>
667 </widget>
668 </child>
669 <child>
670 <widget class="GtkButton" id="go_signals_add">
671 <property name="visible">True</property>
672 <property name="label">gtk-add</property>
673 <property name="use_stock">True</property>
674 <property name="response_id">0</property>
675 </widget>
676 <packing>
677 <property name="position">1</property>
678 </packing>
679 </child>
680 </widget>
681 <packing>
682 <property name="expand">False</property>
683 <property name="position">1</property>
684 </packing>
685 </child>
686 </widget>
687 <packing>
688 <property name="position">2</property>
689 </packing>
690 </child>
691 <child>
692 <widget class="GtkLabel" id="label54">
693 <property name="visible">True</property>
694 <property name="label" translatable="yes">Signals</property>
695 </widget>
696 <packing>
697 <property name="type">tab</property>
698 <property name="position">2</property>
699 <property name="tab_fill">False</property>
700 </packing>
701 </child>
702 </widget>
703 </child>
704 </widget>
705 </child>
706 <child>
707 <widget class="GtkLabel" id="label37">
708 <property name="visible">True</property>
709 <property name="label" translatable="yes">&lt;b&gt;Class Elements&lt;/b&gt;</property>
710 <property name="use_markup">True</property>
711 </widget>
712 <packing>
713 <property name="type">label_item</property>
714 </packing>
715 </child>
716 </widget>
717 <packing>
718 <property name="position">1</property>
719 </packing>
720 </child>
721 </widget>
722 <packing>
723 <property name="position">1</property>
724 </packing>
725 </child>
726 <child>
727 <widget class="GtkLabel" id="label3">
728 <property name="visible">True</property>
729 <property name="label" translatable="yes">GObject Class </property>
730 </widget>
731 <packing>
732 <property name="type">tab</property>
733 <property name="position">1</property>
734 <property name="tab_fill">False</property>
735 </packing>
736 </child>
737 </widget>
738 </child>
739 <child>
740 <widget class="GtkTable" id="table1">
741 <property name="visible">True</property>
742 <property name="n_rows">4</property>
743 <property name="n_columns">4</property>
744 <property name="column_spacing">5</property>
745 <property name="row_spacing">5</property>
746 <child>
747 <widget class="GtkEntry" id="author_email">
748 <property name="visible">True</property>
749 <property name="activates_default">True</property>
750 </widget>
751 <packing>
752 <property name="left_attach">3</property>
753 <property name="right_attach">4</property>
754 <property name="top_attach">2</property>
755 <property name="bottom_attach">3</property>
756 <property name="y_options">GTK_FILL</property>
757 </packing>
758 </child>
759 <child>
760 <widget class="GtkLabel" id="label14">
761 <property name="visible">True</property>
762 <property name="xalign">1</property>
763 <property name="label" translatable="yes">Author Email:</property>
764 </widget>
765 <packing>
766 <property name="left_attach">2</property>
767 <property name="right_attach">3</property>
768 <property name="top_attach">2</property>
769 <property name="bottom_attach">3</property>
770 <property name="x_options">GTK_FILL</property>
771 <property name="y_options">GTK_FILL</property>
772 </packing>
773 </child>
774 <child>
775 <widget class="GtkEntry" id="author_name">
776 <property name="visible">True</property>
777 <property name="activates_default">True</property>
778 </widget>
779 <packing>
780 <property name="left_attach">1</property>
781 <property name="right_attach">2</property>
782 <property name="top_attach">2</property>
783 <property name="bottom_attach">3</property>
784 <property name="y_options">GTK_FILL</property>
785 </packing>
786 </child>
787 <child>
788 <widget class="GtkLabel" id="label12">
789 <property name="visible">True</property>
790 <property name="xalign">1</property>
791 <property name="label" translatable="yes">Author Name:</property>
792 </widget>
793 <packing>
794 <property name="top_attach">2</property>
795 <property name="bottom_attach">3</property>
796 <property name="x_options">GTK_FILL</property>
797 <property name="y_options">GTK_FILL</property>
798 </packing>
799 </child>
800 <child>
801 <widget class="GtkComboBox" id="license">
802 <property name="visible">True</property>
803 <property name="items" translatable="yes">General Public License (GPL)
804 Lesser General Public License (LGPL)
805 No License</property>
806 </widget>
807 <packing>
808 <property name="left_attach">1</property>
809 <property name="right_attach">4</property>
810 <property name="top_attach">3</property>
811 <property name="bottom_attach">4</property>
812 <property name="y_options">GTK_FILL</property>
813 </packing>
814 </child>
815 <child>
816 <widget class="GtkLabel" id="label8">
817 <property name="visible">True</property>
818 <property name="xalign">1</property>
819 <property name="label" translatable="yes">License:</property>
820 </widget>
821 <packing>
822 <property name="top_attach">3</property>
823 <property name="bottom_attach">4</property>
824 <property name="x_options">GTK_FILL</property>
825 <property name="y_options">GTK_FILL</property>
826 </packing>
827 </child>
828 <child>
829 <widget class="GtkLabel" id="label1">
830 <property name="visible">True</property>
831 <property name="xalign">1</property>
832 <property name="label" translatable="yes">Header File:</property>
833 </widget>
834 <packing>
835 <property name="x_options">GTK_FILL</property>
836 <property name="y_options">GTK_FILL</property>
837 </packing>
838 </child>
839 <child>
840 <widget class="GtkHBox" id="hbox2">
841 <property name="visible">True</property>
842 <property name="spacing">4</property>
843 <child>
844 <widget class="GtkEntry" id="header_file">
845 <property name="visible">True</property>
846 <property name="activates_default">True</property>
847 </widget>
848 </child>
849 </widget>
850 <packing>
851 <property name="left_attach">1</property>
852 <property name="right_attach">4</property>
853 <property name="y_options">GTK_FILL</property>
854 </packing>
855 </child>
856 <child>
857 <widget class="GtkLabel" id="label6">
858 <property name="visible">True</property>
859 <property name="xalign">1</property>
860 <property name="label" translatable="yes">Source File:</property>
861 </widget>
862 <packing>
863 <property name="top_attach">1</property>
864 <property name="bottom_attach">2</property>
865 <property name="x_options">GTK_FILL</property>
866 <property name="y_options">GTK_FILL</property>
867 </packing>
868 </child>
869 <child>
870 <widget class="GtkHBox" id="hbox6">
871 <property name="visible">True</property>
872 <property name="spacing">4</property>
873 <child>
874 <widget class="GtkEntry" id="source_file">
875 <property name="visible">True</property>
876 <property name="activates_default">True</property>
877 </widget>
878 </child>
879 </widget>
880 <packing>
881 <property name="left_attach">1</property>
882 <property name="right_attach">4</property>
883 <property name="top_attach">1</property>
884 <property name="bottom_attach">2</property>
885 <property name="y_options">GTK_FILL</property>
886 </packing>
887 </child>
888 </widget>
889 <packing>
890 <property name="expand">False</property>
891 <property name="position">1</property>
892 </packing>
893 </child>
894 <child>
895 <widget class="GtkHBox" id="hbox1">
896 <property name="visible">True</property>
897 <property name="spacing">12</property>
898 <child>
899 <widget class="GtkCheckButton" id="add_project">
900 <property name="visible">True</property>
901 <property name="label" translatable="yes">Add to Project</property>
902 <property name="response_id">0</property>
903 <property name="active">True</property>
904 <property name="draw_indicator">True</property>
905 </widget>
906 </child>
907 <child>
908 <widget class="GtkCheckButton" id="add_repository">
909 <property name="visible">True</property>
910 <property name="label" translatable="yes">Add to Repository</property>
911 <property name="response_id">0</property>
912 <property name="draw_indicator">True</property>
913 </widget>
914 <packing>
915 <property name="position">1</property>
916 </packing>
917 </child>
918 </widget>
919 <packing>
920 <property name="expand">False</property>
921 <property name="position">2</property>
922 </packing>
923 </child>
924 </widget>
925 <packing>
926 <property name="position">1</property>
927 </packing>
928 </child>
929 <child internal-child="action_area">
930 <widget class="GtkHButtonBox" id="dialog-action_area3">
931 <property name="visible">True</property>
932 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
933 <property name="layout_style">GTK_BUTTONBOX_END</property>
934 <child>
935 <widget class="GtkButton" id="cancel_button">
936 <property name="visible">True</property>
937 <property name="can_default">True</property>
938 <property name="label">gtk-cancel</property>
939 <property name="use_stock">True</property>
940 <property name="response_id">-6</property>
941 </widget>
942 </child>
943 <child>
944 <widget class="GtkButton" id="create_button">
945 <property name="visible">True</property>
946 <property name="can_default">True</property>
947 <property name="has_default">True</property>
948 <property name="response_id">-3</property>
949 <child>
950 <widget class="GtkHBox" id="hbox3">
951 <property name="visible">True</property>
952 <child>
953 <widget class="GtkImage" id="image1">
954 <property name="visible">True</property>
955 <property name="stock">gtk-save</property>
956 </widget>
957 </child>
958 <child>
959 <widget class="GtkLabel" id="label4">
960 <property name="visible">True</property>
961 <property name="label" translatable="yes">Create</property>
962 </widget>
963 <packing>
964 <property name="position">1</property>
965 </packing>
966 </child>
967 </widget>
968 </child>
969 </widget>
970 <packing>
971 <property name="position">1</property>
972 </packing>
973 </child>
974 </widget>
975 <packing>
976 <property name="expand">False</property>
977 <property name="pack_type">GTK_PACK_END</property>
978 </packing>
979 </child>
980 </widget>
981 </child>
982 </widget>
983 </glade-interface>