diff options
Diffstat (limited to 'contrib/gnunet_fs_gtk_publish_tab.glade')
-rw-r--r-- | contrib/gnunet_fs_gtk_publish_tab.glade | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/contrib/gnunet_fs_gtk_publish_tab.glade b/contrib/gnunet_fs_gtk_publish_tab.glade index 94f3d812..30e3f782 100644 --- a/contrib/gnunet_fs_gtk_publish_tab.glade +++ b/contrib/gnunet_fs_gtk_publish_tab.glade | |||
@@ -1,6 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0"?> |
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 | <object class="GtkTreeStore" id="_publish_frame_tree_store"> | 5 | <object class="GtkTreeStore" id="_publish_frame_tree_store"> |
5 | <columns> | 6 | <columns> |
6 | <!-- column-name filename --> | 7 | <!-- column-name filename --> |
@@ -18,7 +19,6 @@ | |||
18 | </columns> | 19 | </columns> |
19 | </object> | 20 | </object> |
20 | <object class="GtkWindow" id="_publish_frame_window"> | 21 | <object class="GtkWindow" id="_publish_frame_window"> |
21 | <property name="can_focus">False</property> | ||
22 | <property name="title">You should never see this</property> | 22 | <property name="title">You should never see this</property> |
23 | <child> | 23 | <child> |
24 | <object class="GtkScrolledWindow" id="_publish_frame_scrolled_window"> | 24 | <object class="GtkScrolledWindow" id="_publish_frame_scrolled_window"> |
@@ -32,13 +32,10 @@ | |||
32 | <property name="model">_publish_frame_tree_store</property> | 32 | <property name="model">_publish_frame_tree_store</property> |
33 | <property name="reorderable">True</property> | 33 | <property name="reorderable">True</property> |
34 | <property name="enable_tree_lines">True</property> | 34 | <property name="enable_tree_lines">True</property> |
35 | <child internal-child="selection"> | ||
36 | <object class="GtkTreeSelection" id="treeview-selection1"/> | ||
37 | </child> | ||
38 | <child> | 35 | <child> |
39 | <object class="GtkTreeViewColumn" id="filename"> | 36 | <object class="GtkTreeViewColumn" id="filename"> |
40 | <property name="sizing">autosize</property> | 37 | <property name="sizing">autosize</property> |
41 | <property name="title" translatable="yes">Filename</property> | 38 | <property name="title">Filename</property> |
42 | <property name="expand">True</property> | 39 | <property name="expand">True</property> |
43 | <child> | 40 | <child> |
44 | <object class="GtkCellRendererProgress" id="filename_renderer"/> | 41 | <object class="GtkCellRendererProgress" id="filename_renderer"/> |
@@ -53,7 +50,7 @@ | |||
53 | <child> | 50 | <child> |
54 | <object class="GtkTreeViewColumn" id="filesize"> | 51 | <object class="GtkTreeViewColumn" id="filesize"> |
55 | <property name="sizing">autosize</property> | 52 | <property name="sizing">autosize</property> |
56 | <property name="title" translatable="yes">Size</property> | 53 | <property name="title">Size</property> |
57 | <child> | 54 | <child> |
58 | <object class="GtkCellRendererText" id="size_renderer"/> | 55 | <object class="GtkCellRendererText" id="size_renderer"/> |
59 | <attributes> | 56 | <attributes> |
@@ -69,21 +66,17 @@ | |||
69 | </child> | 66 | </child> |
70 | </object> | 67 | </object> |
71 | <object class="GtkWindow" id="_publish_label_window"> | 68 | <object class="GtkWindow" id="_publish_label_window"> |
72 | <property name="can_focus">False</property> | ||
73 | <child> | 69 | <child> |
74 | <object class="GtkHBox" id="_publish_label_hbox"> | 70 | <object class="GtkHBox" id="_publish_label_hbox"> |
75 | <property name="visible">True</property> | 71 | <property name="visible">True</property> |
76 | <property name="can_focus">False</property> | ||
77 | <property name="border_width">5</property> | 72 | <property name="border_width">5</property> |
78 | <child> | 73 | <child> |
79 | <object class="GtkLabel" id="_publish_label_window_label"> | 74 | <object class="GtkLabel" id="_publish_label_window_label"> |
80 | <property name="height_request">30</property> | 75 | <property name="height_request">30</property> |
81 | <property name="visible">True</property> | 76 | <property name="visible">True</property> |
82 | <property name="can_focus">False</property> | ||
83 | <property name="label" translatable="yes">Publishing</property> | 77 | <property name="label" translatable="yes">Publishing</property> |
84 | </object> | 78 | </object> |
85 | <packing> | 79 | <packing> |
86 | <property name="expand">True</property> | ||
87 | <property name="fill">False</property> | 80 | <property name="fill">False</property> |
88 | <property name="padding">5</property> | 81 | <property name="padding">5</property> |
89 | <property name="position">0</property> | 82 | <property name="position">0</property> |
@@ -91,16 +84,14 @@ | |||
91 | </child> | 84 | </child> |
92 | <child> | 85 | <child> |
93 | <object class="GtkButton" id="_publish_label_close_button"> | 86 | <object class="GtkButton" id="_publish_label_close_button"> |
94 | <property name="use_action_appearance">False</property> | ||
95 | <property name="visible">True</property> | 87 | <property name="visible">True</property> |
96 | <property name="can_focus">True</property> | 88 | <property name="can_focus">True</property> |
97 | <property name="receives_default">True</property> | 89 | <property name="receives_default">True</property> |
98 | <property name="use_action_appearance">False</property> | ||
99 | <property name="relief">half</property> | 90 | <property name="relief">half</property> |
91 | <signal name="clicked" handler="GNUNET_FS_GTK_publish_label_close_button_clicked"/> | ||
100 | <child> | 92 | <child> |
101 | <object class="GtkImage" id="close_icon_stock_image"> | 93 | <object class="GtkImage" id="close_icon_stock_image"> |
102 | <property name="visible">True</property> | 94 | <property name="visible">True</property> |
103 | <property name="can_focus">False</property> | ||
104 | <property name="stock">gtk-close</property> | 95 | <property name="stock">gtk-close</property> |
105 | <property name="icon-size">2</property> | 96 | <property name="icon-size">2</property> |
106 | </object> | 97 | </object> |