diff options
Diffstat (limited to 'contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade')
-rw-r--r-- | contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade | 111 |
1 files changed, 58 insertions, 53 deletions
diff --git a/contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade b/contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade index ea50fa41..418231de 100644 --- a/contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade +++ b/contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade | |||
@@ -2,28 +2,81 @@ | |||
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 | <!-- interface-naming-policy project-wide --> |
5 | <object class="GtkAdjustment" id="adjustment2"> | 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"> | ||
6 | <property name="upper">100</property> | 14 | <property name="upper">100</property> |
7 | <property name="step_increment">1</property> | 15 | <property name="step_increment">1</property> |
8 | <property name="page_increment">10</property> | 16 | <property name="page_increment">10</property> |
9 | <property name="page_size">10</property> | 17 | <property name="page_size">10</property> |
10 | </object> | 18 | </object> |
11 | <object class="GtkAdjustment" id="adjustment1"> | 19 | <object class="GtkAdjustment" id="adjustment2"> |
12 | <property name="upper">100</property> | 20 | <property name="upper">100</property> |
13 | <property name="step_increment">1</property> | 21 | <property name="step_increment">1</property> |
14 | <property name="page_increment">10</property> | 22 | <property name="page_increment">10</property> |
15 | <property name="page_size">10</property> | 23 | <property name="page_size">10</property> |
16 | </object> | 24 | </object> |
17 | <object class="GtkDialog" id="GNUNET_GTK_select_pseudonym_dialog"> | 25 | <object class="GtkDialog" id="GNUNET_GTK_select_pseudonym_dialog"> |
26 | <property name="can_focus">False</property> | ||
18 | <property name="border_width">5</property> | 27 | <property name="border_width">5</property> |
19 | <property name="title" translatable="yes">Select pseudonym...</property> | 28 | <property name="title" translatable="yes">Select pseudonym...</property> |
20 | <property name="modal">True</property> | 29 | <property name="modal">True</property> |
21 | <property name="type_hint">normal</property> | 30 | <property name="type_hint">normal</property> |
22 | <property name="has_separator">False</property> | ||
23 | <child internal-child="vbox"> | 31 | <child internal-child="vbox"> |
24 | <object class="GtkVBox" id="GNUNET_GTK_select_pseudonym_dialog_vbox"> | 32 | <object class="GtkVBox" id="GNUNET_GTK_select_pseudonym_dialog_vbox"> |
25 | <property name="visible">True</property> | 33 | <property name="visible">True</property> |
34 | <property name="can_focus">False</property> | ||
26 | <property name="spacing">2</property> | 35 | <property name="spacing">2</property> |
36 | <child internal-child="action_area"> | ||
37 | <object class="GtkHButtonBox" id="GNUNET_GTK_select_pseudonym_dialog_action_area"> | ||
38 | <property name="visible">True</property> | ||
39 | <property name="can_focus">False</property> | ||
40 | <property name="layout_style">end</property> | ||
41 | <child> | ||
42 | <object class="GtkButton" id="GNUNET_GTK_select_pseudonym_cancel_button"> | ||
43 | <property name="label">gtk-cancel</property> | ||
44 | <property name="use_action_appearance">False</property> | ||
45 | <property name="visible">True</property> | ||
46 | <property name="can_focus">True</property> | ||
47 | <property name="receives_default">True</property> | ||
48 | <property name="use_stock">True</property> | ||
49 | </object> | ||
50 | <packing> | ||
51 | <property name="expand">False</property> | ||
52 | <property name="fill">False</property> | ||
53 | <property name="position">0</property> | ||
54 | </packing> | ||
55 | </child> | ||
56 | <child> | ||
57 | <object class="GtkButton" id="GNUNET_GTK_select_pseudonym_ok_button"> | ||
58 | <property name="label">gtk-ok</property> | ||
59 | <property name="use_action_appearance">False</property> | ||
60 | <property name="visible">True</property> | ||
61 | <property name="sensitive">False</property> | ||
62 | <property name="can_focus">True</property> | ||
63 | <property name="receives_default">True</property> | ||
64 | <property name="use_stock">True</property> | ||
65 | </object> | ||
66 | <packing> | ||
67 | <property name="expand">False</property> | ||
68 | <property name="fill">False</property> | ||
69 | <property name="position">1</property> | ||
70 | </packing> | ||
71 | </child> | ||
72 | </object> | ||
73 | <packing> | ||
74 | <property name="expand">False</property> | ||
75 | <property name="fill">True</property> | ||
76 | <property name="pack_type">end</property> | ||
77 | <property name="position">0</property> | ||
78 | </packing> | ||
79 | </child> | ||
27 | <child> | 80 | <child> |
28 | <object class="GtkScrolledWindow" id="GNUNET_GTK_select_pseudonym_scrolledwindow"> | 81 | <object class="GtkScrolledWindow" id="GNUNET_GTK_select_pseudonym_scrolledwindow"> |
29 | <property name="visible">True</property> | 82 | <property name="visible">True</property> |
@@ -59,54 +112,14 @@ | |||
59 | </child> | 112 | </child> |
60 | </object> | 113 | </object> |
61 | <packing> | 114 | <packing> |
115 | <property name="expand">True</property> | ||
116 | <property name="fill">True</property> | ||
62 | <property name="position">1</property> | 117 | <property name="position">1</property> |
63 | </packing> | 118 | </packing> |
64 | </child> | 119 | </child> |
65 | <child> | 120 | <child> |
66 | <placeholder/> | 121 | <placeholder/> |
67 | </child> | 122 | </child> |
68 | <child internal-child="action_area"> | ||
69 | <object class="GtkHButtonBox" id="GNUNET_GTK_select_pseudonym_dialog_action_area"> | ||
70 | <property name="visible">True</property> | ||
71 | <property name="layout_style">end</property> | ||
72 | <child> | ||
73 | <object class="GtkButton" id="GNUNET_GTK_select_pseudonym_cancel_button"> | ||
74 | <property name="label">gtk-cancel</property> | ||
75 | <property name="visible">True</property> | ||
76 | <property name="can_focus">True</property> | ||
77 | <property name="receives_default">True</property> | ||
78 | <property name="use_action_appearance">False</property> | ||
79 | <property name="use_stock">True</property> | ||
80 | </object> | ||
81 | <packing> | ||
82 | <property name="expand">False</property> | ||
83 | <property name="fill">False</property> | ||
84 | <property name="position">0</property> | ||
85 | </packing> | ||
86 | </child> | ||
87 | <child> | ||
88 | <object class="GtkButton" id="GNUNET_GTK_select_pseudonym_ok_button"> | ||
89 | <property name="label">gtk-ok</property> | ||
90 | <property name="visible">True</property> | ||
91 | <property name="sensitive">False</property> | ||
92 | <property name="can_focus">True</property> | ||
93 | <property name="receives_default">True</property> | ||
94 | <property name="use_action_appearance">False</property> | ||
95 | <property name="use_stock">True</property> | ||
96 | </object> | ||
97 | <packing> | ||
98 | <property name="expand">False</property> | ||
99 | <property name="fill">False</property> | ||
100 | <property name="position">1</property> | ||
101 | </packing> | ||
102 | </child> | ||
103 | </object> | ||
104 | <packing> | ||
105 | <property name="expand">False</property> | ||
106 | <property name="pack_type">end</property> | ||
107 | <property name="position">0</property> | ||
108 | </packing> | ||
109 | </child> | ||
110 | </object> | 123 | </object> |
111 | </child> | 124 | </child> |
112 | <action-widgets> | 125 | <action-widgets> |
@@ -114,12 +127,4 @@ | |||
114 | <action-widget response="-5">GNUNET_GTK_select_pseudonym_ok_button</action-widget> | 127 | <action-widget response="-5">GNUNET_GTK_select_pseudonym_ok_button</action-widget> |
115 | </action-widgets> | 128 | </action-widgets> |
116 | </object> | 129 | </object> |
117 | <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore"> | ||
118 | <columns> | ||
119 | <!-- column-name namespace_name --> | ||
120 | <column type="gchararray"/> | ||
121 | <!-- column-name namespace_handle --> | ||
122 | <column type="gpointer"/> | ||
123 | </columns> | ||
124 | </object> | ||
125 | </interface> | 130 | </interface> |