diff options
Diffstat (limited to 'contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade')
-rw-r--r-- | contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade | 120 |
1 files changed, 0 insertions, 120 deletions
diff --git a/contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade b/contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade deleted file mode 100644 index 898e9e5e..00000000 --- a/contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade +++ /dev/null | |||
@@ -1,120 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <interface> | ||
3 | <requires lib="gtk+" version="2.20"/> | ||
4 | <!-- interface-naming-policy toplevel-contextual --> | ||
5 | <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore"> | ||
6 | <columns> | ||
7 | <!-- column-name namespace_name --> | ||
8 | <column type="gchararray"/> | ||
9 | <!-- column-name namespace_handle --> | ||
10 | <column type="gpointer"/> | ||
11 | </columns> | ||
12 | </object> | ||
13 | <object class="GtkAdjustment" id="adjustment1"> | ||
14 | <property name="upper">100</property> | ||
15 | <property name="step_increment">1</property> | ||
16 | <property name="page_increment">10</property> | ||
17 | <property name="page_size">10</property> | ||
18 | </object> | ||
19 | <object class="GtkAdjustment" id="adjustment2"> | ||
20 | <property name="upper">100</property> | ||
21 | <property name="step_increment">1</property> | ||
22 | <property name="page_increment">10</property> | ||
23 | <property name="page_size">10</property> | ||
24 | </object> | ||
25 | <object class="GtkDialog" id="GNUNET_GTK_select_pseudonym_dialog"> | ||
26 | <property name="border_width">5</property> | ||
27 | <property name="title" translatable="yes">Select pseudonym...</property> | ||
28 | <property name="modal">True</property> | ||
29 | <property name="type_hint">normal</property> | ||
30 | <signal name="response" handler="GNUNET_GTK_select_pseudonym_dialog_response_cb"/> | ||
31 | <signal name="delete_event" handler="GNUNET_GTK_select_pseudonym_dialog_delete_event_cb"/> | ||
32 | <child internal-child="vbox"> | ||
33 | <object class="GtkVBox" id="GNUNET_GTK_select_pseudonym_dialog_vbox"> | ||
34 | <property name="visible">True</property> | ||
35 | <property name="orientation">vertical</property> | ||
36 | <property name="spacing">2</property> | ||
37 | <child> | ||
38 | <object class="GtkScrolledWindow" id="GNUNET_GTK_select_pseudonym_scrolledwindow"> | ||
39 | <property name="visible">True</property> | ||
40 | <property name="can_focus">True</property> | ||
41 | <property name="hadjustment">adjustment1</property> | ||
42 | <property name="vadjustment">adjustment2</property> | ||
43 | <child> | ||
44 | <object class="GtkTreeView" id="GNUNET_GTK_select_pseudonym_tree_view"> | ||
45 | <property name="visible">True</property> | ||
46 | <property name="can_focus">True</property> | ||
47 | <property name="model">GNUNET_GTK_select_pseudonym_liststore</property> | ||
48 | <property name="hadjustment">adjustment1</property> | ||
49 | <property name="vadjustment">adjustment2</property> | ||
50 | <child> | ||
51 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_select_pseudonym_tree_view_column"> | ||
52 | <property name="title">Name</property> | ||
53 | <property name="expand">True</property> | ||
54 | <property name="clickable">True</property> | ||
55 | <property name="reorderable">True</property> | ||
56 | <property name="sort_indicator">True</property> | ||
57 | <property name="sort_column_id">0</property> | ||
58 | <child> | ||
59 | <object class="GtkCellRendererText" id="GNUNET_GTK_select_pseudonym_name_renderer"/> | ||
60 | <attributes> | ||
61 | <attribute name="text">0</attribute> | ||
62 | </attributes> | ||
63 | </child> | ||
64 | </object> | ||
65 | </child> | ||
66 | </object> | ||
67 | </child> | ||
68 | </object> | ||
69 | <packing> | ||
70 | <property name="position">1</property> | ||
71 | </packing> | ||
72 | </child> | ||
73 | <child internal-child="action_area"> | ||
74 | <object class="GtkHButtonBox" id="GNUNET_GTK_select_pseudonym_dialog_action_area"> | ||
75 | <property name="visible">True</property> | ||
76 | <property name="layout_style">end</property> | ||
77 | <child> | ||
78 | <object class="GtkButton" id="GNUNET_GTK_select_pseudonym_cancel_button"> | ||
79 | <property name="label">gtk-cancel</property> | ||
80 | <property name="visible">True</property> | ||
81 | <property name="can_focus">True</property> | ||
82 | <property name="receives_default">True</property> | ||
83 | <property name="use_stock">True</property> | ||
84 | </object> | ||
85 | <packing> | ||
86 | <property name="expand">False</property> | ||
87 | <property name="fill">False</property> | ||
88 | <property name="position">0</property> | ||
89 | </packing> | ||
90 | </child> | ||
91 | <child> | ||
92 | <object class="GtkButton" id="GNUNET_GTK_select_pseudonym_ok_button"> | ||
93 | <property name="label">gtk-ok</property> | ||
94 | <property name="visible">True</property> | ||
95 | <property name="sensitive">False</property> | ||
96 | <property name="can_focus">True</property> | ||
97 | <property name="receives_default">True</property> | ||
98 | <property name="use_stock">True</property> | ||
99 | </object> | ||
100 | <packing> | ||
101 | <property name="expand">False</property> | ||
102 | <property name="fill">False</property> | ||
103 | <property name="position">1</property> | ||
104 | </packing> | ||
105 | </child> | ||
106 | </object> | ||
107 | <packing> | ||
108 | <property name="expand">False</property> | ||
109 | <property name="pack_type">end</property> | ||
110 | <property name="position">0</property> | ||
111 | </packing> | ||
112 | </child> | ||
113 | </object> | ||
114 | </child> | ||
115 | <action-widgets> | ||
116 | <action-widget response="-6">GNUNET_GTK_select_pseudonym_cancel_button</action-widget> | ||
117 | <action-widget response="-5">GNUNET_GTK_select_pseudonym_ok_button</action-widget> | ||
118 | </action-widgets> | ||
119 | </object> | ||
120 | </interface> | ||