aboutsummaryrefslogtreecommitdiff
path: root/contrib/publish_tab.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-20 09:16:15 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-20 09:16:15 +0000
commit494e087b75d87787204df140cabf107dc277e425 (patch)
treeb978f06a0243b223692e2c810282120939ca7a0d /contrib/publish_tab.glade
parentbb48bc3643b130383cf36b396722013f334792c3 (diff)
downloadgnunet-gtk-494e087b75d87787204df140cabf107dc277e425.tar.gz
gnunet-gtk-494e087b75d87787204df140cabf107dc277e425.zip
designing publish tab
Diffstat (limited to 'contrib/publish_tab.glade')
-rw-r--r--contrib/publish_tab.glade98
1 files changed, 98 insertions, 0 deletions
diff --git a/contrib/publish_tab.glade b/contrib/publish_tab.glade
new file mode 100644
index 00000000..010ac0a4
--- /dev/null
+++ b/contrib/publish_tab.glade
@@ -0,0 +1,98 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkTreeStore" id="_publish_frame_tree_store">
6 <columns>
7 <!-- column-name filename -->
8 <column type="gchararray"/>
9 <!-- column-name filesize -->
10 <column type="gchararray"/>
11 <!-- column-name bgcolour -->
12 <column type="gchararray"/>
13 <!-- column-name progress -->
14 <column type="guint"/>
15 </columns>
16 </object>
17 <object class="GtkWindow" id="_publish_label_window">
18 <child>
19 <object class="GtkHBox" id="_publish_label_hbox">
20 <property name="visible">True</property>
21 <property name="border_width">5</property>
22 <child>
23 <object class="GtkLabel" id="_publish_label_window_label">
24 <property name="height_request">30</property>
25 <property name="visible">True</property>
26 <property name="label" translatable="yes">filename</property>
27 </object>
28 <packing>
29 <property name="fill">False</property>
30 <property name="padding">5</property>
31 <property name="position">0</property>
32 </packing>
33 </child>
34 <child>
35 <object class="GtkButton" id="_publish_label_close_button">
36 <property name="visible">True</property>
37 <property name="can_focus">True</property>
38 <property name="receives_default">True</property>
39 <property name="use_action_appearance">False</property>
40 <property name="relief">half</property>
41 <child>
42 <object class="GtkImage" id="close_icon_stock_image">
43 <property name="visible">True</property>
44 <property name="stock">gtk-close</property>
45 <property name="icon-size">2</property>
46 </object>
47 </child>
48 </object>
49 <packing>
50 <property name="expand">False</property>
51 <property name="fill">False</property>
52 <property name="position">1</property>
53 </packing>
54 </child>
55 </object>
56 </child>
57 </object>
58 <object class="GtkWindow" id="_publish_frame_window">
59 <property name="title">You should never see this</property>
60 <child>
61 <object class="GtkTreeView" id="_publish_frame">
62 <property name="visible">True</property>
63 <property name="can_focus">True</property>
64 <property name="model">_publish_frame_tree_store</property>
65 <property name="reorderable">True</property>
66 <property name="enable_tree_lines">True</property>
67 <child>
68 <object class="GtkTreeViewColumn" id="filename">
69 <property name="sizing">autosize</property>
70 <property name="title" translatable="yes">Filename</property>
71 <property name="expand">True</property>
72 <child>
73 <object class="GtkCellRendererProgress" id="filename_renderer"/>
74 <attributes>
75 <attribute name="cell-background-gdk">2</attribute>
76 <attribute name="text">0</attribute>
77 <attribute name="value">3</attribute>
78 </attributes>
79 </child>
80 </object>
81 </child>
82 <child>
83 <object class="GtkTreeViewColumn" id="filesize">
84 <property name="sizing">autosize</property>
85 <property name="title" translatable="yes">Size</property>
86 <child>
87 <object class="GtkCellRendererText" id="size_renderer"/>
88 <attributes>
89 <attribute name="background-gdk">2</attribute>
90 <attribute name="text">1</attribute>
91 </attributes>
92 </child>
93 </object>
94 </child>
95 </object>
96 </child>
97 </object>
98</interface>