This file is indexed.

/usr/share/gtk-doc/html/evolution-shell/evolution-shell-Shell-Actions.html is in evolution-dev 3.10.4-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Shell Actions</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
<link rel="up" href="ch02.html" title="Actions">
<link rel="prev" href="ch02.html" title="Actions">
<link rel="next" href="evolution-shell-Action-Groups.html" title="Action Groups">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="ch02.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Evolution Shell Reference Manual</th>
<td><a accesskey="n" href="evolution-shell-Action-Groups.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#evolution-shell-Shell-Actions.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#evolution-shell-Shell-Actions.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="evolution-shell-Shell-Actions"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="evolution-shell-Shell-Actions.top_of_page"></a>Shell Actions</span></h2>
<p>Shell Actions</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="evolution-shell-Shell-Actions.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-ABOUT:CAPS" title="E_SHELL_WINDOW_ACTION_ABOUT()">E_SHELL_WINDOW_ACTION_ABOUT</a>         (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-CLOSE:CAPS" title="E_SHELL_WINDOW_ACTION_CLOSE()">E_SHELL_WINDOW_ACTION_CLOSE</a>         (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-CONTENTS:CAPS" title="E_SHELL_WINDOW_ACTION_CONTENTS()">E_SHELL_WINDOW_ACTION_CONTENTS</a>      (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-COPY-CLIPBOARD:CAPS" title="E_SHELL_WINDOW_ACTION_COPY_CLIPBOARD()">E_SHELL_WINDOW_ACTION_COPY_CLIPBOARD</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-CUT-CLIPBOARD:CAPS" title="E_SHELL_WINDOW_ACTION_CUT_CLIPBOARD()">E_SHELL_WINDOW_ACTION_CUT_CLIPBOARD</a> (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-DELETE-SELECTION:CAPS" title="E_SHELL_WINDOW_ACTION_DELETE_SELECTION()">E_SHELL_WINDOW_ACTION_DELETE_SELECTION</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GAL-CUSTOM-VIEW:CAPS" title="E_SHELL_WINDOW_ACTION_GAL_CUSTOM_VIEW()">E_SHELL_WINDOW_ACTION_GAL_CUSTOM_VIEW</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GAL-DELETE-VIEW:CAPS" title="E_SHELL_WINDOW_ACTION_GAL_DELETE_VIEW()">E_SHELL_WINDOW_ACTION_GAL_DELETE_VIEW</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GAL-SAVE-CUSTOM-VIEW:CAPS" title="E_SHELL_WINDOW_ACTION_GAL_SAVE_CUSTOM_VIEW()">E_SHELL_WINDOW_ACTION_GAL_SAVE_CUSTOM_VIEW</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GROUP-NEW-WINDOW:CAPS" title="E_SHELL_WINDOW_ACTION_GROUP_NEW_WINDOW()">E_SHELL_WINDOW_ACTION_GROUP_NEW_WINDOW</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-IMPORT:CAPS" title="E_SHELL_WINDOW_ACTION_IMPORT()">E_SHELL_WINDOW_ACTION_IMPORT</a>        (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-NEW-WINDOW:CAPS" title="E_SHELL_WINDOW_ACTION_NEW_WINDOW()">E_SHELL_WINDOW_ACTION_NEW_WINDOW</a>    (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-PAGE-SETUP:CAPS" title="E_SHELL_WINDOW_ACTION_PAGE_SETUP()">E_SHELL_WINDOW_ACTION_PAGE_SETUP</a>    (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-PASTE-CLIPBOARD:CAPS" title="E_SHELL_WINDOW_ACTION_PASTE_CLIPBOARD()">E_SHELL_WINDOW_ACTION_PASTE_CLIPBOARD</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-PREFERENCES:CAPS" title="E_SHELL_WINDOW_ACTION_PREFERENCES()">E_SHELL_WINDOW_ACTION_PREFERENCES</a>   (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-QUICK-REFERENCE:CAPS" title="E_SHELL_WINDOW_ACTION_QUICK_REFERENCE()">E_SHELL_WINDOW_ACTION_QUICK_REFERENCE</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-QUIT:CAPS" title="E_SHELL_WINDOW_ACTION_QUIT()">E_SHELL_WINDOW_ACTION_QUIT</a>          (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-ADVANCED:CAPS" title="E_SHELL_WINDOW_ACTION_SEARCH_ADVANCED()">E_SHELL_WINDOW_ACTION_SEARCH_ADVANCED</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-CLEAR:CAPS" title="E_SHELL_WINDOW_ACTION_SEARCH_CLEAR()">E_SHELL_WINDOW_ACTION_SEARCH_CLEAR</a>  (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-EDIT:CAPS" title="E_SHELL_WINDOW_ACTION_SEARCH_EDIT()">E_SHELL_WINDOW_ACTION_SEARCH_EDIT</a>   (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-OPTIONS:CAPS" title="E_SHELL_WINDOW_ACTION_SEARCH_OPTIONS()">E_SHELL_WINDOW_ACTION_SEARCH_OPTIONS</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-QUICK:CAPS" title="E_SHELL_WINDOW_ACTION_SEARCH_QUICK()">E_SHELL_WINDOW_ACTION_SEARCH_QUICK</a>  (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-SAVE:CAPS" title="E_SHELL_WINDOW_ACTION_SEARCH_SAVE()">E_SHELL_WINDOW_ACTION_SEARCH_SAVE</a>   (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SELECT-ALL:CAPS" title="E_SHELL_WINDOW_ACTION_SELECT_ALL()">E_SHELL_WINDOW_ACTION_SELECT_ALL</a>    (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-SIDEBAR:CAPS" title="E_SHELL_WINDOW_ACTION_SHOW_SIDEBAR()">E_SHELL_WINDOW_ACTION_SHOW_SIDEBAR</a>  (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-SWITCHER:CAPS" title="E_SHELL_WINDOW_ACTION_SHOW_SWITCHER()">E_SHELL_WINDOW_ACTION_SHOW_SWITCHER</a> (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-TASKBAR:CAPS" title="E_SHELL_WINDOW_ACTION_SHOW_TASKBAR()">E_SHELL_WINDOW_ACTION_SHOW_TASKBAR</a>  (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-TOOLBAR:CAPS" title="E_SHELL_WINDOW_ACTION_SHOW_TOOLBAR()">E_SHELL_WINDOW_ACTION_SHOW_TOOLBAR</a>  (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SUBMIT-BUG:CAPS" title="E_SHELL_WINDOW_ACTION_SUBMIT_BUG()">E_SHELL_WINDOW_ACTION_SUBMIT_BUG</a>    (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-INITIAL:CAPS" title="E_SHELL_WINDOW_ACTION_SWITCHER_INITIAL()">E_SHELL_WINDOW_ACTION_SWITCHER_INITIAL</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-MENU:CAPS" title="E_SHELL_WINDOW_ACTION_SWITCHER_MENU()">E_SHELL_WINDOW_ACTION_SWITCHER_MENU</a> (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-BOTH:CAPS" title="E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_BOTH()">E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_BOTH</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-ICONS:CAPS" title="E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_ICONS()">E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_ICONS</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-TEXT:CAPS" title="E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_TEXT()">E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_TEXT</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-USER:CAPS" title="E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_USER()">E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_USER</a>(window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-WORK-OFFLINE:CAPS" title="E_SHELL_WINDOW_ACTION_WORK_OFFLINE()">E_SHELL_WINDOW_ACTION_WORK_OFFLINE</a>  (window)
#define             <a class="link" href="evolution-shell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-WORK-ONLINE:CAPS" title="E_SHELL_WINDOW_ACTION_WORK_ONLINE()">E_SHELL_WINDOW_ACTION_WORK_ONLINE</a>   (window)
</pre>
</div>
<div class="refsect1">
<a name="evolution-shell-Shell-Actions.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="evolution-shell-Shell-Actions.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-ABOUT:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_ABOUT()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_ABOUT(window)</pre>
<p>
Activation of this action displays the application's About dialog.
</p>
<p>
Main menu item: Help -&gt; About
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-CLOSE:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_CLOSE()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_CLOSE(window)</pre>
<p>
Activation of this action closes <em class="parameter"><code>window</code></em>.  If this is the last window,
the application initiates shutdown.
</p>
<p>
Main menu item: File -&gt; Close
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-CONTENTS:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_CONTENTS()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_CONTENTS(window)</pre>
<p>
Activation of this action opens the application's user manual.
</p>
<p>
Main menu item: Help -&gt; Contents
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-COPY-CLIPBOARD:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_COPY_CLIPBOARD()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_COPY_CLIPBOARD(window)</pre>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-CUT-CLIPBOARD:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_CUT_CLIPBOARD()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_CUT_CLIPBOARD(window)</pre>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-DELETE-SELECTION:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_DELETE_SELECTION()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_DELETE_SELECTION(window)</pre>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-GAL-CUSTOM-VIEW:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GAL_CUSTOM_VIEW()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GAL_CUSTOM_VIEW(window)</pre>
<p>
This radio action is selected when using a custom GAL view that has
not been saved.
</p>
<p>
Main menu item: View -&gt; Current View -&gt; Custom View
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-GAL-DELETE-VIEW:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GAL_DELETE_VIEW()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GAL_DELETE_VIEW(window)</pre>
<p>
Activation of this action deletes the current user-created GAL view.
</p>
<p>
Main menu item: View -&gt; Current View -&gt; Delete Current View
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-GAL-SAVE-CUSTOM-VIEW:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GAL_SAVE_CUSTOM_VIEW()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GAL_SAVE_CUSTOM_VIEW(window)</pre>
<p>
Activation of this action saves a custom GAL view.
</p>
<p>
Main menu item: View -&gt; Current View -&gt; Save Custom View...
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-GROUP-NEW-WINDOW:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GROUP_NEW_WINDOW()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GROUP_NEW_WINDOW(window)</pre>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-IMPORT:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_IMPORT()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_IMPORT(window)</pre>
<p>
Activation of this action opens the Evolution Import Assistant.
</p>
<p>
Main menu item: File -&gt; Import...
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-NEW-WINDOW:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_NEW_WINDOW()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_NEW_WINDOW(window)</pre>
<p>
Activation of this action opens a new shell window.
</p>
<p>
Main menu item: File -&gt; New Window
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-PAGE-SETUP:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_PAGE_SETUP()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_PAGE_SETUP(window)</pre>
<p>
Activation of this action opens the application's Page Setup dialog.
</p>
<p>
Main menu item: File -&gt; Page Setup...
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-PASTE-CLIPBOARD:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_PASTE_CLIPBOARD()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_PASTE_CLIPBOARD(window)</pre>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-PREFERENCES:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_PREFERENCES()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_PREFERENCES(window)</pre>
<p>
Activation of this action opens the application's Preferences window.
</p>
<p>
Main menu item: Edit -&gt; Preferences
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-QUICK-REFERENCE:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_QUICK_REFERENCE()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_QUICK_REFERENCE(window)</pre>
<p>
Activation of this action opens a printable table of useful shortcut
keys for this application.
</p>
<p>
Main menu item: Help -&gt; Quick Reference
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-QUIT:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_QUIT()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_QUIT(window)</pre>
<p>
Activation of this action initiates application shutdown.
</p>
<p>
Main menu item: File -&gt; Quit
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SEARCH-ADVANCED:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SEARCH_ADVANCED()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SEARCH_ADVANCED(window)</pre>
<p>
Activation of this action opens an Advanced Search dialog.
</p>
<p>
Main menu item: Search -&gt; Advanced Search...
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SEARCH-CLEAR:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SEARCH_CLEAR()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SEARCH_CLEAR(window)</pre>
<p>
Activation of this action clears the most recent search results.
</p>
<p>
Main menu item: Search -&gt; Clear
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SEARCH-EDIT:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SEARCH_EDIT()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SEARCH_EDIT(window)</pre>
<p>
Activation of this action opens a dialog for editing saved searches.
</p>
<p>
Main menu item: Search -&gt; Edit Saved Searches...
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SEARCH-OPTIONS:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SEARCH_OPTIONS()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SEARCH_OPTIONS(window)</pre>
<p>
Activation of this action displays a menu of search options.
This appears as a "find" icon in the window's search entry.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SEARCH-QUICK:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SEARCH_QUICK()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SEARCH_QUICK(window)</pre>
<p>
Activation of this action executes the current search conditions.
</p>
<p>
Main menu item: Search -&gt; Find Now
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SEARCH-SAVE:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SEARCH_SAVE()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SEARCH_SAVE(window)</pre>
<p>
Activation of this action saves the current search conditions.
</p>
<p>
Main menu item: Search -&gt; Save Search...
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SELECT-ALL:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SELECT_ALL()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SELECT_ALL(window)</pre>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SHOW-SIDEBAR:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SHOW_SIDEBAR()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SHOW_SIDEBAR(window)</pre>
<p>
This toggle action controls whether the side bar is visible.
</p>
<p>
Main menu item: View -&gt; Layout -&gt; Show Side Bar
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SHOW-SWITCHER:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SHOW_SWITCHER()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SHOW_SWITCHER(window)</pre>
<p>
This toggle action controls whether the switcher buttons are visible.
</p>
<p>
Main menu item: View -&gt; Switcher Appearance -&gt; Show Buttons
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SHOW-TASKBAR:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SHOW_TASKBAR()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SHOW_TASKBAR(window)</pre>
<p>
This toggle action controls whether the task bar is visible.
</p>
<p>
Main menu item: View -&gt; Layout -&gt; Show Status Bar
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SHOW-TOOLBAR:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SHOW_TOOLBAR()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SHOW_TOOLBAR(window)</pre>
<p>
This toggle action controls whether the tool bar is visible.
</p>
<p>
Main menu item: View -&gt; Layout -&gt; Show Tool Bar
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SUBMIT-BUG:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SUBMIT_BUG()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SUBMIT_BUG(window)</pre>
<p>
Activation of this action allows users to report a bug using
Bug Buddy.
</p>
<p>
Main menu item: Help -&gt; Submit Bug Report
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SWITCHER-INITIAL:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SWITCHER_INITIAL()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SWITCHER_INITIAL(window)</pre>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SWITCHER-MENU:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SWITCHER_MENU()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SWITCHER_MENU(window)</pre>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-BOTH:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_BOTH()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_BOTH(window)</pre>
<p>
This radio action displays switcher buttons with icons and text.
</p>
<p>
Main menu item: View -&gt; Switcher Appearance -&gt; Icons and Text
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-ICONS:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_ICONS()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_ICONS(window)</pre>
<p>
This radio action displays switcher buttons with icons only.
</p>
<p>
Main menu item: View -&gt; Switcher Appearance -&gt; Icons Only
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-TEXT:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_TEXT()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_TEXT(window)</pre>
<p>
This radio action displays switcher buttons with text only.
</p>
<p>
Main menu item: View -&gt; Switcher Appearance -&gt; Text Only
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-USER:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_USER()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_USER(window)</pre>
<p>
This radio action displays switcher buttons according to the desktop
toolbar setting.
</p>
<p>
Main menu item: View -&gt; Switcher Appearance -&gt; Toolbar Style
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-WORK-OFFLINE:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_WORK_OFFLINE()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_WORK_OFFLINE(window)</pre>
<p>
Activation of this action puts the application into offline mode.
</p>
<p>
Main menu item: File -&gt; Work Offline
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="E-SHELL-WINDOW-ACTION-WORK-ONLINE:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_WORK_ONLINE()</h3>
<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_WORK_ONLINE(window)</pre>
<p>
Activation of this action puts the application into online mode.
</p>
<p>
Main menu item: File -&gt; Work Online
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>