diff options
Diffstat (limited to 'contrib/gnunet_gns_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_gns_gtk_main_window.glade | 107 |
1 files changed, 55 insertions, 52 deletions
diff --git a/contrib/gnunet_gns_gtk_main_window.glade b/contrib/gnunet_gns_gtk_main_window.glade index 2ce2dc29..079c9966 100644 --- a/contrib/gnunet_gns_gtk_main_window.glade +++ b/contrib/gnunet_gns_gtk_main_window.glade | |||
@@ -2,56 +2,6 @@ | |||
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> | ||
55 | <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window"> | 5 | <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window"> |
56 | <property name="can_focus">False</property> | 6 | <property name="can_focus">False</property> |
57 | <property name="default_height">500</property> | 7 | <property name="default_height">500</property> |
@@ -312,8 +262,8 @@ | |||
312 | </child> | 262 | </child> |
313 | <child> | 263 | <child> |
314 | <object class="GtkTreeViewColumn" id="GNUNET_GNS_GTK_type_treeviewcolumn"> | 264 | <object class="GtkTreeViewColumn" id="GNUNET_GNS_GTK_type_treeviewcolumn"> |
315 | <property name="sizing">fixed</property> | 265 | <property name="sizing">autosize</property> |
316 | <property name="fixed_width">59</property> | 266 | <property name="fixed_width">90</property> |
317 | <property name="title">Type</property> | 267 | <property name="title">Type</property> |
318 | <property name="clickable">True</property> | 268 | <property name="clickable">True</property> |
319 | <property name="reorderable">True</property> | 269 | <property name="reorderable">True</property> |
@@ -327,6 +277,7 @@ | |||
327 | <signal name="changed" handler="GNUNET_GNS_GTK_type_cellrenderercombo_changed_cb" swapped="no"/> | 277 | <signal name="changed" handler="GNUNET_GNS_GTK_type_cellrenderercombo_changed_cb" swapped="no"/> |
328 | </object> | 278 | </object> |
329 | <attributes> | 279 | <attributes> |
280 | <attribute name="visible">11</attribute> | ||
330 | <attribute name="text">3</attribute> | 281 | <attribute name="text">3</attribute> |
331 | </attributes> | 282 | </attributes> |
332 | </child> | 283 | </child> |
@@ -405,6 +356,58 @@ | |||
405 | <column type="gboolean"/> | 356 | <column type="gboolean"/> |
406 | <!-- column-name name_is_row --> | 357 | <!-- column-name name_is_row --> |
407 | <column type="gboolean"/> | 358 | <column type="gboolean"/> |
359 | <!-- column-name not_dummy_row --> | ||
360 | <column type="gboolean"/> | ||
408 | </columns> | 361 | </columns> |
409 | </object> | 362 | </object> |
363 | <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore"> | ||
364 | <columns> | ||
365 | <!-- column-name type --> | ||
366 | <column type="guint"/> | ||
367 | <!-- column-name typename --> | ||
368 | <column type="gchararray"/> | ||
369 | </columns> | ||
370 | <data> | ||
371 | <row> | ||
372 | <col id="0">1</col> | ||
373 | <col id="1" translatable="yes">A</col> | ||
374 | </row> | ||
375 | <row> | ||
376 | <col id="0">2</col> | ||
377 | <col id="1" translatable="yes">NS</col> | ||
378 | </row> | ||
379 | <row> | ||
380 | <col id="0">5</col> | ||
381 | <col id="1" translatable="yes">CNAME</col> | ||
382 | </row> | ||
383 | <row> | ||
384 | <col id="0">6</col> | ||
385 | <col id="1" translatable="yes">SOA</col> | ||
386 | </row> | ||
387 | <row> | ||
388 | <col id="0">12</col> | ||
389 | <col id="1" translatable="yes">PTR</col> | ||
390 | </row> | ||
391 | <row> | ||
392 | <col id="0">15</col> | ||
393 | <col id="1" translatable="yes">MX</col> | ||
394 | </row> | ||
395 | <row> | ||
396 | <col id="0">16</col> | ||
397 | <col id="1" translatable="yes">TXT</col> | ||
398 | </row> | ||
399 | <row> | ||
400 | <col id="0">28</col> | ||
401 | <col id="1" translatable="yes">AAAA</col> | ||
402 | </row> | ||
403 | <row> | ||
404 | <col id="0">65536</col> | ||
405 | <col id="1" translatable="yes">PKEY</col> | ||
406 | </row> | ||
407 | <row> | ||
408 | <col id="0">65537</col> | ||
409 | <col id="1" translatable="yes">PSEU</col> | ||
410 | </row> | ||
411 | </data> | ||
412 | </object> | ||
410 | </interface> | 413 | </interface> |