|
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
|
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|
3 |
|
4 <glade-interface> |
|
5 |
|
6 <widget class="GtkWindow" id="window1"> |
|
7 <property name="visible">True</property> |
|
8 <property name="title" translatable="yes">window1</property> |
|
9 <property name="type">GTK_WINDOW_TOPLEVEL</property> |
|
10 <property name="window_position">GTK_WIN_POS_NONE</property> |
|
11 <property name="modal">False</property> |
|
12 <property name="resizable">True</property> |
|
13 <property name="destroy_with_parent">False</property> |
|
14 |
|
15 <child> |
|
16 <widget class="GtkVBox" id="vbox1"> |
|
17 <property name="visible">True</property> |
|
18 <property name="homogeneous">False</property> |
|
19 <property name="spacing">0</property> |
|
20 |
|
21 <child> |
|
22 <widget class="GtkHandleBox" id="handlebox1"> |
|
23 <property name="visible">True</property> |
|
24 <property name="shadow_type">GTK_SHADOW_OUT</property> |
|
25 <property name="handle_position">GTK_POS_LEFT</property> |
|
26 <property name="snap_edge">GTK_POS_TOP</property> |
|
27 |
|
28 <child> |
|
29 <widget class="GtkMenuBar" id="menubar1"> |
|
30 <property name="visible">True</property> |
|
31 |
|
32 <child> |
|
33 <widget class="GtkMenuItem" id="menuitem1"> |
|
34 <property name="visible">True</property> |
|
35 <property name="label" translatable="yes">_Fichier</property> |
|
36 <property name="use_underline">True</property> |
|
37 |
|
38 <child> |
|
39 <widget class="GtkMenu" id="menu1"> |
|
40 |
|
41 <child> |
|
42 <widget class="GtkImageMenuItem" id="nouveau1"> |
|
43 <property name="visible">True</property> |
|
44 <property name="label">gtk-new</property> |
|
45 <property name="use_stock">True</property> |
|
46 <signal name="activate" handler="on_nouveau1_activate" last_modification_time="Tue, 27 Jan 2004 16:10:40 GMT"/> |
|
47 </widget> |
|
48 </child> |
|
49 |
|
50 <child> |
|
51 <widget class="GtkImageMenuItem" id="ouvrir1"> |
|
52 <property name="visible">True</property> |
|
53 <property name="label">gtk-open</property> |
|
54 <property name="use_stock">True</property> |
|
55 <signal name="activate" handler="on_ouvrir1_activate" last_modification_time="Tue, 27 Jan 2004 16:10:40 GMT"/> |
|
56 </widget> |
|
57 </child> |
|
58 |
|
59 <child> |
|
60 <widget class="GtkImageMenuItem" id="enregistrer1"> |
|
61 <property name="visible">True</property> |
|
62 <property name="label">gtk-save</property> |
|
63 <property name="use_stock">True</property> |
|
64 <signal name="activate" handler="on_enregistrer1_activate" last_modification_time="Tue, 27 Jan 2004 16:10:40 GMT"/> |
|
65 </widget> |
|
66 </child> |
|
67 |
|
68 <child> |
|
69 <widget class="GtkImageMenuItem" id="enregistrer_sous1"> |
|
70 <property name="visible">True</property> |
|
71 <property name="label">gtk-save-as</property> |
|
72 <property name="use_stock">True</property> |
|
73 <signal name="activate" handler="on_enregistrer_sous1_activate" last_modification_time="Tue, 27 Jan 2004 16:10:40 GMT"/> |
|
74 </widget> |
|
75 </child> |
|
76 |
|
77 <child> |
|
78 <widget class="GtkSeparatorMenuItem" id="separatormenuitem1"> |
|
79 <property name="visible">True</property> |
|
80 </widget> |
|
81 </child> |
|
82 |
|
83 <child> |
|
84 <widget class="GtkImageMenuItem" id="quitter1"> |
|
85 <property name="visible">True</property> |
|
86 <property name="label">gtk-quit</property> |
|
87 <property name="use_stock">True</property> |
|
88 <signal name="activate" handler="on_quitter1_activate" last_modification_time="Tue, 27 Jan 2004 16:10:40 GMT"/> |
|
89 </widget> |
|
90 </child> |
|
91 </widget> |
|
92 </child> |
|
93 </widget> |
|
94 </child> |
|
95 |
|
96 <child> |
|
97 <widget class="GtkMenuItem" id="menuitem2"> |
|
98 <property name="visible">True</property> |
|
99 <property name="label" translatable="yes">_Édition</property> |
|
100 <property name="use_underline">True</property> |
|
101 |
|
102 <child> |
|
103 <widget class="GtkMenu" id="menu2"> |
|
104 |
|
105 <child> |
|
106 <widget class="GtkImageMenuItem" id="couper1"> |
|
107 <property name="visible">True</property> |
|
108 <property name="label">gtk-cut</property> |
|
109 <property name="use_stock">True</property> |
|
110 <signal name="activate" handler="on_couper1_activate" last_modification_time="Tue, 27 Jan 2004 16:10:40 GMT"/> |
|
111 </widget> |
|
112 </child> |
|
113 |
|
114 <child> |
|
115 <widget class="GtkImageMenuItem" id="copier1"> |
|
116 <property name="visible">True</property> |
|
117 <property name="label">gtk-copy</property> |
|
118 <property name="use_stock">True</property> |
|
119 <signal name="activate" handler="on_copier1_activate" last_modification_time="Tue, 27 Jan 2004 16:10:40 GMT"/> |
|
120 </widget> |
|
121 </child> |
|
122 |
|
123 <child> |
|
124 <widget class="GtkImageMenuItem" id="coller1"> |
|
125 <property name="visible">True</property> |
|
126 <property name="label">gtk-paste</property> |
|
127 <property name="use_stock">True</property> |
|
128 <signal name="activate" handler="on_coller1_activate" last_modification_time="Tue, 27 Jan 2004 16:10:40 GMT"/> |
|
129 </widget> |
|
130 </child> |
|
131 |
|
132 <child> |
|
133 <widget class="GtkImageMenuItem" id="supprimer1"> |
|
134 <property name="visible">True</property> |
|
135 <property name="label">gtk-delete</property> |
|
136 <property name="use_stock">True</property> |
|
137 <signal name="activate" handler="on_supprimer1_activate" last_modification_time="Tue, 27 Jan 2004 16:10:40 GMT"/> |
|
138 </widget> |
|
139 </child> |
|
140 </widget> |
|
141 </child> |
|
142 </widget> |
|
143 </child> |
|
144 |
|
145 <child> |
|
146 <widget class="GtkMenuItem" id="menuitem3"> |
|
147 <property name="visible">True</property> |
|
148 <property name="label" translatable="yes">_Vue</property> |
|
149 <property name="use_underline">True</property> |
|
150 |
|
151 <child> |
|
152 <widget class="GtkMenu" id="menu3"> |
|
153 </widget> |
|
154 </child> |
|
155 </widget> |
|
156 </child> |
|
157 |
|
158 <child> |
|
159 <widget class="GtkMenuItem" id="menuitem4"> |
|
160 <property name="visible">True</property> |
|
161 <property name="label" translatable="yes">_Aide</property> |
|
162 <property name="use_underline">True</property> |
|
163 |
|
164 <child> |
|
165 <widget class="GtkMenu" id="menu4"> |
|
166 |
|
167 <child> |
|
168 <widget class="GtkMenuItem" id="À_propos1"> |
|
169 <property name="visible">True</property> |
|
170 <property name="label" translatable="yes">À _propos</property> |
|
171 <property name="use_underline">True</property> |
|
172 <signal name="activate" handler="on_À_propos1_activate" last_modification_time="Tue, 27 Jan 2004 16:10:40 GMT"/> |
|
173 </widget> |
|
174 </child> |
|
175 </widget> |
|
176 </child> |
|
177 </widget> |
|
178 </child> |
|
179 </widget> |
|
180 </child> |
|
181 </widget> |
|
182 <packing> |
|
183 <property name="padding">0</property> |
|
184 <property name="expand">False</property> |
|
185 <property name="fill">True</property> |
|
186 </packing> |
|
187 </child> |
|
188 |
|
189 <child> |
|
190 <widget class="GtkScrolledWindow" id="scrolledwindow1"> |
|
191 <property name="visible">True</property> |
|
192 <property name="can_focus">True</property> |
|
193 <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|
194 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|
195 <property name="shadow_type">GTK_SHADOW_NONE</property> |
|
196 <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|
197 |
|
198 <child> |
|
199 <widget class="GtkTreeView" id="treeview1"> |
|
200 <property name="visible">True</property> |
|
201 <property name="can_focus">True</property> |
|
202 <property name="headers_visible">True</property> |
|
203 <property name="rules_hint">False</property> |
|
204 <property name="reorderable">False</property> |
|
205 <property name="enable_search">True</property> |
|
206 </widget> |
|
207 </child> |
|
208 </widget> |
|
209 <packing> |
|
210 <property name="padding">0</property> |
|
211 <property name="expand">True</property> |
|
212 <property name="fill">True</property> |
|
213 </packing> |
|
214 </child> |
|
215 |
|
216 <child> |
|
217 <widget class="GtkStatusbar" id="statusbar1"> |
|
218 <property name="visible">True</property> |
|
219 <property name="has_resize_grip">True</property> |
|
220 </widget> |
|
221 <packing> |
|
222 <property name="padding">0</property> |
|
223 <property name="expand">False</property> |
|
224 <property name="fill">False</property> |
|
225 </packing> |
|
226 </child> |
|
227 </widget> |
|
228 </child> |
|
229 </widget> |
|
230 |
|
231 </glade-interface> |