aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_publish_tab.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_publish_tab.glade')
-rw-r--r--contrib/gnunet_fs_gtk_publish_tab.glade109
1 files changed, 58 insertions, 51 deletions
diff --git a/contrib/gnunet_fs_gtk_publish_tab.glade b/contrib/gnunet_fs_gtk_publish_tab.glade
index 4ef49c98..94f3d812 100644
--- a/contrib/gnunet_fs_gtk_publish_tab.glade
+++ b/contrib/gnunet_fs_gtk_publish_tab.glade
@@ -1,70 +1,89 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
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 <object class="GtkTreeStore" id="_publish_frame_tree_store">
5 <columns>
6 <!-- column-name filename -->
7 <column type="gchararray"/>
8 <!-- column-name filesize -->
9 <column type="gchararray"/>
10 <!-- column-name bgcolour -->
11 <column type="gchararray"/>
12 <!-- column-name progress -->
13 <column type="guint"/>
14 <!-- column-name ent -->
15 <column type="gpointer"/>
16 <!-- column-name result_string -->
17 <column type="gchararray"/>
18 </columns>
19 </object>
5 <object class="GtkWindow" id="_publish_frame_window"> 20 <object class="GtkWindow" id="_publish_frame_window">
21 <property name="can_focus">False</property>
6 <property name="title">You should never see this</property> 22 <property name="title">You should never see this</property>
7
8 <child>
9 <object class="GtkScrolledWindow" id="_publish_frame_scrolled_window">
10 <property name="height_request">100</property>
11 <property name="visible">True</property>
12 <property name="can_focus">True</property>
13 <property name="hscrollbar_policy">automatic</property>
14 <property name="vscrollbar_policy">automatic</property>
15
16 <child> 23 <child>
17 <object class="GtkTreeView" id="_publish_frame"> 24 <object class="GtkScrolledWindow" id="_publish_frame_scrolled_window">
25 <property name="height_request">100</property>
18 <property name="visible">True</property> 26 <property name="visible">True</property>
19 <property name="can_focus">True</property> 27 <property name="can_focus">True</property>
20 <property name="model">_publish_frame_tree_store</property>
21 <property name="reorderable">True</property>
22 <property name="enable_tree_lines">True</property>
23 <child> 28 <child>
24 <object class="GtkTreeViewColumn" id="filename"> 29 <object class="GtkTreeView" id="_publish_frame">
25 <property name="sizing">autosize</property> 30 <property name="visible">True</property>
26 <property name="title" translatable="yes">Filename</property> 31 <property name="can_focus">True</property>
27 <property name="expand">True</property> 32 <property name="model">_publish_frame_tree_store</property>
33 <property name="reorderable">True</property>
34 <property name="enable_tree_lines">True</property>
35 <child internal-child="selection">
36 <object class="GtkTreeSelection" id="treeview-selection1"/>
37 </child>
28 <child> 38 <child>
29 <object class="GtkCellRendererProgress" id="filename_renderer"/> 39 <object class="GtkTreeViewColumn" id="filename">
30 <attributes> 40 <property name="sizing">autosize</property>
31 <attribute name="cell-background">2</attribute> 41 <property name="title" translatable="yes">Filename</property>
32 <attribute name="text">0</attribute> 42 <property name="expand">True</property>
33 <attribute name="value">3</attribute> 43 <child>
34 </attributes> 44 <object class="GtkCellRendererProgress" id="filename_renderer"/>
45 <attributes>
46 <attribute name="cell-background">2</attribute>
47 <attribute name="text">0</attribute>
48 <attribute name="value">3</attribute>
49 </attributes>
50 </child>
51 </object>
35 </child> 52 </child>
36 </object>
37 </child>
38 <child>
39 <object class="GtkTreeViewColumn" id="filesize">
40 <property name="sizing">autosize</property>
41 <property name="title" translatable="yes">Size</property>
42 <child> 53 <child>
43 <object class="GtkCellRendererText" id="size_renderer"/> 54 <object class="GtkTreeViewColumn" id="filesize">
44 <attributes> 55 <property name="sizing">autosize</property>
45 <attribute name="background">2</attribute> 56 <property name="title" translatable="yes">Size</property>
46 <attribute name="text">1</attribute> 57 <child>
47 </attributes> 58 <object class="GtkCellRendererText" id="size_renderer"/>
59 <attributes>
60 <attribute name="background">2</attribute>
61 <attribute name="text">1</attribute>
62 </attributes>
63 </child>
64 </object>
48 </child> 65 </child>
49 </object> 66 </object>
50 </child> 67 </child>
51 </object> 68 </object>
52 </child> 69 </child>
53 </object> 70 </object>
54 </child>
55 </object>
56 <object class="GtkWindow" id="_publish_label_window"> 71 <object class="GtkWindow" id="_publish_label_window">
72 <property name="can_focus">False</property>
57 <child> 73 <child>
58 <object class="GtkHBox" id="_publish_label_hbox"> 74 <object class="GtkHBox" id="_publish_label_hbox">
59 <property name="visible">True</property> 75 <property name="visible">True</property>
76 <property name="can_focus">False</property>
60 <property name="border_width">5</property> 77 <property name="border_width">5</property>
61 <child> 78 <child>
62 <object class="GtkLabel" id="_publish_label_window_label"> 79 <object class="GtkLabel" id="_publish_label_window_label">
63 <property name="height_request">30</property> 80 <property name="height_request">30</property>
64 <property name="visible">True</property> 81 <property name="visible">True</property>
82 <property name="can_focus">False</property>
65 <property name="label" translatable="yes">Publishing</property> 83 <property name="label" translatable="yes">Publishing</property>
66 </object> 84 </object>
67 <packing> 85 <packing>
86 <property name="expand">True</property>
68 <property name="fill">False</property> 87 <property name="fill">False</property>
69 <property name="padding">5</property> 88 <property name="padding">5</property>
70 <property name="position">0</property> 89 <property name="position">0</property>
@@ -72,6 +91,7 @@
72 </child> 91 </child>
73 <child> 92 <child>
74 <object class="GtkButton" id="_publish_label_close_button"> 93 <object class="GtkButton" id="_publish_label_close_button">
94 <property name="use_action_appearance">False</property>
75 <property name="visible">True</property> 95 <property name="visible">True</property>
76 <property name="can_focus">True</property> 96 <property name="can_focus">True</property>
77 <property name="receives_default">True</property> 97 <property name="receives_default">True</property>
@@ -80,6 +100,7 @@
80 <child> 100 <child>
81 <object class="GtkImage" id="close_icon_stock_image"> 101 <object class="GtkImage" id="close_icon_stock_image">
82 <property name="visible">True</property> 102 <property name="visible">True</property>
103 <property name="can_focus">False</property>
83 <property name="stock">gtk-close</property> 104 <property name="stock">gtk-close</property>
84 <property name="icon-size">2</property> 105 <property name="icon-size">2</property>
85 </object> 106 </object>
@@ -94,18 +115,4 @@
94 </object> 115 </object>
95 </child> 116 </child>
96 </object> 117 </object>
97 <object class="GtkTreeStore" id="_publish_frame_tree_store">
98 <columns>
99 <!-- column-name filename -->
100 <column type="gchararray"/>
101 <!-- column-name filesize -->
102 <column type="gchararray"/>
103 <!-- column-name bgcolour -->
104 <column type="gchararray"/>
105 <!-- column-name progress -->
106 <column type="guint"/>
107 <!-- column-name ent -->
108 <column type="gpointer"/>
109 </columns>
110 </object>
111</interface> 118</interface>