Removed useless repetition of the 'callbacks' dictionary.
[plusoumoins.git] / ui.glade
blob189215305b005f763749def939a3e9a6c0e88f6f
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.5 on Tue Aug 26 19:53:53 2008 -->
4 <glade-interface>
5 <widget class="GtkWindow" id="main_window">
6 <property name="title" translatable="yes">Plus ou moins ?</property>
7 <signal name="destroy" handler="on_main_window_destroy"/>
8 <child>
9 <widget class="GtkVBox" id="main_vbox">
10 <property name="visible">True</property>
11 <child>
12 <widget class="GtkMenuBar" id="menubar1">
13 <property name="visible">True</property>
14 <child>
15 <widget class="GtkMenuItem" id="menuitem1">
16 <property name="visible">True</property>
17 <property name="label" translatable="yes">_Fichier</property>
18 <property name="use_underline">True</property>
19 <child>
20 <widget class="GtkMenu" id="menu1">
21 <property name="visible">True</property>
22 <child>
23 <widget class="GtkImageMenuItem" id="new_menu_entry">
24 <property name="visible">True</property>
25 <property name="label" translatable="yes">gtk-new</property>
26 <property name="use_underline">True</property>
27 <property name="use_stock">True</property>
28 <signal name="activate" handler="on_new_menu_entry_activate"/>
29 </widget>
30 </child>
31 <child>
32 <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
33 <property name="visible">True</property>
34 </widget>
35 </child>
36 <child>
37 <widget class="GtkImageMenuItem" id="quit_menu_entry">
38 <property name="visible">True</property>
39 <property name="label" translatable="yes">gtk-quit</property>
40 <property name="use_underline">True</property>
41 <property name="use_stock">True</property>
42 <signal name="activate" handler="on_quit_menu_entry_activate"/>
43 </widget>
44 </child>
45 </widget>
46 </child>
47 </widget>
48 </child>
49 <child>
50 <widget class="GtkMenuItem" id="menuitem4">
51 <property name="visible">True</property>
52 <property name="label" translatable="yes">Aid_e</property>
53 <property name="use_underline">True</property>
54 <child>
55 <widget class="GtkMenu" id="menu3">
56 <property name="visible">True</property>
57 <child>
58 <widget class="GtkImageMenuItem" id="about_menu_entry">
59 <property name="visible">True</property>
60 <property name="label" translatable="yes">gtk-about</property>
61 <property name="use_underline">True</property>
62 <property name="use_stock">True</property>
63 <signal name="activate" handler="on_about_menu_entry_activate"/>
64 </widget>
65 </child>
66 </widget>
67 </child>
68 </widget>
69 </child>
70 </widget>
71 <packing>
72 <property name="expand">False</property>
73 </packing>
74 </child>
75 <child>
76 <widget class="GtkLabel" id="label1">
77 <property name="visible">True</property>
78 <property name="label" translatable="yes">Entrez un nombre entre 0 et 5000.</property>
79 </widget>
80 <packing>
81 <property name="position">1</property>
82 </packing>
83 </child>
84 <child>
85 <widget class="GtkVBox" id="vbox1">
86 <property name="visible">True</property>
87 <child>
88 <widget class="GtkHBox" id="hbox2">
89 <property name="visible">True</property>
90 <child>
91 <widget class="GtkSpinButton" id="spinbutton">
92 <property name="visible">True</property>
93 <property name="can_focus">True</property>
94 <property name="width_chars">20</property>
95 <property name="adjustment">0 0 5000 1 10 10</property>
96 <property name="snap_to_ticks">True</property>
97 <property name="numeric">True</property>
98 </widget>
99 <packing>
100 <property name="expand">False</property>
101 </packing>
102 </child>
103 <child>
104 <widget class="GtkHButtonBox" id="hbuttonbox1">
105 <property name="visible">True</property>
106 <child>
107 <widget class="GtkButton" id="number_button">
108 <property name="visible">True</property>
109 <property name="can_focus">True</property>
110 <property name="receives_default">True</property>
111 <property name="label" translatable="yes">OK</property>
112 <property name="response_id">0</property>
113 <signal name="released" handler="on_number_button_released"/>
114 </widget>
115 </child>
116 </widget>
117 <packing>
118 <property name="position">1</property>
119 </packing>
120 </child>
121 </widget>
122 </child>
123 <child>
124 <widget class="GtkLabel" id="help_label">
125 <property name="visible">True</property>
126 <property name="label" translatable="yes">Plus ou moins ?
127 (5 essais)</property>
128 <property name="justify">GTK_JUSTIFY_CENTER</property>
129 </widget>
130 <packing>
131 <property name="position">1</property>
132 </packing>
133 </child>
134 </widget>
135 <packing>
136 <property name="position">2</property>
137 </packing>
138 </child>
139 <child>
140 <widget class="GtkStatusbar" id="statusbar1">
141 <property name="visible">True</property>
142 <property name="spacing">2</property>
143 </widget>
144 <packing>
145 <property name="expand">False</property>
146 <property name="position">3</property>
147 </packing>
148 </child>
149 </widget>
150 </child>
151 </widget>
152 <widget class="GtkAboutDialog" id="about_dialog">
153 <property name="border_width">5</property>
154 <property name="title" translatable="yes">À propos de "Plus ou Moins ?"</property>
155 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
156 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
157 <property name="has_separator">False</property>
158 <property name="program_name">Plus ou moins ?</property>
159 <property name="copyright" translatable="yes">Copyright (C) 2008, Naji Mammeri.
160 All rights reserved.</property>
161 <property name="comments" translatable="yes">version 0.1</property>
162 <property name="website">http://yemsel.free.fr/plusoumoins/</property>
163 <property name="website_label" translatable="yes">http://yemsel.free.fr/plusoumoins/</property>
164 <property name="license">Copyright (c) 2008, Naji Mammeri &lt;naji.mammeri@gmail.com&gt;.
165 All rights reserved.
167 Redistribution and use in source and binary forms, with or without
168 modification, are permitted provided that the following conditions
169 are met:
170 1. Redistributions of source code must retain the above copyright
171 notice, this list of conditions and the following disclaimer.
172 2. Redistributions in binary form must reproduce the above copyright
173 notice, this list of conditions and the following disclaimer in the
174 documentation and/or other materials provided with the distribution.
176 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
177 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
178 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
179 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
180 COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
181 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
182 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
183 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
184 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
185 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
186 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
187 POSSIBILITY OF SUCH DAMAGE.
188 </property>
189 <property name="authors">Naji Mammeri &lt;naji.mammeri@gmail.com&gt;
190 Développeur principal</property>
191 <signal name="close" handler="on_about_dialog_close"/>
192 <signal name="response" handler="on_about_dialog_response"/>
193 <child internal-child="vbox">
194 <widget class="GtkVBox" id="dialog-vbox1">
195 <property name="visible">True</property>
196 <property name="spacing">2</property>
197 <child>
198 <placeholder/>
199 </child>
200 <child internal-child="action_area">
201 <widget class="GtkHButtonBox" id="dialog-action_area1">
202 <property name="visible">True</property>
203 <property name="layout_style">GTK_BUTTONBOX_END</property>
204 </widget>
205 <packing>
206 <property name="expand">False</property>
207 <property name="pack_type">GTK_PACK_END</property>
208 </packing>
209 </child>
210 </widget>
211 </child>
212 </widget>
213 <widget class="GtkMessageDialog" id="success_dialog">
214 <property name="border_width">5</property>
215 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
216 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
217 <property name="skip_taskbar_hint">True</property>
218 <property name="has_separator">False</property>
219 <property name="buttons">GTK_BUTTONS_CLOSE</property>
220 <property name="text">Bravo, vous avez trouvé le nombre mystère !</property>
221 <property name="secondary_text">Vous pouvez jouer une autre partie, mais nous vous conseillons vivement de vacquer à des activités plus ludiques.</property>
222 <property name="image"></property>
223 <signal name="close" handler="on_success_dialog_close"/>
224 <signal name="response" handler="on_success_dialog_response"/>
225 <child internal-child="vbox">
226 <widget class="GtkVBox" id="dialog-vbox2">
227 <property name="visible">True</property>
228 <property name="spacing">2</property>
229 <child internal-child="action_area">
230 <widget class="GtkHButtonBox" id="dialog-action_area2">
231 <property name="visible">True</property>
232 <property name="layout_style">GTK_BUTTONBOX_END</property>
233 </widget>
234 <packing>
235 <property name="expand">False</property>
236 <property name="pack_type">GTK_PACK_END</property>
237 </packing>
238 </child>
239 </widget>
240 </child>
241 </widget>
242 </glade-interface>