aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_gns_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_gns_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_gns_gtk_main_window.glade102
1 files changed, 51 insertions, 51 deletions
diff --git a/contrib/gnunet_gns_gtk_main_window.glade b/contrib/gnunet_gns_gtk_main_window.glade
index 165267c0..2ce2dc29 100644
--- a/contrib/gnunet_gns_gtk_main_window.glade
+++ b/contrib/gnunet_gns_gtk_main_window.glade
@@ -2,6 +2,56 @@
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide --> 4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore">
6 <columns>
7 <!-- column-name type -->
8 <column type="guint"/>
9 <!-- column-name typename -->
10 <column type="gchararray"/>
11 </columns>
12 <data>
13 <row>
14 <col id="0">1</col>
15 <col id="1" translatable="yes">A</col>
16 </row>
17 <row>
18 <col id="0">2</col>
19 <col id="1" translatable="yes">NS</col>
20 </row>
21 <row>
22 <col id="0">5</col>
23 <col id="1" translatable="yes">CNAME</col>
24 </row>
25 <row>
26 <col id="0">6</col>
27 <col id="1" translatable="yes">SOA</col>
28 </row>
29 <row>
30 <col id="0">12</col>
31 <col id="1" translatable="yes">PTR</col>
32 </row>
33 <row>
34 <col id="0">15</col>
35 <col id="1" translatable="yes">MX</col>
36 </row>
37 <row>
38 <col id="0">16</col>
39 <col id="1" translatable="yes">TXT</col>
40 </row>
41 <row>
42 <col id="0">28</col>
43 <col id="1" translatable="yes">AAAA</col>
44 </row>
45 <row>
46 <col id="0">65536</col>
47 <col id="1" translatable="yes">PKEY</col>
48 </row>
49 <row>
50 <col id="0">65537</col>
51 <col id="1" translatable="yes">PSEU</col>
52 </row>
53 </data>
54 </object>
5 <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window"> 55 <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window">
6 <property name="can_focus">False</property> 56 <property name="can_focus">False</property>
7 <property name="default_height">500</property> 57 <property name="default_height">500</property>
@@ -353,58 +403,8 @@
353 <column type="gchararray"/> 403 <column type="gchararray"/>
354 <!-- column-name name_is_editable --> 404 <!-- column-name name_is_editable -->
355 <column type="gboolean"/> 405 <column type="gboolean"/>
356 <!-- column-name name_row --> 406 <!-- column-name name_is_row -->
357 <column type="gboolean"/> 407 <column type="gboolean"/>
358 </columns> 408 </columns>
359 </object> 409 </object>
360 <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore">
361 <columns>
362 <!-- column-name type -->
363 <column type="guint"/>
364 <!-- column-name typename -->
365 <column type="gchararray"/>
366 </columns>
367 <data>
368 <row>
369 <col id="0">1</col>
370 <col id="1" translatable="yes">A</col>
371 </row>
372 <row>
373 <col id="0">2</col>
374 <col id="1" translatable="yes">NS</col>
375 </row>
376 <row>
377 <col id="0">5</col>
378 <col id="1" translatable="yes">CNAME</col>
379 </row>
380 <row>
381 <col id="0">6</col>
382 <col id="1" translatable="yes">SOA</col>
383 </row>
384 <row>
385 <col id="0">12</col>
386 <col id="1" translatable="yes">PTR</col>
387 </row>
388 <row>
389 <col id="0">15</col>
390 <col id="1" translatable="yes">MX</col>
391 </row>
392 <row>
393 <col id="0">16</col>
394 <col id="1" translatable="yes">TXT</col>
395 </row>
396 <row>
397 <col id="0">28</col>
398 <col id="1" translatable="yes">AAAA</col>
399 </row>
400 <row>
401 <col id="0">65536</col>
402 <col id="1" translatable="yes">PKEY</col>
403 </row>
404 <row>
405 <col id="0">65537</col>
406 <col id="1" translatable="yes">PSEU</col>
407 </row>
408 </data>
409 </object>
410</interface> 410</interface>