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.glade28
1 files changed, 23 insertions, 5 deletions
diff --git a/contrib/gnunet_fs_gtk_publish_tab.glade b/contrib/gnunet_fs_gtk_publish_tab.glade
index 480663a4..cb59bab2 100644
--- a/contrib/gnunet_fs_gtk_publish_tab.glade
+++ b/contrib/gnunet_fs_gtk_publish_tab.glade
@@ -1,4 +1,4 @@
1<?xml version="1.0"?> 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 toplevel-contextual --> 4 <!-- interface-naming-policy toplevel-contextual -->
@@ -21,6 +21,7 @@
21 </columns> 21 </columns>
22 </object> 22 </object>
23 <object class="GtkWindow" id="_publish_frame_window"> 23 <object class="GtkWindow" id="_publish_frame_window">
24 <property name="can_focus">False</property>
24 <property name="title">You should never see this</property> 25 <property name="title">You should never see this</property>
25 <child> 26 <child>
26 <object class="GtkScrolledWindow" id="_publish_frame_scrolled_window"> 27 <object class="GtkScrolledWindow" id="_publish_frame_scrolled_window">
@@ -28,13 +29,13 @@
28 <property name="visible">True</property> 29 <property name="visible">True</property>
29 <property name="can_focus">True</property> 30 <property name="can_focus">True</property>
30 <child> 31 <child>
31 <object class="GtkTreeView" id="_publish_frame"> 32 <object class="GtkTreeView" id="_publish_tree_view">
32 <property name="visible">True</property> 33 <property name="visible">True</property>
33 <property name="can_focus">True</property> 34 <property name="can_focus">True</property>
34 <property name="model">_publish_frame_tree_store</property> 35 <property name="model">_publish_frame_tree_store</property>
35 <property name="enable_tree_lines">True</property> 36 <property name="enable_tree_lines">True</property>
36 <signal name="button_press_event" handler="GNUNET_FS_GTK_publish_treeview_button_press_event"/> 37 <signal name="button-press-event" handler="GNUNET_FS_GTK_publish_treeview_button_press_event" swapped="no"/>
37 <signal name="popup_menu" handler="GNUNET_FS_GTK_publish_treeview_popup_menu"/> 38 <signal name="popup-menu" handler="GNUNET_FS_GTK_publish_treeview_popup_menu" swapped="no"/>
38 <child> 39 <child>
39 <object class="GtkTreeViewColumn" id="filename"> 40 <object class="GtkTreeViewColumn" id="filename">
40 <property name="sizing">autosize</property> 41 <property name="sizing">autosize</property>
@@ -62,6 +63,17 @@
62 </object> 63 </object>
63 </child> 64 </child>
64 <child> 65 <child>
66 <object class="GtkTreeViewColumn" id="_publish_animated_icon">
67 <property name="title" translatable="yes">Status</property>
68 <child>
69 <object class="GtkCellRendererPixbuf" id="_publish_animated_icon_renderer"/>
70 <attributes>
71 <attribute name="pixbuf">6</attribute>
72 </attributes>
73 </child>
74 </object>
75 </child>
76 <child>
65 <object class="GtkTreeViewColumn" id="filesize"> 77 <object class="GtkTreeViewColumn" id="filesize">
66 <property name="sizing">autosize</property> 78 <property name="sizing">autosize</property>
67 <property name="title">Size</property> 79 <property name="title">Size</property>
@@ -81,17 +93,21 @@
81 </child> 93 </child>
82 </object> 94 </object>
83 <object class="GtkWindow" id="_publish_label_window"> 95 <object class="GtkWindow" id="_publish_label_window">
96 <property name="can_focus">False</property>
84 <child> 97 <child>
85 <object class="GtkHBox" id="_publish_label_hbox"> 98 <object class="GtkHBox" id="_publish_label_hbox">
86 <property name="visible">True</property> 99 <property name="visible">True</property>
100 <property name="can_focus">False</property>
87 <property name="border_width">5</property> 101 <property name="border_width">5</property>
88 <child> 102 <child>
89 <object class="GtkLabel" id="_publish_label_window_label"> 103 <object class="GtkLabel" id="_publish_label_window_label">
90 <property name="height_request">30</property> 104 <property name="height_request">30</property>
91 <property name="visible">True</property> 105 <property name="visible">True</property>
106 <property name="can_focus">False</property>
92 <property name="label" translatable="yes">Publishing</property> 107 <property name="label" translatable="yes">Publishing</property>
93 </object> 108 </object>
94 <packing> 109 <packing>
110 <property name="expand">True</property>
95 <property name="fill">False</property> 111 <property name="fill">False</property>
96 <property name="padding">5</property> 112 <property name="padding">5</property>
97 <property name="position">0</property> 113 <property name="position">0</property>
@@ -99,14 +115,16 @@
99 </child> 115 </child>
100 <child> 116 <child>
101 <object class="GtkButton" id="_publish_label_close_button"> 117 <object class="GtkButton" id="_publish_label_close_button">
118 <property name="use_action_appearance">False</property>
102 <property name="visible">True</property> 119 <property name="visible">True</property>
103 <property name="can_focus">True</property> 120 <property name="can_focus">True</property>
104 <property name="receives_default">True</property> 121 <property name="receives_default">True</property>
105 <property name="relief">half</property> 122 <property name="relief">half</property>
106 <signal name="clicked" handler="GNUNET_FS_GTK_publish_label_close_button_clicked"/> 123 <signal name="clicked" handler="GNUNET_FS_GTK_publish_label_close_button_clicked" swapped="no"/>
107 <child> 124 <child>
108 <object class="GtkImage" id="close_icon_stock_image"> 125 <object class="GtkImage" id="close_icon_stock_image">
109 <property name="visible">True</property> 126 <property name="visible">True</property>
127 <property name="can_focus">False</property>
110 <property name="stock">gtk-close</property> 128 <property name="stock">gtk-close</property>
111 <property name="icon-size">2</property> 129 <property name="icon-size">2</property>
112 </object> 130 </object>