root/branches/gajim_0.11.1/data/glade/manage_bookmarks_window.glade

Revision 6316, 19.1 kB (checked in by asterix, 3 years ago)

missing glade diff ...

Line 
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="manage_bookmarks_window">
7  <property name="border_width">12</property>
8  <property name="title" translatable="yes">Manage Bookmarks</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="default_width">550</property>
13  <property name="default_height">300</property>
14  <property name="resizable">True</property>
15  <property name="destroy_with_parent">False</property>
16  <property name="decorated">True</property>
17  <property name="skip_taskbar_hint">False</property>
18  <property name="skip_pager_hint">False</property>
19  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
20  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
21  <property name="focus_on_map">True</property>
22  <property name="urgency_hint">False</property>
23  <signal name="button_press_event" handler="on_manage_bookmarks_window_button_press_event" last_modification_time="Sun, 12 Jun 2005 15:52:20 GMT"/>
24
25  <child>
26    <widget class="GtkVBox" id="vbox86">
27      <property name="visible">True</property>
28      <property name="homogeneous">False</property>
29      <property name="spacing">12</property>
30
31      <child>
32        <widget class="GtkHBox" id="hbox2965">
33          <property name="visible">True</property>
34          <property name="homogeneous">False</property>
35          <property name="spacing">12</property>
36
37          <child>
38            <widget class="GtkVBox" id="vbox94">
39              <property name="visible">True</property>
40              <property name="homogeneous">False</property>
41              <property name="spacing">6</property>
42
43              <child>
44                <widget class="GtkScrolledWindow" id="scrolledwindow37">
45                  <property name="visible">True</property>
46                  <property name="can_focus">True</property>
47                  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
48                  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
49                  <property name="shadow_type">GTK_SHADOW_IN</property>
50                  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
51
52                  <child>
53                    <widget class="GtkTreeView" id="bookmarks_treeview">
54                      <property name="visible">True</property>
55                      <property name="can_focus">True</property>
56                      <property name="headers_visible">False</property>
57                      <property name="rules_hint">False</property>
58                      <property name="reorderable">False</property>
59                      <property name="enable_search">True</property>
60                      <property name="fixed_height_mode">False</property>
61                      <property name="hover_selection">False</property>
62                      <property name="hover_expand">False</property>
63                    </widget>
64                  </child>
65                </widget>
66                <packing>
67                  <property name="padding">0</property>
68                  <property name="expand">True</property>
69                  <property name="fill">True</property>
70                </packing>
71              </child>
72
73              <child>
74                <widget class="GtkHButtonBox" id="hbuttonbox25">
75                  <property name="visible">True</property>
76                  <property name="layout_style">GTK_BUTTONBOX_END</property>
77                  <property name="spacing">6</property>
78
79                  <child>
80                    <widget class="GtkButton" id="add_bookmark_button">
81                      <property name="visible">True</property>
82                      <property name="can_default">True</property>
83                      <property name="can_focus">True</property>
84                      <property name="label">gtk-add</property>
85                      <property name="use_stock">True</property>
86                      <property name="relief">GTK_RELIEF_NORMAL</property>
87                      <property name="focus_on_click">True</property>
88                      <signal name="clicked" handler="on_add_bookmark_button_clicked" last_modification_time="Wed, 08 Jun 2005 17:20:25 GMT"/>
89                    </widget>
90                  </child>
91
92                  <child>
93                    <widget class="GtkButton" id="remove_bookmark_button">
94                      <property name="visible">True</property>
95                      <property name="can_default">True</property>
96                      <property name="can_focus">True</property>
97                      <property name="label">gtk-remove</property>
98                      <property name="use_stock">True</property>
99                      <property name="relief">GTK_RELIEF_NORMAL</property>
100                      <property name="focus_on_click">True</property>
101                      <signal name="clicked" handler="on_remove_bookmark_button_clicked" last_modification_time="Wed, 08 Jun 2005 17:20:20 GMT"/>
102                    </widget>
103                  </child>
104                </widget>
105                <packing>
106                  <property name="padding">0</property>
107                  <property name="expand">False</property>
108                  <property name="fill">True</property>
109                </packing>
110              </child>
111            </widget>
112            <packing>
113              <property name="padding">0</property>
114              <property name="expand">True</property>
115              <property name="fill">True</property>
116            </packing>
117          </child>
118
119          <child>
120            <widget class="GtkTable" id="table33">
121              <property name="visible">True</property>
122              <property name="n_rows">7</property>
123              <property name="n_columns">2</property>
124              <property name="homogeneous">False</property>
125              <property name="row_spacing">6</property>
126              <property name="column_spacing">12</property>
127
128              <child>
129                <widget class="GtkCheckButton" id="autojoin_checkbutton">
130                  <property name="visible">True</property>
131                  <property name="tooltip" translatable="yes">If checked, Gajim will join this group chat on startup</property>
132                  <property name="can_focus">True</property>
133                  <property name="label" translatable="yes">Auto join</property>
134                  <property name="use_underline">True</property>
135                  <property name="relief">GTK_RELIEF_NORMAL</property>
136                  <property name="focus_on_click">True</property>
137                  <property name="active">False</property>
138                  <property name="inconsistent">False</property>
139                  <property name="draw_indicator">True</property>
140                  <signal name="toggled" handler="on_autojoin_checkbutton_toggled" last_modification_time="Wed, 08 Jun 2005 17:20:40 GMT"/>
141                </widget>
142                <packing>
143                  <property name="left_attach">0</property>
144                  <property name="right_attach">2</property>
145                  <property name="top_attach">5</property>
146                  <property name="bottom_attach">6</property>
147                  <property name="x_options">fill</property>
148                  <property name="y_options"></property>
149                </packing>
150              </child>
151
152              <child>
153                <widget class="GtkLabel" id="label318">
154                  <property name="visible">True</property>
155                  <property name="label" translatable="yes">Password:</property>
156                  <property name="use_underline">False</property>
157                  <property name="use_markup">False</property>
158                  <property name="justify">GTK_JUSTIFY_LEFT</property>
159                  <property name="wrap">False</property>
160                  <property name="selectable">False</property>
161                  <property name="xalign">0</property>
162                  <property name="yalign">0.5</property>
163                  <property name="xpad">0</property>
164                  <property name="ypad">0</property>
165                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
166                  <property name="width_chars">-1</property>
167                  <property name="single_line_mode">False</property>
168                  <property name="angle">0</property>
169                </widget>
170                <packing>
171                  <property name="left_attach">0</property>
172                  <property name="right_attach">1</property>
173                  <property name="top_attach">4</property>
174                  <property name="bottom_attach">5</property>
175                  <property name="x_options">fill</property>
176                  <property name="y_options"></property>
177                </packing>
178              </child>
179
180              <child>
181                <widget class="GtkEntry" id="pass_entry">
182                  <property name="visible">True</property>
183                  <property name="can_focus">True</property>
184                  <property name="editable">True</property>
185                  <property name="visibility">False</property>
186                  <property name="max_length">0</property>
187                  <property name="text" translatable="yes"></property>
188                  <property name="has_frame">True</property>
189                  <property name="invisible_char">*</property>
190                  <property name="activates_default">False</property>
191                </widget>
192                <packing>
193                  <property name="left_attach">1</property>
194                  <property name="right_attach">2</property>
195                  <property name="top_attach">4</property>
196                  <property name="bottom_attach">5</property>
197                  <property name="y_options"></property>
198                </packing>
199              </child>
200
201              <child>
202                <widget class="GtkEntry" id="server_entry">
203                  <property name="visible">True</property>
204                  <property name="can_focus">True</property>
205                  <property name="editable">True</property>
206                  <property name="visibility">True</property>
207                  <property name="max_length">0</property>
208                  <property name="text" translatable="yes"></property>
209                  <property name="has_frame">True</property>
210                  <property name="invisible_char">*</property>
211                  <property name="activates_default">False</property>
212                </widget>
213                <packing>
214                  <property name="left_attach">1</property>
215                  <property name="right_attach">2</property>
216                  <property name="top_attach">3</property>
217                  <property name="bottom_attach">4</property>
218                  <property name="y_options"></property>
219                </packing>
220              </child>
221
222              <child>
223                <widget class="GtkLabel" id="label317">
224                  <property name="visible">True</property>
225                  <property name="label" translatable="yes">Server:</property>
226                  <property name="use_underline">False</property>
227                  <property name="use_markup">False</property>
228                  <property name="justify">GTK_JUSTIFY_LEFT</property>
229                  <property name="wrap">False</property>
230                  <property name="selectable">False</property>
231                  <property name="xalign">0</property>
232                  <property name="yalign">0.5</property>
233                  <property name="xpad">0</property>
234                  <property name="ypad">0</property>
235                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
236                  <property name="width_chars">-1</property>
237                  <property name="single_line_mode">False</property>
238                  <property name="angle">0</property>
239                </widget>
240                <packing>
241                  <property name="left_attach">0</property>
242                  <property name="right_attach">1</property>
243                  <property name="top_attach">3</property>
244                  <property name="bottom_attach">4</property>
245                  <property name="x_options">fill</property>
246                  <property name="y_options"></property>
247                </packing>
248              </child>
249
250              <child>
251                <widget class="GtkLabel" id="label316">
252                  <property name="visible">True</property>
253                  <property name="label" translatable="yes">Room:</property>
254                  <property name="use_underline">False</property>
255                  <property name="use_markup">False</property>
256                  <property name="justify">GTK_JUSTIFY_LEFT</property>
257                  <property name="wrap">False</property>
258                  <property name="selectable">False</property>
259                  <property name="xalign">0</property>
260                  <property name="yalign">0.5</property>
261                  <property name="xpad">0</property>
262                  <property name="ypad">0</property>
263                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
264                  <property name="width_chars">-1</property>
265                  <property name="single_line_mode">False</property>
266                  <property name="angle">0</property>
267                </widget>
268                <packing>
269                  <property name="left_attach">0</property>
270                  <property name="right_attach">1</property>
271                  <property name="top_attach">2</property>
272                  <property name="bottom_attach">3</property>
273                  <property name="x_options">fill</property>
274                  <property name="y_options"></property>
275                </packing>
276              </child>
277
278              <child>
279                <widget class="GtkEntry" id="room_entry">
280                  <property name="visible">True</property>
281                  <property name="can_focus">True</property>
282                  <property name="editable">True</property>
283                  <property name="visibility">True</property>
284                  <property name="max_length">0</property>
285                  <property name="text" translatable="yes"></property>
286                  <property name="has_frame">True</property>
287                  <property name="invisible_char">*</property>
288                  <property name="activates_default">False</property>
289                </widget>
290                <packing>
291                  <property name="left_attach">1</property>
292                  <property name="right_attach">2</property>
293                  <property name="top_attach">2</property>
294                  <property name="bottom_attach">3</property>
295                  <property name="y_options"></property>
296                </packing>
297              </child>
298
299              <child>
300                <widget class="GtkEntry" id="nick_entry">
301                  <property name="visible">True</property>
302                  <property name="can_focus">True</property>
303                  <property name="editable">True</property>
304                  <property name="visibility">True</property>
305                  <property name="max_length">0</property>
306                  <property name="text" translatable="yes"></property>
307                  <property name="has_frame">True</property>
308                  <property name="invisible_char">*</property>
309                  <property name="activates_default">False</property>
310                </widget>
311                <packing>
312                  <property name="left_attach">1</property>
313                  <property name="right_attach">2</property>
314                  <property name="top_attach">1</property>
315                  <property name="bottom_attach">2</property>
316                  <property name="y_options"></property>
317                </packing>
318              </child>
319
320              <child>
321                <widget class="GtkLabel" id="label315">
322                  <property name="visible">True</property>
323                  <property name="label" translatable="yes">Nickname:</property>
324                  <property name="use_underline">False</property>
325                  <property name="use_markup">False</property>
326                  <property name="justify">GTK_JUSTIFY_LEFT</property>
327                  <property name="wrap">False</property>
328                  <property name="selectable">False</property>
329                  <property name="xalign">0</property>
330                  <property name="yalign">0.5</property>
331                  <property name="xpad">0</property>
332                  <property name="ypad">0</property>
333                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
334                  <property name="width_chars">-1</property>
335                  <property name="single_line_mode">False</property>
336                  <property name="angle">0</property>
337                </widget>
338                <packing>
339                  <property name="left_attach">0</property>
340                  <property name="right_attach">1</property>
341                  <property name="top_attach">1</property>
342                  <property name="bottom_attach">2</property>
343                  <property name="x_options">fill</property>
344                  <property name="y_options"></property>
345                </packing>
346              </child>
347
348              <child>
349                <widget class="GtkLabel" id="label325">
350                  <property name="visible">True</property>
351                  <property name="label" translatable="yes">Title:</property>
352                  <property name="use_underline">False</property>
353                  <property name="use_markup">False</property>
354                  <property name="justify">GTK_JUSTIFY_LEFT</property>
355                  <property name="wrap">False</property>
356                  <property name="selectable">False</property>
357                  <property name="xalign">0</property>
358                  <property name="yalign">0.5</property>
359                  <property name="xpad">0</property>
360                  <property name="ypad">0</property>
361                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
362                  <property name="width_chars">-1</property>
363                  <property name="single_line_mode">False</property>
364                  <property name="angle">0</property>
365                </widget>
366                <packing>
367                  <property name="left_attach">0</property>
368                  <property name="right_attach">1</property>
369                  <property name="top_attach">0</property>
370                  <property name="bottom_attach">1</property>
371                  <property name="x_options">fill</property>
372                  <property name="y_options"></property>
373                </packing>
374              </child>
375
376              <child>
377                <widget class="GtkEntry" id="title_entry">
378                  <property name="visible">True</property>
379                  <property name="can_focus">True</property>
380                  <property name="editable">True</property>
381                  <property name="visibility">True</property>
382                  <property name="max_length">0</property>
383                  <property name="text" translatable="yes"></property>
384                  <property name="has_frame">True</property>
385                  <property name="invisible_char">*</property>
386                  <property name="activates_default">False</property>
387                </widget>
388                <packing>
389                  <property name="left_attach">1</property>
390                  <property name="right_attach">2</property>
391                  <property name="top_attach">0</property>
392                  <property name="bottom_attach">1</property>
393                  <property name="y_options"></property>
394                </packing>
395              </child>
396
397              <child>
398                <widget class="GtkLabel" id="label326">
399                  <property name="visible">True</property>
400                  <property name="label" translatable="yes">Print status:</property>
401                  <property name="use_underline">False</property>
402                  <property name="use_markup">False</property>
403                  <property name="justify">GTK_JUSTIFY_LEFT</property>
404                  <property name="wrap">False</property>
405                  <property name="selectable">False</property>
406                  <property name="xalign">0</property>
407                  <property name="yalign">0.5</property>
408                  <property name="xpad">0</property>
409                  <property name="ypad">0</property>
410                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
411                  <property name="width_chars">-1</property>
412                  <property name="single_line_mode">False</property>
413                  <property name="angle">0</property>
414                </widget>
415                <packing>
416                  <property name="left_attach">0</property>
417                  <property name="right_attach">1</property>
418                  <property name="top_attach">6</property>
419                  <property name="bottom_attach">7</property>
420                  <property name="x_options">fill</property>
421                  <property name="y_options"></property>
422                </packing>
423              </child>
424
425              <child>
426                <widget class="GtkComboBox" id="print_status_combobox">
427                  <property name="visible">True</property>
428                  <property name="items" translatable="yes"></property>
429                  <property name="add_tearoffs">False</property>
430                  <property name="focus_on_click">True</property>
431                  <signal name="changed" handler="on_print_status_combobox_changed" last_modification_time="Sun, 07 May 2006 20:44:46 GMT"/>
432                </widget>
433                <packing>
434                  <property name="left_attach">1</property>
435                  <property name="right_attach">2</property>
436                  <property name="top_attach">6</property>
437                  <property name="bottom_attach">7</property>
438                  <property name="x_options">fill</property>
439                  <property name="y_options">fill</property>
440                </packing>
441              </child>
442            </widget>
443            <packing>
444              <property name="padding">0</property>
445              <property name="expand">False</property>
446              <property name="fill">True</property>
447            </packing>
448          </child>
449        </widget>
450        <packing>
451          <property name="padding">0</property>
452          <property name="expand">True</property>
453          <property name="fill">True</property>
454        </packing>
455      </child>
456
457      <child>
458        <widget class="GtkHButtonBox" id="hbuttonbox20">
459          <property name="visible">True</property>
460          <property name="layout_style">GTK_BUTTONBOX_END</property>
461          <property name="spacing">12</property>
462
463          <child>
464            <widget class="GtkButton" id="cancel_button">
465              <property name="visible">True</property>
466              <property name="can_default">True</property>
467              <property name="can_focus">True</property>
468              <property name="label">gtk-cancel</property>
469              <property name="use_stock">True</property>
470              <property name="relief">GTK_RELIEF_NORMAL</property>
471              <property name="focus_on_click">True</property>
472              <signal name="clicked" handler="on_cancel_button_clicked" last_modification_time="Wed, 08 Jun 2005 17:18:48 GMT"/>
473            </widget>
474          </child>
475
476          <child>
477            <widget class="GtkButton" id="ok_button">
478              <property name="visible">True</property>
479              <property name="can_default">True</property>
480              <property name="can_focus">True</property>
481              <property name="label">gtk-ok</property>
482              <property name="use_stock">True</property>
483              <property name="relief">GTK_RELIEF_NORMAL</property>
484              <property name="focus_on_click">True</property>
485              <signal name="clicked" handler="on_ok_button_clicked" last_modification_time="Wed, 08 Jun 2005 17:18:52 GMT"/>
486            </widget>
487          </child>
488        </widget>
489        <packing>
490          <property name="padding">0</property>
491          <property name="expand">False</property>
492          <property name="fill">True</property>
493        </packing>
494      </child>
495    </widget>
496  </child>
497</widget>
498
499</glade-interface>
Note: See TracBrowser for help on using the browser.