gnomeweb-wml r6351 - trunk/www.gnome.org/projects/evolution/doc/shell



Author: mbarnes
Date: Wed Oct  1 03:48:17 2008
New Revision: 6351
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6351&view=rev

Log:
Add API docs for new shell design.


Added:
   trunk/www.gnome.org/projects/evolution/doc/shell/
   trunk/www.gnome.org/projects/evolution/doc/shell/EShell.html
   trunk/www.gnome.org/projects/evolution/doc/shell/EShellContent.html
   trunk/www.gnome.org/projects/evolution/doc/shell/EShellModule.html
   trunk/www.gnome.org/projects/evolution/doc/shell/EShellSidebar.html
   trunk/www.gnome.org/projects/evolution/doc/shell/EShellSwitcher.html
   trunk/www.gnome.org/projects/evolution/doc/shell/EShellTaskbar.html
   trunk/www.gnome.org/projects/evolution/doc/shell/EShellView.html
   trunk/www.gnome.org/projects/evolution/doc/shell/EShellWindow.html
   trunk/www.gnome.org/projects/evolution/doc/shell/Makefile.am
   trunk/www.gnome.org/projects/evolution/doc/shell/ch01.html
   trunk/www.gnome.org/projects/evolution/doc/shell/ch02.html
   trunk/www.gnome.org/projects/evolution/doc/shell/eshell-Action-Groups.html
   trunk/www.gnome.org/projects/evolution/doc/shell/eshell-Shell-Actions.html
   trunk/www.gnome.org/projects/evolution/doc/shell/eshell-e-shell-importer.html
   trunk/www.gnome.org/projects/evolution/doc/shell/home.png   (contents, props changed)
   trunk/www.gnome.org/projects/evolution/doc/shell/index.html
   trunk/www.gnome.org/projects/evolution/doc/shell/index.sgml
   trunk/www.gnome.org/projects/evolution/doc/shell/ix01.html
   trunk/www.gnome.org/projects/evolution/doc/shell/left.png   (contents, props changed)
   trunk/www.gnome.org/projects/evolution/doc/shell/right.png   (contents, props changed)
   trunk/www.gnome.org/projects/evolution/doc/shell/style.css
   trunk/www.gnome.org/projects/evolution/doc/shell/up.png   (contents, props changed)

Added: trunk/www.gnome.org/projects/evolution/doc/shell/EShell.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/EShell.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,782 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>EShell</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="ch01.html" title="The Shell">
+<link rel="prev" href="ch01.html" title="The Shell">
+<link rel="next" href="EShellModule.html" title="EShellModule">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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="EShellModule.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#EShell.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#EShell.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#EShell.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#EShell.properties" class="shortcut">Properties</a>
+                  Â|Â
+                  <a href="#EShell.signals" class="shortcut">Signals</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="EShell"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="EShell.top_of_page"></a>EShell</span></h2>
+<p>EShell â the backbone of Evolution</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="EShell.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+
+#include &lt;shell/e-shell.h&gt;
+
+                    <a class="link" href="EShell.html#EShell-struct" title="EShell">EShell</a>;
+enum                <a class="link" href="EShell.html#EShellLineStatus" title="enum EShellLineStatus">EShellLineStatus</a>;
+<a class="link" href="EShell.html" title="EShell">EShell</a>*             <a class="link" href="EShell.html#e-shell-new" title="e_shell_new ()">e_shell_new</a>                         (<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> online);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              <a class="link" href="EShell.html#e-shell-list-modules" title="e_shell_list_modules ()">e_shell_list_modules</a>                (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);
+const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="EShell.html#e-shell-get-canonical-name" title="e_shell_get_canonical_name ()">e_shell_get_canonical_name</a>          (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *name);
+<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a>*       <a class="link" href="EShell.html#e-shell-get-module-by-name" title="e_shell_get_module_by_name ()">e_shell_get_module_by_name</a>          (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *name);
+<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a>*       <a class="link" href="EShell.html#e-shell-get-module-by-scheme" title="e_shell_get_module_by_scheme ()">e_shell_get_module_by_scheme</a>        (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *scheme);
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          <a class="link" href="EShell.html#e-shell-create-window" title="e_shell_create_window ()">e_shell_create_window</a>               (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="EShell.html#e-shell-handle-uri" title="e_shell_handle_uri ()">e_shell_handle_uri</a>                  (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *uri);
+void                <a class="link" href="EShell.html#e-shell-send-receive" title="e_shell_send_receive ()">e_shell_send_receive</a>                (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         <a
+href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
+>GtkWindow</a> *parent);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="EShell.html#e-shell-get-online-mode" title="e_shell_get_online_mode ()">e_shell_get_online_mode</a>             (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);
+void                <a class="link" href="EShell.html#e-shell-set-online-mode" title="e_shell_set_online_mode ()">e_shell_set_online_mode</a>             (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> online_mode);
+<a class="link" href="EShell.html#EShellLineStatus" title="enum EShellLineStatus">EShellLineStatus</a>    <a class="link" href="EShell.html#e-shell-get-line-status" title="e_shell_get_line_status ()">e_shell_get_line_status</a>             (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);
+void                <a class="link" href="EShell.html#e-shell-set-line-status" title="e_shell_set_line_status ()">e_shell_set_line_status</a>             (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         <a class="link" href="EShell.html#EShellLineStatus" title="enum EShellLineStatus">EShellLineStatus</a> status);
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          <a class="link" href="EShell.html#e-shell-get-preferences-window" title="e_shell_get_preferences_window ()">e_shell_get_preferences_window</a>      (void);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="EShell.html#e-shell-is-busy" title="e_shell_is_busy ()">e_shell_is_busy</a>                     (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="EShell.html#e-shell-do-quit" title="e_shell_do_quit ()">e_shell_do_quit</a>                     (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="EShell.html#e-shell-quit" title="e_shell_quit ()">e_shell_quit</a>                        (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShell.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----EShell
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShell.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShell.html#EShell--online-mode" title='The "online-mode" property'>online-mode</a>"              <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShell.signals"></a><h2>Signals</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShell.html#EShell-handle-uri" title='The "handle-uri" signal'>handle-uri</a>"                                     : Run Last / Action
+  "<a class="link" href="EShell.html#EShell-send-receive" title='The "send-receive" signal'>send-receive</a>"                                   : Run Last / Action
+  "<a class="link" href="EShell.html#EShell-window-created" title='The "window-created" signal'>window-created</a>"                                 : Run Last
+  "<a class="link" href="EShell.html#EShell-window-destroyed" title='The "window-destroyed" signal'>window-destroyed</a>"                               : Run Last
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShell.description"></a><h2>Description</h2>
+<p>
+</p>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShell.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShell-struct"></a><h3>EShell</h3>
+<pre class="programlisting">typedef struct _EShell EShell;</pre>
+<p>
+Contains only private data that should be read and manipulated using the
+functions below.</p>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellLineStatus"></a><h3>enum EShellLineStatus</h3>
+<pre class="programlisting">enum EShellLineStatus {
+	E_SHELL_LINE_STATUS_ONLINE,
+	E_SHELL_LINE_STATUS_GOING_OFFLINE, /* NB: really means changing state in either direction */
+	E_SHELL_LINE_STATUS_OFFLINE,
+	E_SHELL_LINE_STATUS_FORCED_OFFLINE
+};
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-new"></a><h3>e_shell_new ()</h3>
+<pre class="programlisting"><a class="link" href="EShell.html" title="EShell">EShell</a>*             e_shell_new                         (<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> online);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>online</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-list-modules"></a><h3>e_shell_list_modules ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              e_shell_list_modules                (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-get-canonical-name"></a><h3>e_shell_get_canonical_name ()</h3>
+<pre class="programlisting">const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        e_shell_get_canonical_name          (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *name);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>name</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-get-module-by-name"></a><h3>e_shell_get_module_by_name ()</h3>
+<pre class="programlisting"><a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a>*       e_shell_get_module_by_name          (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *name);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>name</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-get-module-by-scheme"></a><h3>e_shell_get_module_by_scheme ()</h3>
+<pre class="programlisting"><a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a>*       e_shell_get_module_by_scheme        (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *scheme);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>scheme</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-create-window"></a><h3>e_shell_create_window ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          e_shell_create_window               (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-handle-uri"></a><h3>e_shell_handle_uri ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            e_shell_handle_uri                  (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *uri);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>uri</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-send-receive"></a><h3>e_shell_send_receive ()</h3>
+<pre class="programlisting">void                e_shell_send_receive                (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         <a
+href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
+>GtkWindow</a> *parent);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>parent</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-get-online-mode"></a><h3>e_shell_get_online_mode ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            e_shell_get_online_mode             (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-set-online-mode"></a><h3>e_shell_set_online_mode ()</h3>
+<pre class="programlisting">void                e_shell_set_online_mode             (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> online_mode);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>online_mode</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-get-line-status"></a><h3>e_shell_get_line_status ()</h3>
+<pre class="programlisting"><a class="link" href="EShell.html#EShellLineStatus" title="enum EShellLineStatus">EShellLineStatus</a>    e_shell_get_line_status             (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-set-line-status"></a><h3>e_shell_set_line_status ()</h3>
+<pre class="programlisting">void                e_shell_set_line_status             (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         <a class="link" href="EShell.html#EShellLineStatus" title="enum EShellLineStatus">EShellLineStatus</a> status);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>status</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-get-preferences-window"></a><h3>e_shell_get_preferences_window ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          e_shell_get_preferences_window      (void);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-is-busy"></a><h3>e_shell_is_busy ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            e_shell_is_busy                     (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-do-quit"></a><h3>e_shell_do_quit ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            e_shell_do_quit                     (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-quit"></a><h3>e_shell_quit ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            e_shell_quit                        (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShell.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShell--online-mode"></a><h3>The <code class="literal">"online-mode"</code> property</h3>
+<pre class="programlisting">  "online-mode"              <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct</pre>
+<p>Whether the shell is online.</p>
+<p>Default value: TRUE</p>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShell.signal-details"></a><h2>Signal Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShell-handle-uri"></a><h3>The <code class="literal">"handle-uri"</code> signal</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            user_function                      (<a class="link" href="EShell.html" title="EShell">EShell</a>  *eshell,
+                                                        <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>   *arg1,
+                                                        <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> user_data)      : Run Last / Action</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>eshell</code></em>Â:</span></p></td>
+<td>the object which received the signal.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg1</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShell-send-receive"></a><h3>The <code class="literal">"send-receive"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="EShell.html" title="EShell">EShell</a>    *eshell,
+                                                        <a
+href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
+>GtkWindow</a> *arg1,
+                                                        <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>   user_data)      : Run Last / Action</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>eshell</code></em>Â:</span></p></td>
+<td>the object which received the signal.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg1</code></em>Â:</span></p></td>
+<td>
+
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShell-window-created"></a><h3>The <code class="literal">"window-created"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="EShell.html" title="EShell">EShell</a>       *eshell,
+                                                        <a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *arg1,
+                                                        <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>      user_data)      : Run Last</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>eshell</code></em>Â:</span></p></td>
+<td>the object which received the signal.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg1</code></em>Â:</span></p></td>
+<td>
+
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShell-window-destroyed"></a><h3>The <code class="literal">"window-destroyed"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="EShell.html" title="EShell">EShell</a>  *eshell,
+                                                        <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> arg1,
+                                                        <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> user_data)      : Run Last</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>eshell</code></em>Â:</span></p></td>
+<td>the object which received the signal.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg1</code></em>Â:</span></p></td>
+<td>
+
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/EShellContent.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/EShellContent.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,276 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>EShellContent</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="ch01.html" title="The Shell">
+<link rel="prev" href="EShellView.html" title="EShellView">
+<link rel="next" href="EShellSidebar.html" title="EShellSidebar">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="EShellView.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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="EShellSidebar.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#EShellContent.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#EShellContent.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#EShellContent.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#EShellContent.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+                  Â|Â
+                  <a href="#EShellContent.properties" class="shortcut">Properties</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="EShellContent"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="EShellContent.top_of_page"></a>EShellContent</span></h2>
+<p>EShellContent â the right side of the main window</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="EShellContent.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+
+#include &lt;shell/e-shell-content.h&gt;
+
+                    <a class="link" href="EShellContent.html#EShellContent-struct" title="EShellContent">EShellContent</a>;
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          <a class="link" href="EShellContent.html#e-shell-content-new" title="e_shell_content_new ()">e_shell_content_new</a>                 (struct _EShellView *shell_view);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellContent.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----<a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
+>GInitiallyUnowned</a>
+         +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
+>GtkObject</a>
+               +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>
+                     +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
+>GtkContainer</a>
+                           +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
+>GtkBin</a>
+                                 +----EShellContent
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellContent.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+EShellContent implements
+ AtkImplementorIface and  <a
+href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
+>GtkBuildable</a>.</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellContent.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShellContent.html#EShellContent--filter-action" title='The "filter-action" property'>filter-action</a>"            <a
+href="/usr/share/gtk-doc/html/gtk/GtkRadioAction.html"
+>GtkRadioAction</a>*       : Read / Write
+  "<a class="link" href="EShellContent.html#EShellContent--filter-value" title='The "filter-value" property'>filter-value</a>"             <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                  : Read / Write
+  "<a class="link" href="EShellContent.html#EShellContent--filter-visible" title='The "filter-visible" property'>filter-visible</a>"           <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct
+  "<a class="link" href="EShellContent.html#EShellContent--scope-action" title='The "scope-action" property'>scope-action</a>"             <a
+href="/usr/share/gtk-doc/html/gtk/GtkRadioAction.html"
+>GtkRadioAction</a>*       : Read / Write
+  "<a class="link" href="EShellContent.html#EShellContent--scope-value" title='The "scope-value" property'>scope-value</a>"              <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                  : Read / Write
+  "<a class="link" href="EShellContent.html#EShellContent--scope-visible" title='The "scope-visible" property'>scope-visible</a>"            <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct
+  "<a class="link" href="EShellContent.html#EShellContent--search-context" title='The "search-context" property'>search-context</a>"           RuleContext*          : Read
+  "<a class="link" href="EShellContent.html#EShellContent--search-rule" title='The "search-rule" property'>search-rule</a>"              FilterRule*           : Read / Write
+  "<a class="link" href="EShellContent.html#EShellContent--search-text" title='The "search-text" property'>search-text</a>"              <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write
+  "<a class="link" href="EShellContent.html#EShellContent--search-value" title='The "search-value" property'>search-value</a>"             <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                  : Read / Write
+  "<a class="link" href="EShellContent.html#EShellContent--search-visible" title='The "search-visible" property'>search-visible</a>"           <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct
+  "<a class="link" href="EShellContent.html#EShellContent--shell-view" title='The "shell-view" property'>shell-view</a>"               <a class="link" href="EShellView.html" title="EShellView">EShellView</a>*           : Read / Write / Construct Only
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellContent.description"></a><h2>Description</h2>
+<p>
+</p>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellContent.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellContent-struct"></a><h3>EShellContent</h3>
+<pre class="programlisting">typedef struct _EShellContent EShellContent;</pre>
+<p>
+Contains only private data that should be read and manipulated using the
+functions below.</p>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-content-new"></a><h3>e_shell_content_new ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          e_shell_content_new                 (struct _EShellView *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellContent.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellContent--filter-action"></a><h3>The <code class="literal">"filter-action"</code> property</h3>
+<pre class="programlisting">  "filter-action"            <a
+href="/usr/share/gtk-doc/html/gtk/GtkRadioAction.html"
+>GtkRadioAction</a>*       : Read / Write</pre>
+<p></p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--filter-value"></a><h3>The <code class="literal">"filter-value"</code> property</h3>
+<pre class="programlisting">  "filter-value"             <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                  : Read / Write</pre>
+<p></p>
+<p>Default value: 0</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--filter-visible"></a><h3>The <code class="literal">"filter-visible"</code> property</h3>
+<pre class="programlisting">  "filter-visible"           <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct</pre>
+<p></p>
+<p>Default value: TRUE</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--scope-action"></a><h3>The <code class="literal">"scope-action"</code> property</h3>
+<pre class="programlisting">  "scope-action"             <a
+href="/usr/share/gtk-doc/html/gtk/GtkRadioAction.html"
+>GtkRadioAction</a>*       : Read / Write</pre>
+<p></p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--scope-value"></a><h3>The <code class="literal">"scope-value"</code> property</h3>
+<pre class="programlisting">  "scope-value"              <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                  : Read / Write</pre>
+<p></p>
+<p>Default value: 0</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--scope-visible"></a><h3>The <code class="literal">"scope-visible"</code> property</h3>
+<pre class="programlisting">  "scope-visible"            <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct</pre>
+<p></p>
+<p>Default value: FALSE</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--search-context"></a><h3>The <code class="literal">"search-context"</code> property</h3>
+<pre class="programlisting">  "search-context"           RuleContext*          : Read</pre>
+<p></p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--search-rule"></a><h3>The <code class="literal">"search-rule"</code> property</h3>
+<pre class="programlisting">  "search-rule"              FilterRule*           : Read / Write</pre>
+<p></p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--search-text"></a><h3>The <code class="literal">"search-text"</code> property</h3>
+<pre class="programlisting">  "search-text"              <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write</pre>
+<p></p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--search-value"></a><h3>The <code class="literal">"search-value"</code> property</h3>
+<pre class="programlisting">  "search-value"             <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                  : Read / Write</pre>
+<p></p>
+<p>Default value: 0</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--search-visible"></a><h3>The <code class="literal">"search-visible"</code> property</h3>
+<pre class="programlisting">  "search-visible"           <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct</pre>
+<p></p>
+<p>Default value: TRUE</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellContent--shell-view"></a><h3>The <code class="literal">"shell-view"</code> property</h3>
+<pre class="programlisting">  "shell-view"               <a class="link" href="EShellView.html" title="EShellView">EShellView</a>*           : Read / Write / Construct Only</pre>
+<p></p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/EShellModule.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/EShellModule.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,660 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>EShellModule</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="ch01.html" title="The Shell">
+<link rel="prev" href="EShell.html" title="EShell">
+<link rel="next" href="EShellWindow.html" title="EShellWindow">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="EShell.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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="EShellWindow.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#EShellModule.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#EShellModule.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#EShellModule.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#EShellModule.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+                  Â|Â
+                  <a href="#EShellModule.properties" class="shortcut">Properties</a>
+                  Â|Â
+                  <a href="#EShellModule.signals" class="shortcut">Signals</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="EShellModule"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="EShellModule.top_of_page"></a>EShellModule</span></h2>
+<p>EShellModule â dynamically loaded capabilities</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="EShellModule.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+
+#include &lt;shell/e-shell-module.h&gt;
+
+                    <a class="link" href="EShellModule.html#EShellModule-struct" title="EShellModule">EShellModule</a>;
+                    <a class="link" href="EShellModule.html#EShellModuleInfo" title="EShellModuleInfo">EShellModuleInfo</a>;
+<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a>*       <a class="link" href="EShellModule.html#e-shell-module-new" title="e_shell_module_new ()">e_shell_module_new</a>                  (struct _EShell *shell,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *filename);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                <a class="link" href="EShellModule.html#e-shell-module-compare" title="e_shell_module_compare ()">e_shell_module_compare</a>              (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module_a,
+                                                         <a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module_b);
+const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="EShellModule.html#e-shell-module-get-config-dir" title="e_shell_module_get_config_dir ()">e_shell_module_get_config_dir</a>       (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);
+const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="EShellModule.html#e-shell-module-get-data-dir" title="e_shell_module_get_data_dir ()">e_shell_module_get_data_dir</a>         (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);
+const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="EShellModule.html#e-shell-module-get-filename" title="e_shell_module_get_filename ()">e_shell_module_get_filename</a>         (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);
+const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="EShellModule.html#e-shell-module-get-searches" title="e_shell_module_get_searches ()">e_shell_module_get_searches</a>         (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);
+struct <a class="link" href="EShell.html" title="EShell">_EShell</a>*     <a class="link" href="EShellModule.html#e-shell-module-get-shell" title="e_shell_module_get_shell ()">e_shell_module_get_shell</a>            (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);
+void                <a class="link" href="EShellModule.html#e-shell-module-add-activity" title="e_shell_module_add_activity ()">e_shell_module_add_activity</a>         (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module,
+                                                         EActivity *activity);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="EShellModule.html#e-shell-module-is-busy" title="e_shell_module_is_busy ()">e_shell_module_is_busy</a>              (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="EShellModule.html#e-shell-module-shutdown" title="e_shell_module_shutdown ()">e_shell_module_shutdown</a>             (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);
+void                <a class="link" href="EShellModule.html#e-shell-module-set-info" title="e_shell_module_set_info ()">e_shell_module_set_info</a>             (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module,
+                                                         const <a class="link" href="EShellModule.html#EShellModuleInfo" title="EShellModuleInfo">EShellModuleInfo</a> *info);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellModule.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----<a
+href="/usr/share/gtk-doc/html/gobject/GTypeModule.html"
+>GTypeModule</a>
+         +----EShellModule
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellModule.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+EShellModule implements
+ <a
+href="/usr/share/gtk-doc/html/gobject/GTypePlugin.html"
+>GTypePlugin</a>.</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellModule.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShellModule.html#EShellModule--filename" title='The "filename" property'>filename</a>"                 <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write / Construct Only
+  "<a class="link" href="EShellModule.html#EShellModule--shell" title='The "shell" property'>shell</a>"                    <a class="link" href="EShell.html" title="EShell">EShell</a>*               : Read / Write / Construct Only
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellModule.signals"></a><h2>Signals</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShellModule.html#EShellModule-activity-added" title='The "activity-added" signal'>activity-added</a>"                                 : Run Last
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellModule.description"></a><h2>Description</h2>
+<p>
+</p>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellModule.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellModule-struct"></a><h3>EShellModule</h3>
+<pre class="programlisting">typedef struct _EShellModule EShellModule;</pre>
+<p>
+Contains only private data that should be read and manipulated using the
+functions below.</p>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellModuleInfo"></a><h3>EShellModuleInfo</h3>
+<pre class="programlisting">typedef struct {
+	const gchar *name;
+	const gchar *aliases;
+	const gchar *schemes;
+	const gchar *searches;
+	gint sort_order;
+
+	gboolean	(*is_busy)		(EShellModule *shell_module);
+	gboolean	(*shutdown)		(EShellModule *shell_module);
+} EShellModuleInfo;
+</pre>
+<p>
+</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term">constÂ<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>Â*<em class="structfield"><code>name</code></em>;</span></p></td>
+<td>	The name of the module.  Also becomes the name of
+		the corresponding <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a> subclass that the
+		module will register.
+</td>
+</tr>
+<tr>
+<td><p><span class="term">constÂ<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>Â*<em class="structfield"><code>aliases</code></em>;</span></p></td>
+<td>	Colon-separated list of aliases that can be used
+		when referring to a module by name.
+</td>
+</tr>
+<tr>
+<td><p><span class="term">constÂ<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>Â*<em class="structfield"><code>schemes</code></em>;</span></p></td>
+<td>	Colon-separated list of URI schemes.  The <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a>
+		will forward command-line URIs to the appropriate
+		module based on this list.
+</td>
+</tr>
+<tr>
+<td><p><span class="term">constÂ<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>Â*<em class="structfield"><code>searches</code></em>;</span></p></td>
+<td>	Base name of the XML file containing predefined
+		search rules for this module.  These show up as
+		options in the search entry drop-down.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>Â<em class="structfield"><code>sort_order</code></em>;</span></p></td>
+<td>	Used to determine the order of modules listed in
+		the main menu and in the switcher.  See
+		<a class="link" href="EShellModule.html#e-shell-module-compare" title="e_shell_module_compare ()"><code class="function">e_shell_module_compare()</code></a>.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="structfield"><code>is_busy</code></em>Â()</span></p></td>
+<td>	Callback for querying whether the module has
+		operations in progress that cannot be cancelled
+		or finished immediately.  Returning <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
+><code class="literal">TRUE</code></a> prevents
+		the application from shutting down.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="structfield"><code>shutdown</code></em>Â()</span></p></td>
+<td>	Callback for notifying the module to begin
+		shutting down.  Returning <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
+><code class="literal">FALSE</code></a> indicates there
+		are still unfinished operations and the <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a>
+		should check back shortly.
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-new"></a><h3>e_shell_module_new ()</h3>
+<pre class="programlisting"><a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a>*       e_shell_module_new                  (struct _EShell *shell,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *filename);</pre>
+<p>
+Loads <em class="parameter"><code>filename</code></em> as a <a
+href="/usr/share/gtk-doc/html/gobject/GTypeModule.html"
+><span class="type">GTypeModule</span></a> and tries to invoke a module
+function named <code class="function">e_shell_module_init</code>, passing
+the newly loaded <a
+href="/usr/share/gtk-doc/html/gobject/GTypeModule.html"
+><span class="type">GTypeModule</span></a> as an argument.  The shell module is
+responsible for defining such a function to perform the appropriate
+initialization steps.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>filename</code></em>Â:</span></p></td>
+<td> the name of the file containing the shell module
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> a new <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-compare"></a><h3>e_shell_module_compare ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                e_shell_module_compare              (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module_a,
+                                                         <a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module_b);</pre>
+<p>
+Using the <em class="structfield"><code>sort_order</code></em> field from both modules'
+<a class="link" href="EShellModule.html#EShellModuleInfo" title="EShellModuleInfo"><span class="type">EShellModuleInfo</span></a>, compares <em class="parameter"><code>shell_module_a</code></em> with <em class="parameter"><code>shell_mobule_b</code></em> and
+returns -1, 0 or +1 if <em class="parameter"><code>shell_module_a</code></em> is found to be less than, equal
+to or greater than <em class="parameter"><code>shell_module_b</code></em>, respectively.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module_a</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module_b</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> -1, 0 or +1, for a less than, equal to or greater than result
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-get-config-dir"></a><h3>e_shell_module_get_config_dir ()</h3>
+<pre class="programlisting">const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        e_shell_module_get_config_dir       (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);</pre>
+<p>
+Returns the absolute path to the configuration directory for
+<em class="parameter"><code>shell_module</code></em>.  The string is owned by <em class="parameter"><code>shell_module</code></em> and should
+not be modified or freed.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the module's configuration directory
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-get-data-dir"></a><h3>e_shell_module_get_data_dir ()</h3>
+<pre class="programlisting">const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        e_shell_module_get_data_dir         (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);</pre>
+<p>
+Returns the absolute path to the data directory for <em class="parameter"><code>shell_module</code></em>.
+The string is owned by <em class="parameter"><code>shell_module</code></em> and should not be modified or
+freed.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the module's data directory
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-get-filename"></a><h3>e_shell_module_get_filename ()</h3>
+<pre class="programlisting">const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        e_shell_module_get_filename         (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);</pre>
+<p>
+Returns the name of the file from which <em class="parameter"><code>shell_module</code></em> was loaded.
+The string is owned by <em class="parameter"><code>shell_module</code></em> and should not be modified or
+freed.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the module's file name
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-get-searches"></a><h3>e_shell_module_get_searches ()</h3>
+<pre class="programlisting">const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        e_shell_module_get_searches         (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);</pre>
+<p>
+Returns the base name of the XML file containing predefined search
+rules for <em class="parameter"><code>shell_module</code></em>.  The XML files are usually named something
+like <code class="filename"><span class="emphasis"><em>module</em></span>types.xml</code>.
+</p>
+<p>
+XXX This function is likely to change or disappear.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the base name of the XML filter file
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-get-shell"></a><h3>e_shell_module_get_shell ()</h3>
+<pre class="programlisting">struct <a class="link" href="EShell.html" title="EShell">_EShell</a>*     e_shell_module_get_shell            (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);</pre>
+<p>
+Returns the <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a> that was passed to <a class="link" href="EShellModule.html#e-shell-module-new" title="e_shell_module_new ()"><code class="function">e_shell_module_new()</code></a>.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-add-activity"></a><h3>e_shell_module_add_activity ()</h3>
+<pre class="programlisting">void                e_shell_module_add_activity         (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module,
+                                                         EActivity *activity);</pre>
+<p>
+Emits an <a class="link" href="EShellModule.html#EShellModule-activity-added" title='The "activity-added" signal'><span class="type">"activity-added"</span></a> signal.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>activity</code></em>Â:</span></p></td>
+<td> an <span class="type">EActivity</span>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-is-busy"></a><h3>e_shell_module_is_busy ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            e_shell_module_is_busy              (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);</pre>
+<p>
+Returns <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
+><code class="literal">TRUE</code></a> if <em class="parameter"><code>shell_module</code></em> is busy and cannot be shutdown at
+present.  Each module must define what "busy" means to them and
+determine an appropriate response.
+</p>
+<p>
+XXX This function is likely to change or disappear.  I'm toying with
+    the idea of just having it check whether there are any unfinished
+    <span class="type">EActivity</span>'s left, so we have a consistent and easily
+    testable definition of what "busy" means.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
+><code class="literal">TRUE</code></a> if the module is busy
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-shutdown"></a><h3>e_shell_module_shutdown ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            e_shell_module_shutdown             (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module);</pre>
+<p>
+Alerts <em class="parameter"><code>shell_module</code></em> to begin shutdown procedures.  If the module is
+busy and cannot immediately shut down, the function returns <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
+><code class="literal">FALSE</code></a>.
+A <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
+><code class="literal">TRUE</code></a> response implies <em class="parameter"><code>shell_module</code></em> has successfully shut down.
+</p>
+<p>
+XXX This function is likely to change or disappear.  I'm toying with
+    the idea of just having it check whether there are any unfinished
+    <span class="type">EActivity</span>'s left, so we have a consistent and easily
+    testable definition of what "busy" means.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
+><code class="literal">TRUE</code></a> if the module has shut down, <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
+><code class="literal">FALSE</code></a> if the module is
+         busy and cannot immediately shut down
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-module-set-info"></a><h3>e_shell_module_set_info ()</h3>
+<pre class="programlisting">void                e_shell_module_set_info             (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module,
+                                                         const <a class="link" href="EShellModule.html#EShellModuleInfo" title="EShellModuleInfo">EShellModuleInfo</a> *info);</pre>
+<p>
+Registers basic configuration information about <em class="parameter"><code>shell_module</code></em> that
+the <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a> can use for processing command-line arguments.
+</p>
+<p>
+Configuration information should be registered from
+<em class="parameter"><code>shell_module</code></em>'s <code class="function">e_shell_module_init</code>
+initialization function.  See <a class="link" href="EShellModule.html#e-shell-module-new" title="e_shell_module_new ()"><code class="function">e_shell_module_new()</code></a> for more information.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>info</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellModule.html#EShellModuleInfo" title="EShellModuleInfo"><span class="type">EShellModuleInfo</span></a>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellModule.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellModule--filename"></a><h3>The <code class="literal">"filename"</code> property</h3>
+<pre class="programlisting">  "filename"                 <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write / Construct Only</pre>
+<p>
+The filename of the module.</p>
+<p>
+
+</p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellModule--shell"></a><h3>The <code class="literal">"shell"</code> property</h3>
+<pre class="programlisting">  "shell"                    <a class="link" href="EShell.html" title="EShell">EShell</a>*               : Read / Write / Construct Only</pre>
+<p>
+The <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a> singleton.</p>
+<p>
+
+</p>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellModule.signal-details"></a><h2>Signal Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellModule-activity-added"></a><h3>The <code class="literal">"activity-added"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a> *shell_module,
+                                                        EActivity    *activity,
+                                                        <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>      user_data)         : Run Last</pre>
+<p>
+Broadcasts a newly added activity.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_module</code></em>Â:</span></p></td>
+<td> the <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a> that emitted the signal
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>activity</code></em>Â:</span></p></td>
+<td> an <span class="type">EActivity</span>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/EShellSidebar.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/EShellSidebar.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>EShellSidebar</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="ch01.html" title="The Shell">
+<link rel="prev" href="EShellContent.html" title="EShellContent">
+<link rel="next" href="EShellTaskbar.html" title="EShellTaskbar">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="EShellContent.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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="EShellTaskbar.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#EShellSidebar.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#EShellSidebar.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#EShellSidebar.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#EShellSidebar.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+                  Â|Â
+                  <a href="#EShellSidebar.properties" class="shortcut">Properties</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="EShellSidebar"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="EShellSidebar.top_of_page"></a>EShellSidebar</span></h2>
+<p>EShellSidebar â the left side of the main window</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="EShellSidebar.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+
+#include &lt;shell/e-shell-sidebar.h&gt;
+
+                    <a class="link" href="EShellSidebar.html#EShellSidebar-struct" title="EShellSidebar">EShellSidebar</a>;
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          <a class="link" href="EShellSidebar.html#e-shell-sidebar-new" title="e_shell_sidebar_new ()">e_shell_sidebar_new</a>                 (struct _EShellView *shell_view);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSidebar.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----<a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
+>GInitiallyUnowned</a>
+         +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
+>GtkObject</a>
+               +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>
+                     +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
+>GtkContainer</a>
+                           +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
+>GtkBin</a>
+                                 +----EShellSidebar
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSidebar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+EShellSidebar implements
+ AtkImplementorIface and  <a
+href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
+>GtkBuildable</a>.</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSidebar.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShellSidebar.html#EShellSidebar--primary-text" title='The "primary-text" property'>primary-text</a>"             <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write
+  "<a class="link" href="EShellSidebar.html#EShellSidebar--secondary-text" title='The "secondary-text" property'>secondary-text</a>"           <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write
+  "<a class="link" href="EShellSidebar.html#EShellSidebar--shell-view" title='The "shell-view" property'>shell-view</a>"               <a class="link" href="EShellView.html" title="EShellView">EShellView</a>*           : Read / Write / Construct Only
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSidebar.description"></a><h2>Description</h2>
+<p>
+</p>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSidebar.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellSidebar-struct"></a><h3>EShellSidebar</h3>
+<pre class="programlisting">typedef struct _EShellSidebar EShellSidebar;</pre>
+<p>
+Contains only private data that should be read and manipulated using the
+functions below.</p>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-sidebar-new"></a><h3>e_shell_sidebar_new ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          e_shell_sidebar_new                 (struct _EShellView *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSidebar.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellSidebar--primary-text"></a><h3>The <code class="literal">"primary-text"</code> property</h3>
+<pre class="programlisting">  "primary-text"             <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write</pre>
+<p></p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellSidebar--secondary-text"></a><h3>The <code class="literal">"secondary-text"</code> property</h3>
+<pre class="programlisting">  "secondary-text"           <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write</pre>
+<p></p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellSidebar--shell-view"></a><h3>The <code class="literal">"shell-view"</code> property</h3>
+<pre class="programlisting">  "shell-view"               <a class="link" href="EShellView.html" title="EShellView">EShellView</a>*           : Read / Write / Construct Only</pre>
+<p></p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/EShellSwitcher.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/EShellSwitcher.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,423 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>EShellSwitcher</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="ch01.html" title="The Shell">
+<link rel="prev" href="EShellTaskbar.html" title="EShellTaskbar">
+<link rel="next" href="eshell-e-shell-importer.html" title="e-shell-importer">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="EShellTaskbar.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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="eshell-e-shell-importer.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#EShellSwitcher.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#EShellSwitcher.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#EShellSwitcher.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#EShellSwitcher.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+                  Â|Â
+                  <a href="#EShellSwitcher.properties" class="shortcut">Properties</a>
+                  Â|Â
+                  <a href="#EShellSwitcher.signals" class="shortcut">Signals</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="EShellSwitcher"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="EShellSwitcher.top_of_page"></a>EShellSwitcher</span></h2>
+<p>EShellSwitcher â buttons for switching views</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="EShellSwitcher.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+
+#include &lt;shell/e-shell-switcher.h&gt;
+
+                    <a class="link" href="EShellSwitcher.html#EShellSwitcher-struct" title="EShellSwitcher">EShellSwitcher</a>;
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          <a class="link" href="EShellSwitcher.html#e-shell-switcher-new" title="e_shell_switcher_new ()">e_shell_switcher_new</a>                (void);
+void                <a class="link" href="EShellSwitcher.html#e-shell-switcher-add-action" title="e_shell_switcher_add_action ()">e_shell_switcher_add_action</a>         (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher,
+                                                         <a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+>GtkAction</a> *action);
+<a
+href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkToolbarStyle"
+>GtkToolbarStyle</a>     <a class="link" href="EShellSwitcher.html#e-shell-switcher-get-style" title="e_shell_switcher_get_style ()">e_shell_switcher_get_style</a>          (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher);
+void                <a class="link" href="EShellSwitcher.html#e-shell-switcher-set-style" title="e_shell_switcher_set_style ()">e_shell_switcher_set_style</a>          (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher,
+                                                         <a
+href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkToolbarStyle"
+>GtkToolbarStyle</a> style);
+void                <a class="link" href="EShellSwitcher.html#e-shell-switcher-unset-style" title="e_shell_switcher_unset_style ()">e_shell_switcher_unset_style</a>        (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="EShellSwitcher.html#e-shell-switcher-get-visible" title="e_shell_switcher_get_visible ()">e_shell_switcher_get_visible</a>        (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher);
+void                <a class="link" href="EShellSwitcher.html#e-shell-switcher-set-visible" title="e_shell_switcher_set_visible ()">e_shell_switcher_set_visible</a>        (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> visible);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSwitcher.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----<a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
+>GInitiallyUnowned</a>
+         +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
+>GtkObject</a>
+               +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>
+                     +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
+>GtkContainer</a>
+                           +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
+>GtkBin</a>
+                                 +----EShellSwitcher
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSwitcher.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+EShellSwitcher implements
+ AtkImplementorIface,  <a
+href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
+>GtkBuildable</a> and  <a
+href="/usr/share/gtk-doc/html/gtk/GtkToolShell.html"
+>GtkToolShell</a>.</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSwitcher.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShellSwitcher.html#EShellSwitcher--toolbar-style" title='The "toolbar-style" property'>toolbar-style</a>"            <a
+href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkToolbarStyle"
+>GtkToolbarStyle</a>       : Read / Write / Construct
+  "<a class="link" href="EShellSwitcher.html#EShellSwitcher--toolbar-visible" title='The "toolbar-visible" property'>toolbar-visible</a>"          <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSwitcher.signals"></a><h2>Signals</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShellSwitcher.html#EShellSwitcher-style-changed" title='The "style-changed" signal'>style-changed</a>"                                  : Run First
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSwitcher.description"></a><h2>Description</h2>
+<p>
+</p>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSwitcher.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellSwitcher-struct"></a><h3>EShellSwitcher</h3>
+<pre class="programlisting">typedef struct _EShellSwitcher EShellSwitcher;</pre>
+<p>
+Contains only private data that should be read and manipulated using the
+functions below.</p>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-switcher-new"></a><h3>e_shell_switcher_new ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          e_shell_switcher_new                (void);</pre>
+<p>
+Creates a new <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a> instance.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> a new <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a> instance
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-switcher-add-action"></a><h3>e_shell_switcher_add_action ()</h3>
+<pre class="programlisting">void                e_shell_switcher_add_action         (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher,
+                                                         <a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+>GtkAction</a> *action);</pre>
+<p>
+Adds a button to <em class="parameter"><code>switcher</code></em> that proxies for <em class="parameter"><code>action</code></em>.  Switcher buttons
+appear in the order they were added.
+</p>
+<p>
+<a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> adds switcher actions in the order given by the
+<em class="structfield"><code>sort_order</code></em> field in <a class="link" href="EShellModule.html#EShellModuleInfo" title="EShellModuleInfo"><span class="type">EShellModuleInfo</span></a>.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>switcher</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>action</code></em>Â:</span></p></td>
+<td> a <a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+><span class="type">GtkAction</span></a>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-switcher-get-style"></a><h3>e_shell_switcher_get_style ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkToolbarStyle"
+>GtkToolbarStyle</a>     e_shell_switcher_get_style          (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher);</pre>
+<p>
+Returns whether <em class="parameter"><code>switcher</code></em> has text, icons or both.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>switcher</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the current style of <em class="parameter"><code>shell</code></em>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-switcher-set-style"></a><h3>e_shell_switcher_set_style ()</h3>
+<pre class="programlisting">void                e_shell_switcher_set_style          (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher,
+                                                         <a
+href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkToolbarStyle"
+>GtkToolbarStyle</a> style);</pre>
+<p>
+Alters the view of <em class="parameter"><code>switcher</code></em> to display either icons only, text only,
+or both.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>switcher</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>style</code></em>Â:</span></p></td>
+<td> the new style for <em class="parameter"><code>switcher</code></em>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-switcher-unset-style"></a><h3>e_shell_switcher_unset_style ()</h3>
+<pre class="programlisting">void                e_shell_switcher_unset_style        (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher);</pre>
+<p>
+Unsets a switcher style set with <a class="link" href="EShellSwitcher.html#e-shell-switcher-set-style" title="e_shell_switcher_set_style ()"><code class="function">e_shell_switcher_set_style()</code></a>, so
+that user preferences will be used to determine the switcher style.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em class="parameter"><code>switcher</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a>
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-switcher-get-visible"></a><h3>e_shell_switcher_get_visible ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            e_shell_switcher_get_visible        (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher);</pre>
+<p>
+Returns <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
+><code class="literal">TRUE</code></a> if the switcher buttons are visible.
+</p>
+<p>
+Note that switcher button visibility is different than
+<em class="parameter"><code>switcher</code></em>'s GTK_VISIBLE flag, since <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a>
+is actually a container widget for <a class="link" href="EShellSidebar.html" title="EShellSidebar"><span class="type">EShellSidebar</span></a>.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>switcher</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
+><code class="literal">TRUE</code></a> if the switcher buttons are visible
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-switcher-set-visible"></a><h3>e_shell_switcher_set_visible ()</h3>
+<pre class="programlisting">void                e_shell_switcher_set_visible        (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> visible);</pre>
+<p>
+Sets the switcher button visiblity to <em class="parameter"><code>visible</code></em>.
+</p>
+<p>
+Note that switcher button visibility is different than
+<em class="parameter"><code>switcher</code></em>'s GTK_VISIBLE flag, since <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a>
+is actually a container widget for <a class="link" href="EShellSidebar.html" title="EShellSidebar"><span class="type">EShellSidebar</span></a>.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>switcher</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>visible</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSwitcher.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellSwitcher--toolbar-style"></a><h3>The <code class="literal">"toolbar-style"</code> property</h3>
+<pre class="programlisting">  "toolbar-style"            <a
+href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkToolbarStyle"
+>GtkToolbarStyle</a>       : Read / Write / Construct</pre>
+<p>
+The switcher's toolbar style.</p>
+<p>
+
+</p>
+<p>Default value: GTK_TOOLBAR_BOTH_HORIZ</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellSwitcher--toolbar-visible"></a><h3>The <code class="literal">"toolbar-visible"</code> property</h3>
+<pre class="programlisting">  "toolbar-visible"          <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct</pre>
+<p>
+Whether the switcher is visible.</p>
+<p>
+
+</p>
+<p>Default value: TRUE</p>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellSwitcher.signal-details"></a><h2>Signal Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellSwitcher-style-changed"></a><h3>The <code class="literal">"style-changed"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="EShellSwitcher.html" title="EShellSwitcher">EShellSwitcher</a> *switcher,
+                                                        <a
+href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkToolbarStyle"
+>GtkToolbarStyle</a> style,
+                                                        <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>        user_data)      : Run First</pre>
+<p>
+Emitted when the style of the switcher changes.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>switcher</code></em>Â:</span></p></td>
+<td> the <a class="link" href="EShellSwitcher.html" title="EShellSwitcher"><span class="type">EShellSwitcher</span></a> which emitted the signal
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>style</code></em>Â:</span></p></td>
+<td> the new <a
+href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkToolbarStyle"
+><span class="type">GtkToolbarStyle</span></a> of the switcher
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/EShellTaskbar.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/EShellTaskbar.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,171 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>EShellTaskbar</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="ch01.html" title="The Shell">
+<link rel="prev" href="EShellSidebar.html" title="EShellSidebar">
+<link rel="next" href="EShellSwitcher.html" title="EShellSwitcher">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="EShellSidebar.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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="EShellSwitcher.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#EShellTaskbar.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#EShellTaskbar.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#EShellTaskbar.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#EShellTaskbar.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+                  Â|Â
+                  <a href="#EShellTaskbar.properties" class="shortcut">Properties</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="EShellTaskbar"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="EShellTaskbar.top_of_page"></a>EShellTaskbar</span></h2>
+<p>EShellTaskbar â the bottom of the main window</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="EShellTaskbar.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+
+#include &lt;shell/e-shell-taskbar.h&gt;
+
+                    <a class="link" href="EShellTaskbar.html#EShellTaskbar-struct" title="EShellTaskbar">EShellTaskbar</a>;
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          <a class="link" href="EShellTaskbar.html#e-shell-taskbar-new" title="e_shell_taskbar_new ()">e_shell_taskbar_new</a>                 (struct _EShellView *shell_view);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellTaskbar.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----<a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
+>GInitiallyUnowned</a>
+         +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
+>GtkObject</a>
+               +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>
+                     +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
+>GtkContainer</a>
+                           +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
+>GtkBox</a>
+                                 +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
+>GtkHBox</a>
+                                       +----EShellTaskbar
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellTaskbar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+EShellTaskbar implements
+ AtkImplementorIface and  <a
+href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
+>GtkBuildable</a>.</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellTaskbar.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShellTaskbar.html#EShellTaskbar--message" title='The "message" property'>message</a>"                  <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write / Construct
+  "<a class="link" href="EShellTaskbar.html#EShellTaskbar--shell-view" title='The "shell-view" property'>shell-view</a>"               <a class="link" href="EShellView.html" title="EShellView">EShellView</a>*           : Read / Write / Construct Only
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellTaskbar.description"></a><h2>Description</h2>
+<p>
+</p>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellTaskbar.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellTaskbar-struct"></a><h3>EShellTaskbar</h3>
+<pre class="programlisting">typedef struct _EShellTaskbar EShellTaskbar;</pre>
+<p>
+Contains only private data that should be read and manipulated using the
+functions below.</p>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-taskbar-new"></a><h3>e_shell_taskbar_new ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          e_shell_taskbar_new                 (struct _EShellView *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellTaskbar.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellTaskbar--message"></a><h3>The <code class="literal">"message"</code> property</h3>
+<pre class="programlisting">  "message"                  <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write / Construct</pre>
+<p></p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellTaskbar--shell-view"></a><h3>The <code class="literal">"shell-view"</code> property</h3>
+<pre class="programlisting">  "shell-view"               <a class="link" href="EShellView.html" title="EShellView">EShellView</a>*           : Read / Write / Construct Only</pre>
+<p></p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/EShellView.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/EShellView.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,736 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>EShellView</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="ch01.html" title="The Shell">
+<link rel="prev" href="EShellWindow.html" title="EShellWindow">
+<link rel="next" href="EShellContent.html" title="EShellContent">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="EShellWindow.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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="EShellContent.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#EShellView.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#EShellView.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#EShellView.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#EShellView.properties" class="shortcut">Properties</a>
+                  Â|Â
+                  <a href="#EShellView.signals" class="shortcut">Signals</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="EShellView"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="EShellView.top_of_page"></a>EShellView</span></h2>
+<p>EShellView â views within the main window</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="EShellView.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+
+#include &lt;shell/e-shell-view.h&gt;
+
+                    <a class="link" href="EShellView.html#EShellView-struct" title="EShellView">EShellView</a>;
+const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="EShellView.html#e-shell-view-get-name" title="e_shell_view_get_name ()">e_shell_view_get_name</a>               (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+>GtkAction</a>*          <a class="link" href="EShellView.html#e-shell-view-get-action" title="e_shell_view_get_action ()">e_shell_view_get_action</a>             (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="EShellView.html#e-shell-view-get-title" title="e_shell_view_get_title ()">e_shell_view_get_title</a>              (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+void                <a class="link" href="EShellView.html#e-shell-view-set-title" title="e_shell_view_set_title ()">e_shell_view_set_title</a>              (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *title);
+const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="EShellView.html#e-shell-view-get-view-id" title="e_shell_view_get_view_id ()">e_shell_view_get_view_id</a>            (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+void                <a class="link" href="EShellView.html#e-shell-view-set-view-id" title="e_shell_view_set_view_id ()">e_shell_view_set_view_id</a>            (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *view_id);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="EShellView.html#e-shell-view-is-active" title="e_shell_view_is_active ()">e_shell_view_is_active</a>              (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+void                <a class="link" href="EShellView.html#e-shell-view-add-activity" title="e_shell_view_add_activity ()">e_shell_view_add_activity</a>           (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view,
+                                                         EActivity *activity);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                <a class="link" href="EShellView.html#e-shell-view-get-page-num" title="e_shell_view_get_page_num ()">e_shell_view_get_page_num</a>           (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkSizeGroup.html"
+>GtkSizeGroup</a>*       <a class="link" href="EShellView.html#e-shell-view-get-size-group" title="e_shell_view_get_size_group ()">e_shell_view_get_size_group</a>         (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+<a class="link" href="EShellContent.html" title="EShellContent">EShellContent</a>*      <a class="link" href="EShellView.html#e-shell-view-get-shell-content" title="e_shell_view_get_shell_content ()">e_shell_view_get_shell_content</a>      (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+<a class="link" href="EShellSidebar.html" title="EShellSidebar">EShellSidebar</a>*      <a class="link" href="EShellView.html#e-shell-view-get-shell-sidebar" title="e_shell_view_get_shell_sidebar ()">e_shell_view_get_shell_sidebar</a>      (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+<a class="link" href="EShellTaskbar.html" title="EShellTaskbar">EShellTaskbar</a>*      <a class="link" href="EShellView.html#e-shell-view-get-shell-taskbar" title="e_shell_view_get_shell_taskbar ()">e_shell_view_get_shell_taskbar</a>      (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a>*       <a class="link" href="EShellView.html#e-shell-view-get-shell-window" title="e_shell_view_get_shell_window ()">e_shell_view_get_shell_window</a>       (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+<a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a>*       <a class="link" href="EShellView.html#e-shell-view-get-shell-module" title="e_shell_view_get_shell_module ()">e_shell_view_get_shell_module</a>       (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+void                <a class="link" href="EShellView.html#e-shell-view-update-actions" title="e_shell_view_update_actions ()">e_shell_view_update_actions</a>         (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);
+void                <a class="link" href="EShellView.html#e-shell-view-show-popup-menu" title="e_shell_view_show_popup_menu ()">e_shell_view_show_popup_menu</a>        (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *widget_path,
+                                                         <a
+href="/usr/share/gtk-doc/html/gdk/gdk-Event-Structures.html#GdkEventButton"
+>GdkEventButton</a> *event);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellView.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----EShellView
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellView.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShellView.html#EShellView--action" title='The "action" property'>action</a>"                   <a
+href="/usr/share/gtk-doc/html/gtk/GtkRadioAction.html"
+>GtkRadioAction</a>*       : Read / Write / Construct Only
+  "<a class="link" href="EShellView.html#EShellView--page-num" title='The "page-num" property'>page-num</a>"                 <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                  : Read / Write / Construct Only
+  "<a class="link" href="EShellView.html#EShellView--shell-content" title='The "shell-content" property'>shell-content</a>"            <a class="link" href="EShellContent.html" title="EShellContent">EShellContent</a>*        : Read
+  "<a class="link" href="EShellView.html#EShellView--shell-sidebar" title='The "shell-sidebar" property'>shell-sidebar</a>"            <a class="link" href="EShellSidebar.html" title="EShellSidebar">EShellSidebar</a>*        : Read
+  "<a class="link" href="EShellView.html#EShellView--shell-taskbar" title='The "shell-taskbar" property'>shell-taskbar</a>"            <a class="link" href="EShellTaskbar.html" title="EShellTaskbar">EShellTaskbar</a>*        : Read
+  "<a class="link" href="EShellView.html#EShellView--shell-window" title='The "shell-window" property'>shell-window</a>"             <a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a>*         : Read / Write / Construct Only
+  "<a class="link" href="EShellView.html#EShellView--title" title='The "title" property'>title</a>"                    <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write
+  "<a class="link" href="EShellView.html#EShellView--view-id" title='The "view-id" property'>view-id</a>"                  <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellView.signals"></a><h2>Signals</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShellView.html#EShellView-toggled" title='The "toggled" signal'>toggled</a>"                                        : Run First
+  "<a class="link" href="EShellView.html#EShellView-update-actions" title='The "update-actions" signal'>update-actions</a>"                                 : Run First
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellView.description"></a><h2>Description</h2>
+<p>
+</p>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellView.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellView-struct"></a><h3>EShellView</h3>
+<pre class="programlisting">typedef struct _EShellView EShellView;</pre>
+<p>
+Contains only private data that should be read and manipulated using the
+functions below.</p>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-name"></a><h3>e_shell_view_get_name ()</h3>
+<pre class="programlisting">const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        e_shell_view_get_name               (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-action"></a><h3>e_shell_view_get_action ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+>GtkAction</a>*          e_shell_view_get_action             (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-title"></a><h3>e_shell_view_get_title ()</h3>
+<pre class="programlisting">const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        e_shell_view_get_title              (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-set-title"></a><h3>e_shell_view_set_title ()</h3>
+<pre class="programlisting">void                e_shell_view_set_title              (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *title);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>title</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-view-id"></a><h3>e_shell_view_get_view_id ()</h3>
+<pre class="programlisting">const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        e_shell_view_get_view_id            (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-set-view-id"></a><h3>e_shell_view_set_view_id ()</h3>
+<pre class="programlisting">void                e_shell_view_set_view_id            (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *view_id);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view_id</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-is-active"></a><h3>e_shell_view_is_active ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            e_shell_view_is_active              (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-add-activity"></a><h3>e_shell_view_add_activity ()</h3>
+<pre class="programlisting">void                e_shell_view_add_activity           (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view,
+                                                         EActivity *activity);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>activity</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-page-num"></a><h3>e_shell_view_get_page_num ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                e_shell_view_get_page_num           (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-size-group"></a><h3>e_shell_view_get_size_group ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkSizeGroup.html"
+>GtkSizeGroup</a>*       e_shell_view_get_size_group         (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-shell-content"></a><h3>e_shell_view_get_shell_content ()</h3>
+<pre class="programlisting"><a class="link" href="EShellContent.html" title="EShellContent">EShellContent</a>*      e_shell_view_get_shell_content      (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-shell-sidebar"></a><h3>e_shell_view_get_shell_sidebar ()</h3>
+<pre class="programlisting"><a class="link" href="EShellSidebar.html" title="EShellSidebar">EShellSidebar</a>*      e_shell_view_get_shell_sidebar      (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-shell-taskbar"></a><h3>e_shell_view_get_shell_taskbar ()</h3>
+<pre class="programlisting"><a class="link" href="EShellTaskbar.html" title="EShellTaskbar">EShellTaskbar</a>*      e_shell_view_get_shell_taskbar      (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-shell-window"></a><h3>e_shell_view_get_shell_window ()</h3>
+<pre class="programlisting"><a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a>*       e_shell_view_get_shell_window       (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-get-shell-module"></a><h3>e_shell_view_get_shell_module ()</h3>
+<pre class="programlisting"><a class="link" href="EShellModule.html" title="EShellModule">EShellModule</a>*       e_shell_view_get_shell_module       (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-update-actions"></a><h3>e_shell_view_update_actions ()</h3>
+<pre class="programlisting">void                e_shell_view_update_actions         (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-view-show-popup-menu"></a><h3>e_shell_view_show_popup_menu ()</h3>
+<pre class="programlisting">void                e_shell_view_show_popup_menu        (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *shell_view,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *widget_path,
+                                                         <a
+href="/usr/share/gtk-doc/html/gdk/gdk-Event-Structures.html#GdkEventButton"
+>GdkEventButton</a> *event);</pre>
+<p>
+Displays a context-sensitive (or "popup") menu that is described in
+the UI definition loaded into <em class="parameter"><code>shell_view</code></em>'s user interface
+manager.  The menu will be shown at the current mouse cursor position.
+</p>
+<p>
+The <a class="link" href="EShellView.html#EShellView-update-actions" title='The "update-actions" signal'><span class="type">"update-actions"</span></a> signal is emitted just prior to
+showing the menu to give <em class="parameter"><code>shell_view</code></em> and any plugins that extend
+<em class="parameter"><code>shell_view</code></em> a chance to update the menu's actions.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_view</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>widget_path</code></em>Â:</span></p></td>
+<td> path in the UI definition
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>event</code></em>Â:</span></p></td>
+<td> a <a
+href="/usr/share/gtk-doc/html/gdk/gdk-Event-Structures.html#GdkEventButton"
+><span class="type">GdkEventButton</span></a>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellView.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellView--action"></a><h3>The <code class="literal">"action"</code> property</h3>
+<pre class="programlisting">  "action"                   <a
+href="/usr/share/gtk-doc/html/gtk/GtkRadioAction.html"
+>GtkRadioAction</a>*       : Read / Write / Construct Only</pre>
+<p>The switcher action for this shell view.</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellView--page-num"></a><h3>The <code class="literal">"page-num"</code> property</h3>
+<pre class="programlisting">  "page-num"                 <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
+>gint</a>                  : Read / Write / Construct Only</pre>
+<p>The notebook page number of the shell view.</p>
+<p>Allowed values: &gt;= -1</p>
+<p>Default value: -1</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellView--shell-content"></a><h3>The <code class="literal">"shell-content"</code> property</h3>
+<pre class="programlisting">  "shell-content"            <a class="link" href="EShellContent.html" title="EShellContent">EShellContent</a>*        : Read</pre>
+<p>The content widget appears in a shell window's right pane.</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellView--shell-sidebar"></a><h3>The <code class="literal">"shell-sidebar"</code> property</h3>
+<pre class="programlisting">  "shell-sidebar"            <a class="link" href="EShellSidebar.html" title="EShellSidebar">EShellSidebar</a>*        : Read</pre>
+<p>The sidebar widget appears in a shell window's left pane.</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellView--shell-taskbar"></a><h3>The <code class="literal">"shell-taskbar"</code> property</h3>
+<pre class="programlisting">  "shell-taskbar"            <a class="link" href="EShellTaskbar.html" title="EShellTaskbar">EShellTaskbar</a>*        : Read</pre>
+<p>The taskbar widget appears at the bottom of a shell window.</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellView--shell-window"></a><h3>The <code class="literal">"shell-window"</code> property</h3>
+<pre class="programlisting">  "shell-window"             <a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a>*         : Read / Write / Construct Only</pre>
+<p>The window to which the shell view belongs.</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellView--title"></a><h3>The <code class="literal">"title"</code> property</h3>
+<pre class="programlisting">  "title"                    <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write</pre>
+<p>The title of the shell view.</p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellView--view-id"></a><h3>The <code class="literal">"view-id"</code> property</h3>
+<pre class="programlisting">  "view-id"                  <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write</pre>
+<p>The current GAL view ID.</p>
+<p>Default value: NULL</p>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellView.signal-details"></a><h2>Signal Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellView-toggled"></a><h3>The <code class="literal">"toggled"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *eshellview,
+                                                        <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>    user_data)       : Run First</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>eshellview</code></em>Â:</span></p></td>
+<td>the object which received the signal.
+
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellView-update-actions"></a><h3>The <code class="literal">"update-actions"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="EShellView.html" title="EShellView">EShellView</a> *eshellview,
+                                                        <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>    user_data)       : Run First</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>eshellview</code></em>Â:</span></p></td>
+<td>the object which received the signal.
+
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/EShellWindow.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/EShellWindow.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,769 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>EShellWindow</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="ch01.html" title="The Shell">
+<link rel="prev" href="EShellModule.html" title="EShellModule">
+<link rel="next" href="EShellView.html" title="EShellView">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="EShellModule.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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="EShellView.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#EShellWindow.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#EShellWindow.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#EShellWindow.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#EShellWindow.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+                  Â|Â
+                  <a href="#EShellWindow.properties" class="shortcut">Properties</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="EShellWindow"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="EShellWindow.top_of_page"></a>EShellWindow</span></h2>
+<p>EShellWindow â the main window</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="EShellWindow.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+
+#include &lt;shell/e-shell-window.h&gt;
+
+                    <a class="link" href="EShellWindow.html#EShellWindow-struct" title="EShellWindow">EShellWindow</a>;
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          <a class="link" href="EShellWindow.html#e-shell-window-new" title="e_shell_window_new ()">e_shell_window_new</a>                  (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> safe_mode);
+<a class="link" href="EShell.html" title="EShell">EShell</a>*             <a class="link" href="EShellWindow.html#e-shell-window-get-shell" title="e_shell_window_get_shell ()">e_shell_window_get_shell</a>            (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>            <a class="link" href="EShellWindow.html#e-shell-window-get-shell-view" title="e_shell_window_get_shell_view ()">e_shell_window_get_shell_view</a>       (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *view_name);
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkUIManager.html"
+>GtkUIManager</a>*       <a class="link" href="EShellWindow.html#e-shell-window-get-ui-manager" title="e_shell_window_get_ui_manager ()">e_shell_window_get_ui_manager</a>       (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window);
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+>GtkAction</a>*          <a class="link" href="EShellWindow.html#e-shell-window-get-action" title="e_shell_window_get_action ()">e_shell_window_get_action</a>           (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *action_name);
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkActionGroup.html"
+>GtkActionGroup</a>*     <a class="link" href="EShellWindow.html#e-shell-window-get-action-group" title="e_shell_window_get_action_group ()">e_shell_window_get_action_group</a>     (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *group_name);
+<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          <a class="link" href="EShellWindow.html#e-shell-window-get-managed-widget" title="e_shell_window_get_managed_widget ()">e_shell_window_get_managed_widget</a>   (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *widget_path);
+const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="EShellWindow.html#e-shell-window-get-active-view" title="e_shell_window_get_active_view ()">e_shell_window_get_active_view</a>      (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window);
+void                <a class="link" href="EShellWindow.html#e-shell-window-set-active-view" title="e_shell_window_set_active_view ()">e_shell_window_set_active_view</a>      (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *view_name);
+<a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="EShellWindow.html#e-shell-window-get-safe-mode" title="e_shell_window_get_safe_mode ()">e_shell_window_get_safe_mode</a>        (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window);
+void                <a class="link" href="EShellWindow.html#e-shell-window-set-safe-mode" title="e_shell_window_set_safe_mode ()">e_shell_window_set_safe_mode</a>        (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> safe_mode);
+void                <a class="link" href="EShellWindow.html#e-shell-window-register-new-item-actions" title="e_shell_window_register_new_item_actions ()">e_shell_window_register_new_item_actions</a>
+                                                        (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *module_name,
+                                                         const <a
+href="/usr/share/gtk-doc/html/gtk/GtkActionGroup.html#GtkActionEntry"
+>GtkActionEntry</a> *entries,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
+>guint</a> n_entries);
+void                <a class="link" href="EShellWindow.html#e-shell-window-register-new-source-actions" title="e_shell_window_register_new_source_actions ()">e_shell_window_register_new_source_actions</a>
+                                                        (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *module_name,
+                                                         const <a
+href="/usr/share/gtk-doc/html/gtk/GtkActionGroup.html#GtkActionEntry"
+>GtkActionEntry</a> *entries,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
+>guint</a> n_entries);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellWindow.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----<a
+href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
+>GInitiallyUnowned</a>
+         +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
+>GtkObject</a>
+               +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>
+                     +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
+>GtkContainer</a>
+                           +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
+>GtkBin</a>
+                                 +----<a
+href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
+>GtkWindow</a>
+                                       +----EShellWindow
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellWindow.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+EShellWindow implements
+ AtkImplementorIface and  <a
+href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
+>GtkBuildable</a>.</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellWindow.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="EShellWindow.html#EShellWindow--active-view" title='The "active-view" property'>active-view</a>"              <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write
+  "<a class="link" href="EShellWindow.html#EShellWindow--safe-mode" title='The "safe-mode" property'>safe-mode</a>"                <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct
+  "<a class="link" href="EShellWindow.html#EShellWindow--shell" title='The "shell" property'>shell</a>"                    <a class="link" href="EShell.html" title="EShell">EShell</a>*               : Read / Write / Construct Only
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellWindow.description"></a><h2>Description</h2>
+<p>
+</p>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellWindow.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellWindow-struct"></a><h3>EShellWindow</h3>
+<pre class="programlisting">typedef struct _EShellWindow EShellWindow;</pre>
+<p>
+Contains only private data that should be read and manipulated using the
+functions below.</p>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-new"></a><h3>e_shell_window_new ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          e_shell_window_new                  (<a class="link" href="EShell.html" title="EShell">EShell</a> *shell,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> safe_mode);</pre>
+<p>
+Returns a new <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>.
+</p>
+<p>
+It's up to the various <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>'s to define exactly
+what "safe mode" means, but the <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a> usually puts the initial
+<a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> into "safe mode" if detects the previous Evolution
+session crashed.
+</p>
+<p>
+The initial view for the window is determined by GConf key
+<code class="filename">/apps/evolution/shell/view_defaults/component_id</code>.
+Or, if the GConf key is not set or can't be read, the first view
+in the switcher is used.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>safe_mode</code></em>Â:</span></p></td>
+<td> whether to initialize the window to "safe mode"
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> a new <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-get-shell"></a><h3>e_shell_window_get_shell ()</h3>
+<pre class="programlisting"><a class="link" href="EShell.html" title="EShell">EShell</a>*             e_shell_window_get_shell            (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window);</pre>
+<p>
+Returns the <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a> that was passed to <a class="link" href="EShellWindow.html#e-shell-window-new" title="e_shell_window_new ()"><code class="function">e_shell_window_new()</code></a>.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-get-shell-view"></a><h3>e_shell_window_get_shell_view ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>            e_shell_window_get_shell_view       (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *view_name);</pre>
+<p>
+Returns the <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a> named <em class="parameter"><code>view_name</code></em> (see the
+<em class="structfield"><code>name</code></em> field in <a class="link" href="EShellModule.html#EShellModuleInfo" title="EShellModuleInfo"><span class="type">EShellModuleInfo</span></a>).  This
+will also instantiate the <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a> the first time it's requested.
+To reduce resource consumption, Evolution tries to delay instantiating
+shell views until the user switches to them.  So in general, only the
+active view name, as returned by <a class="link" href="EShellWindow.html#e-shell-window-get-active-view" title="e_shell_window_get_active_view ()"><code class="function">e_shell_window_get_active_view()</code></a>,
+should be requested.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view_name</code></em>Â:</span></p></td>
+<td> name of a shell view
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the requested <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>, or <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
+><code class="literal">NULL</code></a> if no such view is
+         registered
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-get-ui-manager"></a><h3>e_shell_window_get_ui_manager ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkUIManager.html"
+>GtkUIManager</a>*       e_shell_window_get_ui_manager       (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window);</pre>
+<p>
+Returns <em class="parameter"><code>shell_window</code></em>'s user interface manager, which
+manages the window's menus and toolbars via <a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+><span class="type">GtkAction</span></a>s.
+This is the mechanism by which shell views and plugins can extend
+Evolution's menus and toolbars.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the <a
+href="/usr/share/gtk-doc/html/gtk/GtkUIManager.html"
+><span class="type">GtkUIManager</span></a> for <em class="parameter"><code>shell_window</code></em>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-get-action"></a><h3>e_shell_window_get_action ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+>GtkAction</a>*          e_shell_window_get_action           (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *action_name);</pre>
+<p>
+Returns the <a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+><span class="type">GtkAction</span></a> named <em class="parameter"><code>action_name</code></em> in <em class="parameter"><code>shell_window</code></em>'s
+user interface manager, or <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
+><code class="literal">NULL</code></a> if no such action exists.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>action_name</code></em>Â:</span></p></td>
+<td> the name of an action
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the <a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+><span class="type">GtkAction</span></a> named <em class="parameter"><code>action_name</code></em>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-get-action-group"></a><h3>e_shell_window_get_action_group ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkActionGroup.html"
+>GtkActionGroup</a>*     e_shell_window_get_action_group     (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *group_name);</pre>
+<p>
+Returns the <a
+href="/usr/share/gtk-doc/html/gtk/GtkActionGroup.html"
+><span class="type">GtkActionGroup</span></a> named <em class="parameter"><code>group_name</code></em> in
+<em class="parameter"><code>shell_window</code></em>'s user interface manager, or <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
+><code class="literal">NULL</code></a> if no
+such action group exists.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>group_name</code></em>Â:</span></p></td>
+<td> the name of an action group
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the <a
+href="/usr/share/gtk-doc/html/gtk/GtkActionGroup.html"
+><span class="type">GtkActionGroup</span></a> named <em class="parameter"><code>group_name</code></em>
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-get-managed-widget"></a><h3>e_shell_window_get_managed_widget ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
+>GtkWidget</a>*          e_shell_window_get_managed_widget   (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *widget_path);</pre>
+<p>
+Looks up a widget in <em class="parameter"><code>shell_window</code></em>'s user interface manager by
+following a path.  See <a
+href="/usr/share/gtk-doc/html/gtk/GtkUIManager.html#gtk-ui-manager-get-widget"
+><code class="function">gtk_ui_manager_get_widget()</code></a> for more information
+about paths.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>widget_path</code></em>Â:</span></p></td>
+<td> path in the UI definintion
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the widget found by following the path, or <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
+><code class="literal">NULL</code></a> if no widget
+         was found
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-get-active-view"></a><h3>e_shell_window_get_active_view ()</h3>
+<pre class="programlisting">const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        e_shell_window_get_active_view      (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window);</pre>
+<p>
+Returns the name of the active <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> the name of the active view
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-set-active-view"></a><h3>e_shell_window_set_active_view ()</h3>
+<pre class="programlisting">void                e_shell_window_set_active_view      (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *view_name);</pre>
+<p>
+Switches <em class="parameter"><code>shell_window</code></em> to the <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a> named <em class="parameter"><code>view_name</code></em>, causing
+the entire content of <em class="parameter"><code>shell_window</code></em> to change.  This is typically
+called as a result of the user clicking one of the switcher buttons.
+</p>
+<p>
+The name of the newly activated shell view is also written to GConf key
+<code class="filename">/apps/evolution/shell/view_defaults/component_id</code>.
+This makes the active shell view persistent across Evolution sessions.
+It also causes new shell windows created within the current Evolution
+session to open to the most recently selected shell view.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view_name</code></em>Â:</span></p></td>
+<td> the name of the shell view to switch to
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-get-safe-mode"></a><h3>e_shell_window_get_safe_mode ()</h3>
+<pre class="programlisting"><a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            e_shell_window_get_safe_mode        (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window);</pre>
+<p>
+Returns <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
+><code class="literal">TRUE</code></a> if <em class="parameter"><code>shell_window</code></em> is in "safe mode".
+</p>
+<p>
+It's up to the various <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>'s to define exactly
+what "safe mode" means.  The <em class="parameter"><code>shell_window</code></em> simply manages the
+"safe mode" state.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
+><code class="literal">TRUE</code></a> if <em class="parameter"><code>shell_window</code></em> is in "safe mode"
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-set-safe-mode"></a><h3>e_shell_window_set_safe_mode ()</h3>
+<pre class="programlisting">void                e_shell_window_set_safe_mode        (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> safe_mode);</pre>
+<p>
+If <a
+href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
+><code class="literal">TRUE</code></a>, puts <em class="parameter"><code>shell_window</code></em> into "safe mode".
+</p>
+<p>
+It's up to the various <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>'s to define exactly
+what "safe mode" means.  The <em class="parameter"><code>shell_window</code></em> simply manages the
+"safe mode" state.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>safe_mode</code></em>Â:</span></p></td>
+<td> whether to put <em class="parameter"><code>shell_window</code></em> into "safe mode"
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-register-new-item-actions"></a><h3>e_shell_window_register_new_item_actions ()</h3>
+<pre class="programlisting">void                e_shell_window_register_new_item_actions
+                                                        (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *module_name,
+                                                         const <a
+href="/usr/share/gtk-doc/html/gtk/GtkActionGroup.html#GtkActionEntry"
+>GtkActionEntry</a> *entries,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
+>guint</a> n_entries);</pre>
+<p>
+Registers a list of <a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+><span class="type">GtkAction</span></a>s to appear in
+<em class="parameter"><code>shell_window</code></em>'s "New" menu and toolbar button.  This
+function should be called from an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>'s
+<a class="link" href="EShell.html#EShell-window-created" title='The "window-created" signal'><span class="type">"window-created"</span></a> signal handler.  The <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a> calling
+this function should pass its own name for the <em class="parameter"><code>module_name</code></em> argument
+(i.e. the <em class="structfield"><code>name</code></em> field from its own
+<a class="link" href="EShellModule.html#EShellModuleInfo" title="EShellModuleInfo"><span class="type">EShellModuleInfo</span></a>).
+</p>
+<p>
+The registered <a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+><span class="type">GtkAction</span></a>s should be for creating individual
+items such as an email message or a calendar appointment.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>module_name</code></em>Â:</span></p></td>
+<td> name of an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>entries</code></em>Â:</span></p></td>
+<td> an array of <a
+href="/usr/share/gtk-doc/html/gtk/GtkActionGroup.html#GtkActionEntry"
+><span class="type">GtkActionEntry</span></a>s
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>n_entries</code></em>Â:</span></p></td>
+<td> number of elements in the array
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="e-shell-window-register-new-source-actions"></a><h3>e_shell_window_register_new_source_actions ()</h3>
+<pre class="programlisting">void                e_shell_window_register_new_source_actions
+                                                        (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window,
+                                                         const <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a> *module_name,
+                                                         const <a
+href="/usr/share/gtk-doc/html/gtk/GtkActionGroup.html#GtkActionEntry"
+>GtkActionEntry</a> *entries,
+                                                         <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
+>guint</a> n_entries);</pre>
+<p>
+Registers a list of <a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+><span class="type">GtkAction</span></a>s to appear in
+<em class="parameter"><code>shell_window</code></em>'s "New" menu and toolbar button.  This
+function should be called from an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>'s
+<a class="link" href="EShell.html#EShell-window-created" title='The "window-created" signal'><span class="type">"window-created"</span></a> signal handler.  The <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a> calling
+this function should pass its own name for the <em class="parameter"><code>module_name</code></em> argument
+(i.e. the <em class="structfield"><code>name</code></em> field from its own
+<a class="link" href="EShellModule.html#EShellModuleInfo" title="EShellModuleInfo"><span class="type">EShellModuleInfo</span></a>).
+</p>
+<p>
+The registered <a
+href="/usr/share/gtk-doc/html/gtk/GtkAction.html"
+><span class="type">GtkAction</span></a>s should be for creating item
+containers such as an email folder or a calendar.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td> an <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>module_name</code></em>Â:</span></p></td>
+<td> name of an <a class="link" href="EShellModule.html" title="EShellModule"><span class="type">EShellModule</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>entries</code></em>Â:</span></p></td>
+<td> an array of <a
+href="/usr/share/gtk-doc/html/gtk/GtkActionGroup.html#GtkActionEntry"
+><span class="type">GtkActionEntry</span></a>s
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>n_entries</code></em>Â:</span></p></td>
+<td> number of elements in the array
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="EShellWindow.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="EShellWindow--active-view"></a><h3>The <code class="literal">"active-view"</code> property</h3>
+<pre class="programlisting">  "active-view"              <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write</pre>
+<p>
+Name of the active <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>.</p>
+<p>
+
+</p>
+<p>Default value: NULL</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellWindow--safe-mode"></a><h3>The <code class="literal">"safe-mode"</code> property</h3>
+<pre class="programlisting">  "safe-mode"                <a
+href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write / Construct</pre>
+<p>
+Whether the shell window is in safe mode.</p>
+<p>
+
+</p>
+<p>Default value: FALSE</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="EShellWindow--shell"></a><h3>The <code class="literal">"shell"</code> property</h3>
+<pre class="programlisting">  "shell"                    <a class="link" href="EShell.html" title="EShell">EShell</a>*               : Read / Write / Construct Only</pre>
+<p>
+The <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a> singleton.</p>
+<p>
+
+</p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/Makefile.am	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,31 @@
+SUBDIRS=
+
+urlpath=/projects/evolution/doc/shell
+
+page_SCRIPTS=
+
+page_DATA=					\
+	EShell.html				\
+	EShellContent.html			\
+	EShellModule.html			\
+	EShellSidebar.html			\
+	EShellSwitcher.html			\
+	EShellTaskbar.html			\
+	EShellView.html				\
+	EShellWindow.html			\
+	Makefile.am				\
+	ch01.html				\
+	ch02.html				\
+	eshell-Action-Groups.html		\
+	eshell-Shell-Actions.html		\
+	eshell-e-shell-importer.html		\
+	home.png				\
+	index.html				\
+	index.sgml				\
+	ix01.html				\
+	left.png				\
+	right.png				\
+	style.css				\
+	up.png
+
+include $(top_srcdir)/rules.common

Added: trunk/www.gnome.org/projects/evolution/doc/shell/ch01.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/ch01.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,62 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>The Shell</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="prev" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="next" href="EShell.html" title="EShell">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td>Â</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="EShell.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="chapter" lang="en">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="id2732157"></a>The Shell</h2></div></div></div>
+<div class="toc"><dl>
+<dt>
+<span class="refentrytitle"><a href="EShell.html">EShell</a></span><span class="refpurpose"> â the backbone of Evolution</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellModule.html">EShellModule</a></span><span class="refpurpose"> â dynamically loaded capabilities</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellWindow.html">EShellWindow</a></span><span class="refpurpose"> â the main window</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellView.html">EShellView</a></span><span class="refpurpose"> â views within the main window</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellContent.html">EShellContent</a></span><span class="refpurpose"> â the right side of the main window</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellSidebar.html">EShellSidebar</a></span><span class="refpurpose"> â the left side of the main window</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellTaskbar.html">EShellTaskbar</a></span><span class="refpurpose"> â the bottom of the main window</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellSwitcher.html">EShellSwitcher</a></span><span class="refpurpose"> â buttons for switching views</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="eshell-e-shell-importer.html">e-shell-importer</a></span><span class="refpurpose"></span>
+</dt>
+</dl></div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/ch02.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/ch02.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,41 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Actions</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="prev" href="eshell-e-shell-importer.html" title="e-shell-importer">
+<link rel="next" href="eshell-Shell-Actions.html" title="Shell Actions">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="eshell-e-shell-importer.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td>Â</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="eshell-Shell-Actions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="chapter" lang="en">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="id2737618"></a>Actions</h2></div></div></div>
+<div class="toc"><dl>
+<dt>
+<span class="refentrytitle"><a href="eshell-Shell-Actions.html">Shell Actions</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="eshell-Action-Groups.html">Action Groups</a></span><span class="refpurpose"></span>
+</dt>
+</dl></div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/eshell-Action-Groups.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/eshell-Action-Groups.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,171 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Action Groups</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="ch02.html" title="Actions">
+<link rel="prev" href="eshell-Shell-Actions.html" title="Shell Actions">
+<link rel="next" href="ix01.html" title="Index">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="eshell-Shell-Actions.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="ix01.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#eshell-Action-Groups.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#eshell-Action-Groups.description" class="shortcut">Description</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="eshell-Action-Groups"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="eshell-Action-Groups.top_of_page"></a>Action Groups</span></h2>
+<p>Action Groups</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="eshell-Action-Groups.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+#define             <a class="link" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-SHELL:CAPS" title="E_SHELL_WINDOW_ACTION_GROUP_SHELL()">E_SHELL_WINDOW_ACTION_GROUP_SHELL</a>   (window)
+#define             <a class="link" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-SWITCHER:CAPS" title="E_SHELL_WINDOW_ACTION_GROUP_SWITCHER()">E_SHELL_WINDOW_ACTION_GROUP_SWITCHER</a>(window)
+#define             <a class="link" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-NEW-ITEM:CAPS" title="E_SHELL_WINDOW_ACTION_GROUP_NEW_ITEM()">E_SHELL_WINDOW_ACTION_GROUP_NEW_ITEM</a>(window)
+#define             <a class="link" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-NEW-SOURCE:CAPS" title="E_SHELL_WINDOW_ACTION_GROUP_NEW_SOURCE()">E_SHELL_WINDOW_ACTION_GROUP_NEW_SOURCE</a>(window)
+#define             <a class="link" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-CUSTOM-RULES:CAPS" title="E_SHELL_WINDOW_ACTION_GROUP_CUSTOM_RULES()">E_SHELL_WINDOW_ACTION_GROUP_CUSTOM_RULES</a>(window)
+#define             <a class="link" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-GAL-VIEW:CAPS" title="E_SHELL_WINDOW_ACTION_GROUP_GAL_VIEW()">E_SHELL_WINDOW_ACTION_GROUP_GAL_VIEW</a>(window)
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="eshell-Action-Groups.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="eshell-Action-Groups.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-GROUP-SHELL:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GROUP_SHELL()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GROUP_SHELL(window)</pre>
+<p>
+</p>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-GROUP-SWITCHER:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GROUP_SWITCHER()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GROUP_SWITCHER(window)</pre>
+<p>
+</p>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-GROUP-NEW-ITEM:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GROUP_NEW_ITEM()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GROUP_NEW_ITEM(window)</pre>
+<p>
+</p>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-GROUP-NEW-SOURCE:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GROUP_NEW_SOURCE()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GROUP_NEW_SOURCE(window)</pre>
+<p>
+</p>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-GROUP-CUSTOM-RULES:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GROUP_CUSTOM_RULES()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GROUP_CUSTOM_RULES(window)</pre>
+<p>
+</p>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-GROUP-GAL-VIEW:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GROUP_GAL_VIEW()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GROUP_GAL_VIEW(window)</pre>
+<p>
+</p>
+<p>
+
+</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.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/eshell-Shell-Actions.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/eshell-Shell-Actions.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,788 @@
+<!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.74.0">
+<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="eshell-Action-Groups.html" title="Action Groups">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="eshell-Action-Groups.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#eshell-Shell-Actions.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#eshell-Shell-Actions.description" class="shortcut">Description</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="eshell-Shell-Actions"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="eshell-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="eshell-Shell-Actions.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+#define             <a class="link" href="eshell-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="eshell-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="eshell-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="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-FAQ:CAPS" title="E_SHELL_WINDOW_ACTION_FAQ()">E_SHELL_WINDOW_ACTION_FAQ</a>           (window)
+#define             <a class="link" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-FORGET-PASSWORDS:CAPS" title="E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS()">E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS</a>(window)
+#define             <a class="link" href="eshell-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="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GAL-DEFINE-VIEWS:CAPS" title="E_SHELL_WINDOW_ACTION_GAL_DEFINE_VIEWS()">E_SHELL_WINDOW_ACTION_GAL_DEFINE_VIEWS</a>(window)
+#define             <a class="link" href="eshell-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="eshell-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="eshell-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="eshell-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="eshell-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="eshell-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="eshell-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="eshell-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="eshell-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="eshell-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="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-EXECUTE:CAPS" title="E_SHELL_WINDOW_ACTION_SEARCH_EXECUTE()">E_SHELL_WINDOW_ACTION_SEARCH_EXECUTE</a>(window)
+#define             <a class="link" href="eshell-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="eshell-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="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEND-RECEIVE:CAPS" title="E_SHELL_WINDOW_ACTION_SEND_RECEIVE()">E_SHELL_WINDOW_ACTION_SEND_RECEIVE</a>  (window)
+#define             <a class="link" href="eshell-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="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-STATUSBAR:CAPS" title="E_SHELL_WINDOW_ACTION_SHOW_STATUSBAR()">E_SHELL_WINDOW_ACTION_SHOW_STATUSBAR</a>(window)
+#define             <a class="link" href="eshell-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="eshell-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="eshell-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="eshell-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="eshell-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="eshell-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="eshell-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="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SYNC-OPTIONS:CAPS" title="E_SHELL_WINDOW_ACTION_SYNC_OPTIONS()">E_SHELL_WINDOW_ACTION_SYNC_OPTIONS</a>  (window)
+#define             <a class="link" href="eshell-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="eshell-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" lang="en">
+<a name="eshell-Shell-Actions.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="eshell-Shell-Actions.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-FAQ:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_FAQ()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_FAQ(window)</pre>
+<p>
+Activation of this action opens a web page with answers to frequently
+asked questions about this application.
+</p>
+<p>
+Main menu item: Help -&gt; Evolution FAQ</p>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-FORGET-PASSWORDS:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS(window)</pre>
+<p>
+Activation of this action deletes all stored passwords.
+</p>
+<p>
+Main menu item: File -&gt; Forget Passwords</p>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-GAL-DEFINE-VIEWS:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_GAL_DEFINE_VIEWS()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_GAL_DEFINE_VIEWS(window)</pre>
+<p>
+Activation of this action opens a dialog for editing GAL views for
+the current shell view.
+</p>
+<p>
+Main menu item: View -&gt; Current View -&gt; Define Views...</p>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-SEARCH-EXECUTE:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SEARCH_EXECUTE()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SEARCH_EXECUTE(window)</pre>
+<p>
+Activation of this action executes the current search conditions.
+</p>
+<p>
+Main menu item: Search -&gt; Find Now</p>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-SEND-RECEIVE:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SEND_RECEIVE()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SEND_RECEIVE(window)</pre>
+<p>
+Activation of this action opens the Send &amp; Receive Mail dialog.
+</p>
+<p>
+Main menu item: File -&gt; Send / Receive</p>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-SHOW-STATUSBAR:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SHOW_STATUSBAR()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SHOW_STATUSBAR(window)</pre>
+<p>
+This toggle action controls whether the status bar is visible.
+</p>
+<p>
+Main menu item: View -&gt; Layout -&gt; Show Status Bar</p>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<a name="E-SHELL-WINDOW-ACTION-SYNC-OPTIONS:CAPS"></a><h3>E_SHELL_WINDOW_ACTION_SYNC_OPTIONS()</h3>
+<pre class="programlisting">#define             E_SHELL_WINDOW_ACTION_SYNC_OPTIONS(window)</pre>
+<p>
+Activation of this action opens the Gnome Pilot settings.
+</p>
+<p>
+Main menu item: Edit -&gt; Synchronization Options...</p>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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" lang="en">
+<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>
+<p>
+
+</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.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/eshell-e-shell-importer.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/eshell-e-shell-importer.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,76 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>e-shell-importer</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="ch01.html" title="The Shell">
+<link rel="prev" href="EShellSwitcher.html" title="EShellSwitcher">
+<link rel="next" href="ch02.html" title="Actions">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="EShellSwitcher.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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="ch02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#eshell-e-shell-importer.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#eshell-e-shell-importer.description" class="shortcut">Description</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="eshell-e-shell-importer"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="eshell-e-shell-importer.top_of_page"></a>e-shell-importer</span></h2>
+<p>e-shell-importer</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="eshell-e-shell-importer.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+void                <a class="link" href="eshell-e-shell-importer.html#e-shell-importer-start-import" title="e_shell_importer_start_import ()">e_shell_importer_start_import</a>       (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="eshell-e-shell-importer.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="eshell-e-shell-importer.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="e-shell-importer-start-import"></a><h3>e_shell_importer_start_import ()</h3>
+<pre class="programlisting">void                e_shell_importer_start_import       (<a class="link" href="EShellWindow.html" title="EShellWindow">EShellWindow</a> *shell_window);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em class="parameter"><code>shell_window</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr></tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/home.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/evolution/doc/shell/index.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/index.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,75 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Evolution Shell Reference Manual</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="next" href="ch01.html" title="The Shell">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<div class="book" lang="en">
+<div class="titlepage">
+<div>
+<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Evolution Shell Reference Manual</p></th></tr></table></div>
+<div><p class="releaseinfo">
+      for eshell [VERSION]
+      The latest version of this documentation can be found on-line at
+      <a class="ulink" href="http://%5BSERVER%5D/eshell/index.html"; target="_top">http://[SERVER]/eshell/</a>.
+    </p></div>
+</div>
+<hr>
+</div>
+<div class="toc"><dl>
+<dt><span class="chapter"><a href="ch01.html">The Shell</a></span></dt>
+<dd><dl>
+<dt>
+<span class="refentrytitle"><a href="EShell.html">EShell</a></span><span class="refpurpose"> â the backbone of Evolution</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellModule.html">EShellModule</a></span><span class="refpurpose"> â dynamically loaded capabilities</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellWindow.html">EShellWindow</a></span><span class="refpurpose"> â the main window</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellView.html">EShellView</a></span><span class="refpurpose"> â views within the main window</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellContent.html">EShellContent</a></span><span class="refpurpose"> â the right side of the main window</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellSidebar.html">EShellSidebar</a></span><span class="refpurpose"> â the left side of the main window</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellTaskbar.html">EShellTaskbar</a></span><span class="refpurpose"> â the bottom of the main window</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="EShellSwitcher.html">EShellSwitcher</a></span><span class="refpurpose"> â buttons for switching views</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="eshell-e-shell-importer.html">e-shell-importer</a></span><span class="refpurpose"></span>
+</dt>
+</dl></dd>
+<dt><span class="chapter"><a href="ch02.html">Actions</a></span></dt>
+<dd><dl>
+<dt>
+<span class="refentrytitle"><a href="eshell-Shell-Actions.html">Shell Actions</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="eshell-Action-Groups.html">Action Groups</a></span><span class="refpurpose"></span>
+</dt>
+</dl></dd>
+<dt><span class="index"><a href="ix01.html">Index</a></span></dt>
+</dl></div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/index.sgml
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/index.sgml	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,241 @@
+<ONLINE href="http://[SERVER]/eshell/index.html";>
+<ANCHOR id="EShell" href="eshell/EShell.html">
+<ANCHOR id="EShell.synopsis" href="eshell/EShell.html#EShell.synopsis">
+<ANCHOR id="EShell.object-hierarchy" href="eshell/EShell.html#EShell.object-hierarchy">
+<ANCHOR id="EShell.properties" href="eshell/EShell.html#EShell.properties">
+<ANCHOR id="EShell.signals" href="eshell/EShell.html#EShell.signals">
+<ANCHOR id="EShell.description" href="eshell/EShell.html#EShell.description">
+<ANCHOR id="EShell.details" href="eshell/EShell.html#EShell.details">
+<ANCHOR id="EShell-struct" href="eshell/EShell.html#EShell-struct">
+<ANCHOR id="EShellLineStatus" href="eshell/EShell.html#EShellLineStatus">
+<ANCHOR id="e-shell-new" href="eshell/EShell.html#e-shell-new">
+<ANCHOR id="e-shell-list-modules" href="eshell/EShell.html#e-shell-list-modules">
+<ANCHOR id="e-shell-get-canonical-name" href="eshell/EShell.html#e-shell-get-canonical-name">
+<ANCHOR id="e-shell-get-module-by-name" href="eshell/EShell.html#e-shell-get-module-by-name">
+<ANCHOR id="e-shell-get-module-by-scheme" href="eshell/EShell.html#e-shell-get-module-by-scheme">
+<ANCHOR id="e-shell-create-window" href="eshell/EShell.html#e-shell-create-window">
+<ANCHOR id="e-shell-handle-uri" href="eshell/EShell.html#e-shell-handle-uri">
+<ANCHOR id="e-shell-send-receive" href="eshell/EShell.html#e-shell-send-receive">
+<ANCHOR id="e-shell-get-online-mode" href="eshell/EShell.html#e-shell-get-online-mode">
+<ANCHOR id="e-shell-set-online-mode" href="eshell/EShell.html#e-shell-set-online-mode">
+<ANCHOR id="e-shell-get-line-status" href="eshell/EShell.html#e-shell-get-line-status">
+<ANCHOR id="e-shell-set-line-status" href="eshell/EShell.html#e-shell-set-line-status">
+<ANCHOR id="e-shell-get-preferences-window" href="eshell/EShell.html#e-shell-get-preferences-window">
+<ANCHOR id="e-shell-is-busy" href="eshell/EShell.html#e-shell-is-busy">
+<ANCHOR id="e-shell-do-quit" href="eshell/EShell.html#e-shell-do-quit">
+<ANCHOR id="e-shell-quit" href="eshell/EShell.html#e-shell-quit">
+<ANCHOR id="EShell.property-details" href="eshell/EShell.html#EShell.property-details">
+<ANCHOR id="EShell--online-mode" href="eshell/EShell.html#EShell--online-mode">
+<ANCHOR id="EShell.signal-details" href="eshell/EShell.html#EShell.signal-details">
+<ANCHOR id="EShell-handle-uri" href="eshell/EShell.html#EShell-handle-uri">
+<ANCHOR id="EShell-send-receive" href="eshell/EShell.html#EShell-send-receive">
+<ANCHOR id="EShell-window-created" href="eshell/EShell.html#EShell-window-created">
+<ANCHOR id="EShell-window-destroyed" href="eshell/EShell.html#EShell-window-destroyed">
+<ANCHOR id="EShellModule" href="eshell/EShellModule.html">
+<ANCHOR id="EShellModule.synopsis" href="eshell/EShellModule.html#EShellModule.synopsis">
+<ANCHOR id="EShellModule.object-hierarchy" href="eshell/EShellModule.html#EShellModule.object-hierarchy">
+<ANCHOR id="EShellModule.implemented-interfaces" href="eshell/EShellModule.html#EShellModule.implemented-interfaces">
+<ANCHOR id="EShellModule.properties" href="eshell/EShellModule.html#EShellModule.properties">
+<ANCHOR id="EShellModule.signals" href="eshell/EShellModule.html#EShellModule.signals">
+<ANCHOR id="EShellModule.description" href="eshell/EShellModule.html#EShellModule.description">
+<ANCHOR id="EShellModule.details" href="eshell/EShellModule.html#EShellModule.details">
+<ANCHOR id="EShellModule-struct" href="eshell/EShellModule.html#EShellModule-struct">
+<ANCHOR id="EShellModuleInfo" href="eshell/EShellModule.html#EShellModuleInfo">
+<ANCHOR id="e-shell-module-new" href="eshell/EShellModule.html#e-shell-module-new">
+<ANCHOR id="e-shell-module-compare" href="eshell/EShellModule.html#e-shell-module-compare">
+<ANCHOR id="e-shell-module-get-config-dir" href="eshell/EShellModule.html#e-shell-module-get-config-dir">
+<ANCHOR id="e-shell-module-get-data-dir" href="eshell/EShellModule.html#e-shell-module-get-data-dir">
+<ANCHOR id="e-shell-module-get-filename" href="eshell/EShellModule.html#e-shell-module-get-filename">
+<ANCHOR id="e-shell-module-get-searches" href="eshell/EShellModule.html#e-shell-module-get-searches">
+<ANCHOR id="e-shell-module-get-shell" href="eshell/EShellModule.html#e-shell-module-get-shell">
+<ANCHOR id="e-shell-module-add-activity" href="eshell/EShellModule.html#e-shell-module-add-activity">
+<ANCHOR id="e-shell-module-is-busy" href="eshell/EShellModule.html#e-shell-module-is-busy">
+<ANCHOR id="e-shell-module-shutdown" href="eshell/EShellModule.html#e-shell-module-shutdown">
+<ANCHOR id="e-shell-module-set-info" href="eshell/EShellModule.html#e-shell-module-set-info">
+<ANCHOR id="EShellModule.property-details" href="eshell/EShellModule.html#EShellModule.property-details">
+<ANCHOR id="EShellModule--filename" href="eshell/EShellModule.html#EShellModule--filename">
+<ANCHOR id="EShellModule--shell" href="eshell/EShellModule.html#EShellModule--shell">
+<ANCHOR id="EShellModule.signal-details" href="eshell/EShellModule.html#EShellModule.signal-details">
+<ANCHOR id="EShellModule-activity-added" href="eshell/EShellModule.html#EShellModule-activity-added">
+<ANCHOR id="EShellWindow" href="eshell/EShellWindow.html">
+<ANCHOR id="EShellWindow.synopsis" href="eshell/EShellWindow.html#EShellWindow.synopsis">
+<ANCHOR id="EShellWindow.object-hierarchy" href="eshell/EShellWindow.html#EShellWindow.object-hierarchy">
+<ANCHOR id="EShellWindow.implemented-interfaces" href="eshell/EShellWindow.html#EShellWindow.implemented-interfaces">
+<ANCHOR id="EShellWindow.properties" href="eshell/EShellWindow.html#EShellWindow.properties">
+<ANCHOR id="EShellWindow.description" href="eshell/EShellWindow.html#EShellWindow.description">
+<ANCHOR id="EShellWindow.details" href="eshell/EShellWindow.html#EShellWindow.details">
+<ANCHOR id="EShellWindow-struct" href="eshell/EShellWindow.html#EShellWindow-struct">
+<ANCHOR id="e-shell-window-new" href="eshell/EShellWindow.html#e-shell-window-new">
+<ANCHOR id="e-shell-window-get-shell" href="eshell/EShellWindow.html#e-shell-window-get-shell">
+<ANCHOR id="e-shell-window-get-shell-view" href="eshell/EShellWindow.html#e-shell-window-get-shell-view">
+<ANCHOR id="e-shell-window-get-ui-manager" href="eshell/EShellWindow.html#e-shell-window-get-ui-manager">
+<ANCHOR id="e-shell-window-get-action" href="eshell/EShellWindow.html#e-shell-window-get-action">
+<ANCHOR id="e-shell-window-get-action-group" href="eshell/EShellWindow.html#e-shell-window-get-action-group">
+<ANCHOR id="e-shell-window-get-managed-widget" href="eshell/EShellWindow.html#e-shell-window-get-managed-widget">
+<ANCHOR id="e-shell-window-get-active-view" href="eshell/EShellWindow.html#e-shell-window-get-active-view">
+<ANCHOR id="e-shell-window-set-active-view" href="eshell/EShellWindow.html#e-shell-window-set-active-view">
+<ANCHOR id="e-shell-window-get-safe-mode" href="eshell/EShellWindow.html#e-shell-window-get-safe-mode">
+<ANCHOR id="e-shell-window-set-safe-mode" href="eshell/EShellWindow.html#e-shell-window-set-safe-mode">
+<ANCHOR id="e-shell-window-register-new-item-actions" href="eshell/EShellWindow.html#e-shell-window-register-new-item-actions">
+<ANCHOR id="e-shell-window-register-new-source-actions" href="eshell/EShellWindow.html#e-shell-window-register-new-source-actions">
+<ANCHOR id="EShellWindow.property-details" href="eshell/EShellWindow.html#EShellWindow.property-details">
+<ANCHOR id="EShellWindow--active-view" href="eshell/EShellWindow.html#EShellWindow--active-view">
+<ANCHOR id="EShellWindow--safe-mode" href="eshell/EShellWindow.html#EShellWindow--safe-mode">
+<ANCHOR id="EShellWindow--shell" href="eshell/EShellWindow.html#EShellWindow--shell">
+<ANCHOR id="EShellView" href="eshell/EShellView.html">
+<ANCHOR id="EShellView.synopsis" href="eshell/EShellView.html#EShellView.synopsis">
+<ANCHOR id="EShellView.object-hierarchy" href="eshell/EShellView.html#EShellView.object-hierarchy">
+<ANCHOR id="EShellView.properties" href="eshell/EShellView.html#EShellView.properties">
+<ANCHOR id="EShellView.signals" href="eshell/EShellView.html#EShellView.signals">
+<ANCHOR id="EShellView.description" href="eshell/EShellView.html#EShellView.description">
+<ANCHOR id="EShellView.details" href="eshell/EShellView.html#EShellView.details">
+<ANCHOR id="EShellView-struct" href="eshell/EShellView.html#EShellView-struct">
+<ANCHOR id="e-shell-view-get-name" href="eshell/EShellView.html#e-shell-view-get-name">
+<ANCHOR id="e-shell-view-get-action" href="eshell/EShellView.html#e-shell-view-get-action">
+<ANCHOR id="e-shell-view-get-title" href="eshell/EShellView.html#e-shell-view-get-title">
+<ANCHOR id="e-shell-view-set-title" href="eshell/EShellView.html#e-shell-view-set-title">
+<ANCHOR id="e-shell-view-get-view-id" href="eshell/EShellView.html#e-shell-view-get-view-id">
+<ANCHOR id="e-shell-view-set-view-id" href="eshell/EShellView.html#e-shell-view-set-view-id">
+<ANCHOR id="e-shell-view-is-active" href="eshell/EShellView.html#e-shell-view-is-active">
+<ANCHOR id="e-shell-view-add-activity" href="eshell/EShellView.html#e-shell-view-add-activity">
+<ANCHOR id="e-shell-view-get-page-num" href="eshell/EShellView.html#e-shell-view-get-page-num">
+<ANCHOR id="e-shell-view-get-size-group" href="eshell/EShellView.html#e-shell-view-get-size-group">
+<ANCHOR id="e-shell-view-get-shell-content" href="eshell/EShellView.html#e-shell-view-get-shell-content">
+<ANCHOR id="e-shell-view-get-shell-sidebar" href="eshell/EShellView.html#e-shell-view-get-shell-sidebar">
+<ANCHOR id="e-shell-view-get-shell-taskbar" href="eshell/EShellView.html#e-shell-view-get-shell-taskbar">
+<ANCHOR id="e-shell-view-get-shell-window" href="eshell/EShellView.html#e-shell-view-get-shell-window">
+<ANCHOR id="e-shell-view-get-shell-module" href="eshell/EShellView.html#e-shell-view-get-shell-module">
+<ANCHOR id="e-shell-view-update-actions" href="eshell/EShellView.html#e-shell-view-update-actions">
+<ANCHOR id="e-shell-view-show-popup-menu" href="eshell/EShellView.html#e-shell-view-show-popup-menu">
+<ANCHOR id="EShellView.property-details" href="eshell/EShellView.html#EShellView.property-details">
+<ANCHOR id="EShellView--action" href="eshell/EShellView.html#EShellView--action">
+<ANCHOR id="EShellView--page-num" href="eshell/EShellView.html#EShellView--page-num">
+<ANCHOR id="EShellView--shell-content" href="eshell/EShellView.html#EShellView--shell-content">
+<ANCHOR id="EShellView--shell-sidebar" href="eshell/EShellView.html#EShellView--shell-sidebar">
+<ANCHOR id="EShellView--shell-taskbar" href="eshell/EShellView.html#EShellView--shell-taskbar">
+<ANCHOR id="EShellView--shell-window" href="eshell/EShellView.html#EShellView--shell-window">
+<ANCHOR id="EShellView--title" href="eshell/EShellView.html#EShellView--title">
+<ANCHOR id="EShellView--view-id" href="eshell/EShellView.html#EShellView--view-id">
+<ANCHOR id="EShellView.signal-details" href="eshell/EShellView.html#EShellView.signal-details">
+<ANCHOR id="EShellView-toggled" href="eshell/EShellView.html#EShellView-toggled">
+<ANCHOR id="EShellView-update-actions" href="eshell/EShellView.html#EShellView-update-actions">
+<ANCHOR id="EShellContent" href="eshell/EShellContent.html">
+<ANCHOR id="EShellContent.synopsis" href="eshell/EShellContent.html#EShellContent.synopsis">
+<ANCHOR id="EShellContent.object-hierarchy" href="eshell/EShellContent.html#EShellContent.object-hierarchy">
+<ANCHOR id="EShellContent.implemented-interfaces" href="eshell/EShellContent.html#EShellContent.implemented-interfaces">
+<ANCHOR id="EShellContent.properties" href="eshell/EShellContent.html#EShellContent.properties">
+<ANCHOR id="EShellContent.description" href="eshell/EShellContent.html#EShellContent.description">
+<ANCHOR id="EShellContent.details" href="eshell/EShellContent.html#EShellContent.details">
+<ANCHOR id="EShellContent-struct" href="eshell/EShellContent.html#EShellContent-struct">
+<ANCHOR id="e-shell-content-new" href="eshell/EShellContent.html#e-shell-content-new">
+<ANCHOR id="EShellContent.property-details" href="eshell/EShellContent.html#EShellContent.property-details">
+<ANCHOR id="EShellContent--filter-action" href="eshell/EShellContent.html#EShellContent--filter-action">
+<ANCHOR id="EShellContent--filter-value" href="eshell/EShellContent.html#EShellContent--filter-value">
+<ANCHOR id="EShellContent--filter-visible" href="eshell/EShellContent.html#EShellContent--filter-visible">
+<ANCHOR id="EShellContent--scope-action" href="eshell/EShellContent.html#EShellContent--scope-action">
+<ANCHOR id="EShellContent--scope-value" href="eshell/EShellContent.html#EShellContent--scope-value">
+<ANCHOR id="EShellContent--scope-visible" href="eshell/EShellContent.html#EShellContent--scope-visible">
+<ANCHOR id="EShellContent--search-context" href="eshell/EShellContent.html#EShellContent--search-context">
+<ANCHOR id="EShellContent--search-rule" href="eshell/EShellContent.html#EShellContent--search-rule">
+<ANCHOR id="EShellContent--search-text" href="eshell/EShellContent.html#EShellContent--search-text">
+<ANCHOR id="EShellContent--search-value" href="eshell/EShellContent.html#EShellContent--search-value">
+<ANCHOR id="EShellContent--search-visible" href="eshell/EShellContent.html#EShellContent--search-visible">
+<ANCHOR id="EShellContent--shell-view" href="eshell/EShellContent.html#EShellContent--shell-view">
+<ANCHOR id="EShellSidebar" href="eshell/EShellSidebar.html">
+<ANCHOR id="EShellSidebar.synopsis" href="eshell/EShellSidebar.html#EShellSidebar.synopsis">
+<ANCHOR id="EShellSidebar.object-hierarchy" href="eshell/EShellSidebar.html#EShellSidebar.object-hierarchy">
+<ANCHOR id="EShellSidebar.implemented-interfaces" href="eshell/EShellSidebar.html#EShellSidebar.implemented-interfaces">
+<ANCHOR id="EShellSidebar.properties" href="eshell/EShellSidebar.html#EShellSidebar.properties">
+<ANCHOR id="EShellSidebar.description" href="eshell/EShellSidebar.html#EShellSidebar.description">
+<ANCHOR id="EShellSidebar.details" href="eshell/EShellSidebar.html#EShellSidebar.details">
+<ANCHOR id="EShellSidebar-struct" href="eshell/EShellSidebar.html#EShellSidebar-struct">
+<ANCHOR id="e-shell-sidebar-new" href="eshell/EShellSidebar.html#e-shell-sidebar-new">
+<ANCHOR id="EShellSidebar.property-details" href="eshell/EShellSidebar.html#EShellSidebar.property-details">
+<ANCHOR id="EShellSidebar--primary-text" href="eshell/EShellSidebar.html#EShellSidebar--primary-text">
+<ANCHOR id="EShellSidebar--secondary-text" href="eshell/EShellSidebar.html#EShellSidebar--secondary-text">
+<ANCHOR id="EShellSidebar--shell-view" href="eshell/EShellSidebar.html#EShellSidebar--shell-view">
+<ANCHOR id="EShellTaskbar" href="eshell/EShellTaskbar.html">
+<ANCHOR id="EShellTaskbar.synopsis" href="eshell/EShellTaskbar.html#EShellTaskbar.synopsis">
+<ANCHOR id="EShellTaskbar.object-hierarchy" href="eshell/EShellTaskbar.html#EShellTaskbar.object-hierarchy">
+<ANCHOR id="EShellTaskbar.implemented-interfaces" href="eshell/EShellTaskbar.html#EShellTaskbar.implemented-interfaces">
+<ANCHOR id="EShellTaskbar.properties" href="eshell/EShellTaskbar.html#EShellTaskbar.properties">
+<ANCHOR id="EShellTaskbar.description" href="eshell/EShellTaskbar.html#EShellTaskbar.description">
+<ANCHOR id="EShellTaskbar.details" href="eshell/EShellTaskbar.html#EShellTaskbar.details">
+<ANCHOR id="EShellTaskbar-struct" href="eshell/EShellTaskbar.html#EShellTaskbar-struct">
+<ANCHOR id="e-shell-taskbar-new" href="eshell/EShellTaskbar.html#e-shell-taskbar-new">
+<ANCHOR id="EShellTaskbar.property-details" href="eshell/EShellTaskbar.html#EShellTaskbar.property-details">
+<ANCHOR id="EShellTaskbar--message" href="eshell/EShellTaskbar.html#EShellTaskbar--message">
+<ANCHOR id="EShellTaskbar--shell-view" href="eshell/EShellTaskbar.html#EShellTaskbar--shell-view">
+<ANCHOR id="EShellSwitcher" href="eshell/EShellSwitcher.html">
+<ANCHOR id="EShellSwitcher.synopsis" href="eshell/EShellSwitcher.html#EShellSwitcher.synopsis">
+<ANCHOR id="EShellSwitcher.object-hierarchy" href="eshell/EShellSwitcher.html#EShellSwitcher.object-hierarchy">
+<ANCHOR id="EShellSwitcher.implemented-interfaces" href="eshell/EShellSwitcher.html#EShellSwitcher.implemented-interfaces">
+<ANCHOR id="EShellSwitcher.properties" href="eshell/EShellSwitcher.html#EShellSwitcher.properties">
+<ANCHOR id="EShellSwitcher.signals" href="eshell/EShellSwitcher.html#EShellSwitcher.signals">
+<ANCHOR id="EShellSwitcher.description" href="eshell/EShellSwitcher.html#EShellSwitcher.description">
+<ANCHOR id="EShellSwitcher.details" href="eshell/EShellSwitcher.html#EShellSwitcher.details">
+<ANCHOR id="EShellSwitcher-struct" href="eshell/EShellSwitcher.html#EShellSwitcher-struct">
+<ANCHOR id="e-shell-switcher-new" href="eshell/EShellSwitcher.html#e-shell-switcher-new">
+<ANCHOR id="e-shell-switcher-add-action" href="eshell/EShellSwitcher.html#e-shell-switcher-add-action">
+<ANCHOR id="e-shell-switcher-get-style" href="eshell/EShellSwitcher.html#e-shell-switcher-get-style">
+<ANCHOR id="e-shell-switcher-set-style" href="eshell/EShellSwitcher.html#e-shell-switcher-set-style">
+<ANCHOR id="e-shell-switcher-unset-style" href="eshell/EShellSwitcher.html#e-shell-switcher-unset-style">
+<ANCHOR id="e-shell-switcher-get-visible" href="eshell/EShellSwitcher.html#e-shell-switcher-get-visible">
+<ANCHOR id="e-shell-switcher-set-visible" href="eshell/EShellSwitcher.html#e-shell-switcher-set-visible">
+<ANCHOR id="EShellSwitcher.property-details" href="eshell/EShellSwitcher.html#EShellSwitcher.property-details">
+<ANCHOR id="EShellSwitcher--toolbar-style" href="eshell/EShellSwitcher.html#EShellSwitcher--toolbar-style">
+<ANCHOR id="EShellSwitcher--toolbar-visible" href="eshell/EShellSwitcher.html#EShellSwitcher--toolbar-visible">
+<ANCHOR id="EShellSwitcher.signal-details" href="eshell/EShellSwitcher.html#EShellSwitcher.signal-details">
+<ANCHOR id="EShellSwitcher-style-changed" href="eshell/EShellSwitcher.html#EShellSwitcher-style-changed">
+<ANCHOR id="eshell-e-shell-importer" href="eshell/eshell-e-shell-importer.html">
+<ANCHOR id="eshell-e-shell-importer.synopsis" href="eshell/eshell-e-shell-importer.html#eshell-e-shell-importer.synopsis">
+<ANCHOR id="eshell-e-shell-importer.description" href="eshell/eshell-e-shell-importer.html#eshell-e-shell-importer.description">
+<ANCHOR id="eshell-e-shell-importer.details" href="eshell/eshell-e-shell-importer.html#eshell-e-shell-importer.details">
+<ANCHOR id="e-shell-importer-start-import" href="eshell/eshell-e-shell-importer.html#e-shell-importer-start-import">
+<ANCHOR id="eshell-Shell-Actions" href="eshell/eshell-Shell-Actions.html">
+<ANCHOR id="eshell-Shell-Actions.synopsis" href="eshell/eshell-Shell-Actions.html#eshell-Shell-Actions.synopsis">
+<ANCHOR id="eshell-Shell-Actions.description" href="eshell/eshell-Shell-Actions.html#eshell-Shell-Actions.description">
+<ANCHOR id="eshell-Shell-Actions.details" href="eshell/eshell-Shell-Actions.html#eshell-Shell-Actions.details">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-ABOUT:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-ABOUT:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-CLOSE:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-CLOSE:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-CONTENTS:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-CONTENTS:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-FAQ:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-FAQ:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-FORGET-PASSWORDS:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-FORGET-PASSWORDS:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-GAL-CUSTOM-VIEW:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GAL-CUSTOM-VIEW:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-GAL-DEFINE-VIEWS:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GAL-DEFINE-VIEWS:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-GAL-SAVE-CUSTOM-VIEW:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GAL-SAVE-CUSTOM-VIEW:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-IMPORT:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-IMPORT:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-NEW-WINDOW:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-NEW-WINDOW:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-PAGE-SETUP:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-PAGE-SETUP:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-PREFERENCES:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-PREFERENCES:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-QUICK-REFERENCE:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-QUICK-REFERENCE:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-QUIT:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-QUIT:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SEARCH-ADVANCED:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-ADVANCED:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SEARCH-CLEAR:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-CLEAR:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SEARCH-EDIT:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-EDIT:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SEARCH-EXECUTE:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-EXECUTE:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SEARCH-OPTIONS:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-OPTIONS:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SEARCH-SAVE:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-SAVE:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SEND-RECEIVE:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEND-RECEIVE:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SHOW-SIDEBAR:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-SIDEBAR:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SHOW-STATUSBAR:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-STATUSBAR:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SHOW-SWITCHER:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-SWITCHER:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SHOW-TOOLBAR:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-TOOLBAR:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SUBMIT-BUG:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SUBMIT-BUG:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-BOTH:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-BOTH:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-ICONS:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-ICONS:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-TEXT:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-TEXT:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-USER:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-USER:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-SYNC-OPTIONS:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SYNC-OPTIONS:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-WORK-OFFLINE:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-WORK-OFFLINE:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-WORK-ONLINE:CAPS" href="eshell/eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-WORK-ONLINE:CAPS">
+<ANCHOR id="eshell-Action-Groups" href="eshell/eshell-Action-Groups.html">
+<ANCHOR id="eshell-Action-Groups.synopsis" href="eshell/eshell-Action-Groups.html#eshell-Action-Groups.synopsis">
+<ANCHOR id="eshell-Action-Groups.description" href="eshell/eshell-Action-Groups.html#eshell-Action-Groups.description">
+<ANCHOR id="eshell-Action-Groups.details" href="eshell/eshell-Action-Groups.html#eshell-Action-Groups.details">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-GROUP-SHELL:CAPS" href="eshell/eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-SHELL:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-GROUP-SWITCHER:CAPS" href="eshell/eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-SWITCHER:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-GROUP-NEW-ITEM:CAPS" href="eshell/eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-NEW-ITEM:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-GROUP-NEW-SOURCE:CAPS" href="eshell/eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-NEW-SOURCE:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-GROUP-CUSTOM-RULES:CAPS" href="eshell/eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-CUSTOM-RULES:CAPS">
+<ANCHOR id="E-SHELL-WINDOW-ACTION-GROUP-GAL-VIEW:CAPS" href="eshell/eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-GAL-VIEW:CAPS">

Added: trunk/www.gnome.org/projects/evolution/doc/shell/ix01.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/ix01.html	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,353 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Index</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="up" href="index.html" title="Evolution Shell Reference Manual">
+<link rel="prev" href="eshell-Action-Groups.html" title="Action Groups">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="The Shell">
+<link rel="chapter" href="ch02.html" title="Actions">
+<link rel="index" href="ix01.html" title="Index">
+</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="eshell-Action-Groups.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td>Â</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>Â</td>
+</tr></table>
+<div class="index">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="id2737633"></a>Index</h2></div></div></div>
+<div class="index"><div class="indexdiv">
+<h3>E</h3>
+<dl>
+<dt>EShell, <a class="indexterm" href="EShell.html#EShell-struct">EShell</a>
+</dt>
+<dt>EShell::handle-uri, <a class="indexterm" href="EShell.html#EShell-handle-uri">The "handle-uri" signal</a>
+</dt>
+<dt>EShell::send-receive, <a class="indexterm" href="EShell.html#EShell-send-receive">The "send-receive" signal</a>
+</dt>
+<dt>EShell::window-created, <a class="indexterm" href="EShell.html#EShell-window-created">The "window-created" signal</a>
+</dt>
+<dt>EShell::window-destroyed, <a class="indexterm" href="EShell.html#EShell-window-destroyed">The "window-destroyed" signal</a>
+</dt>
+<dt>EShell:online-mode, <a class="indexterm" href="EShell.html#EShell--online-mode">The "online-mode" property</a>
+</dt>
+<dt>EShellContent, <a class="indexterm" href="EShellContent.html#EShellContent-struct">EShellContent</a>
+</dt>
+<dt>EShellContent:filter-action, <a class="indexterm" href="EShellContent.html#EShellContent--filter-action">The "filter-action" property</a>
+</dt>
+<dt>EShellContent:filter-value, <a class="indexterm" href="EShellContent.html#EShellContent--filter-value">The "filter-value" property</a>
+</dt>
+<dt>EShellContent:filter-visible, <a class="indexterm" href="EShellContent.html#EShellContent--filter-visible">The "filter-visible" property</a>
+</dt>
+<dt>EShellContent:scope-action, <a class="indexterm" href="EShellContent.html#EShellContent--scope-action">The "scope-action" property</a>
+</dt>
+<dt>EShellContent:scope-value, <a class="indexterm" href="EShellContent.html#EShellContent--scope-value">The "scope-value" property</a>
+</dt>
+<dt>EShellContent:scope-visible, <a class="indexterm" href="EShellContent.html#EShellContent--scope-visible">The "scope-visible" property</a>
+</dt>
+<dt>EShellContent:search-context, <a class="indexterm" href="EShellContent.html#EShellContent--search-context">The "search-context" property</a>
+</dt>
+<dt>EShellContent:search-rule, <a class="indexterm" href="EShellContent.html#EShellContent--search-rule">The "search-rule" property</a>
+</dt>
+<dt>EShellContent:search-text, <a class="indexterm" href="EShellContent.html#EShellContent--search-text">The "search-text" property</a>
+</dt>
+<dt>EShellContent:search-value, <a class="indexterm" href="EShellContent.html#EShellContent--search-value">The "search-value" property</a>
+</dt>
+<dt>EShellContent:search-visible, <a class="indexterm" href="EShellContent.html#EShellContent--search-visible">The "search-visible" property</a>
+</dt>
+<dt>EShellContent:shell-view, <a class="indexterm" href="EShellContent.html#EShellContent--shell-view">The "shell-view" property</a>
+</dt>
+<dt>EShellLineStatus, <a class="indexterm" href="EShell.html#EShellLineStatus">enum EShellLineStatus</a>
+</dt>
+<dt>EShellModule, <a class="indexterm" href="EShellModule.html#EShellModule-struct">EShellModule</a>
+</dt>
+<dt>EShellModule::activity-added, <a class="indexterm" href="EShellModule.html#EShellModule-activity-added">The "activity-added" signal</a>
+</dt>
+<dt>EShellModule:filename, <a class="indexterm" href="EShellModule.html#EShellModule--filename">The "filename" property</a>
+</dt>
+<dt>EShellModule:shell, <a class="indexterm" href="EShellModule.html#EShellModule--shell">The "shell" property</a>
+</dt>
+<dt>EShellModuleInfo, <a class="indexterm" href="EShellModule.html#EShellModuleInfo">EShellModuleInfo</a>
+</dt>
+<dt>EShellSidebar, <a class="indexterm" href="EShellSidebar.html#EShellSidebar-struct">EShellSidebar</a>
+</dt>
+<dt>EShellSidebar:primary-text, <a class="indexterm" href="EShellSidebar.html#EShellSidebar--primary-text">The "primary-text" property</a>
+</dt>
+<dt>EShellSidebar:secondary-text, <a class="indexterm" href="EShellSidebar.html#EShellSidebar--secondary-text">The "secondary-text" property</a>
+</dt>
+<dt>EShellSidebar:shell-view, <a class="indexterm" href="EShellSidebar.html#EShellSidebar--shell-view">The "shell-view" property</a>
+</dt>
+<dt>EShellSwitcher, <a class="indexterm" href="EShellSwitcher.html#EShellSwitcher-struct">EShellSwitcher</a>
+</dt>
+<dt>EShellSwitcher::style-changed, <a class="indexterm" href="EShellSwitcher.html#EShellSwitcher-style-changed">The "style-changed" signal</a>
+</dt>
+<dt>EShellSwitcher:toolbar-style, <a class="indexterm" href="EShellSwitcher.html#EShellSwitcher--toolbar-style">The "toolbar-style" property</a>
+</dt>
+<dt>EShellSwitcher:toolbar-visible, <a class="indexterm" href="EShellSwitcher.html#EShellSwitcher--toolbar-visible">The "toolbar-visible" property</a>
+</dt>
+<dt>EShellTaskbar, <a class="indexterm" href="EShellTaskbar.html#EShellTaskbar-struct">EShellTaskbar</a>
+</dt>
+<dt>EShellTaskbar:message, <a class="indexterm" href="EShellTaskbar.html#EShellTaskbar--message">The "message" property</a>
+</dt>
+<dt>EShellTaskbar:shell-view, <a class="indexterm" href="EShellTaskbar.html#EShellTaskbar--shell-view">The "shell-view" property</a>
+</dt>
+<dt>EShellView, <a class="indexterm" href="EShellView.html#EShellView-struct">EShellView</a>
+</dt>
+<dt>EShellView::toggled, <a class="indexterm" href="EShellView.html#EShellView-toggled">The "toggled" signal</a>
+</dt>
+<dt>EShellView::update-actions, <a class="indexterm" href="EShellView.html#EShellView-update-actions">The "update-actions" signal</a>
+</dt>
+<dt>EShellView:action, <a class="indexterm" href="EShellView.html#EShellView--action">The "action" property</a>
+</dt>
+<dt>EShellView:page-num, <a class="indexterm" href="EShellView.html#EShellView--page-num">The "page-num" property</a>
+</dt>
+<dt>EShellView:shell-content, <a class="indexterm" href="EShellView.html#EShellView--shell-content">The "shell-content" property</a>
+</dt>
+<dt>EShellView:shell-sidebar, <a class="indexterm" href="EShellView.html#EShellView--shell-sidebar">The "shell-sidebar" property</a>
+</dt>
+<dt>EShellView:shell-taskbar, <a class="indexterm" href="EShellView.html#EShellView--shell-taskbar">The "shell-taskbar" property</a>
+</dt>
+<dt>EShellView:shell-window, <a class="indexterm" href="EShellView.html#EShellView--shell-window">The "shell-window" property</a>
+</dt>
+<dt>EShellView:title, <a class="indexterm" href="EShellView.html#EShellView--title">The "title" property</a>
+</dt>
+<dt>EShellView:view-id, <a class="indexterm" href="EShellView.html#EShellView--view-id">The "view-id" property</a>
+</dt>
+<dt>EShellWindow, <a class="indexterm" href="EShellWindow.html#EShellWindow-struct">EShellWindow</a>
+</dt>
+<dt>EShellWindow:active-view, <a class="indexterm" href="EShellWindow.html#EShellWindow--active-view">The "active-view" property</a>
+</dt>
+<dt>EShellWindow:safe-mode, <a class="indexterm" href="EShellWindow.html#EShellWindow--safe-mode">The "safe-mode" property</a>
+</dt>
+<dt>EShellWindow:shell, <a class="indexterm" href="EShellWindow.html#EShellWindow--shell">The "shell" property</a>
+</dt>
+<dt>e_shell_content_new, <a class="indexterm" href="EShellContent.html#e-shell-content-new">e_shell_content_new ()</a>
+</dt>
+<dt>e_shell_create_window, <a class="indexterm" href="EShell.html#e-shell-create-window">e_shell_create_window ()</a>
+</dt>
+<dt>e_shell_do_quit, <a class="indexterm" href="EShell.html#e-shell-do-quit">e_shell_do_quit ()</a>
+</dt>
+<dt>e_shell_get_canonical_name, <a class="indexterm" href="EShell.html#e-shell-get-canonical-name">e_shell_get_canonical_name ()</a>
+</dt>
+<dt>e_shell_get_line_status, <a class="indexterm" href="EShell.html#e-shell-get-line-status">e_shell_get_line_status ()</a>
+</dt>
+<dt>e_shell_get_module_by_name, <a class="indexterm" href="EShell.html#e-shell-get-module-by-name">e_shell_get_module_by_name ()</a>
+</dt>
+<dt>e_shell_get_module_by_scheme, <a class="indexterm" href="EShell.html#e-shell-get-module-by-scheme">e_shell_get_module_by_scheme ()</a>
+</dt>
+<dt>e_shell_get_online_mode, <a class="indexterm" href="EShell.html#e-shell-get-online-mode">e_shell_get_online_mode ()</a>
+</dt>
+<dt>e_shell_get_preferences_window, <a class="indexterm" href="EShell.html#e-shell-get-preferences-window">e_shell_get_preferences_window ()</a>
+</dt>
+<dt>e_shell_handle_uri, <a class="indexterm" href="EShell.html#e-shell-handle-uri">e_shell_handle_uri ()</a>
+</dt>
+<dt>e_shell_importer_start_import, <a class="indexterm" href="eshell-e-shell-importer.html#e-shell-importer-start-import">e_shell_importer_start_import ()</a>
+</dt>
+<dt>e_shell_is_busy, <a class="indexterm" href="EShell.html#e-shell-is-busy">e_shell_is_busy ()</a>
+</dt>
+<dt>e_shell_list_modules, <a class="indexterm" href="EShell.html#e-shell-list-modules">e_shell_list_modules ()</a>
+</dt>
+<dt>e_shell_module_add_activity, <a class="indexterm" href="EShellModule.html#e-shell-module-add-activity">e_shell_module_add_activity ()</a>
+</dt>
+<dt>e_shell_module_compare, <a class="indexterm" href="EShellModule.html#e-shell-module-compare">e_shell_module_compare ()</a>
+</dt>
+<dt>e_shell_module_get_config_dir, <a class="indexterm" href="EShellModule.html#e-shell-module-get-config-dir">e_shell_module_get_config_dir ()</a>
+</dt>
+<dt>e_shell_module_get_data_dir, <a class="indexterm" href="EShellModule.html#e-shell-module-get-data-dir">e_shell_module_get_data_dir ()</a>
+</dt>
+<dt>e_shell_module_get_filename, <a class="indexterm" href="EShellModule.html#e-shell-module-get-filename">e_shell_module_get_filename ()</a>
+</dt>
+<dt>e_shell_module_get_searches, <a class="indexterm" href="EShellModule.html#e-shell-module-get-searches">e_shell_module_get_searches ()</a>
+</dt>
+<dt>e_shell_module_get_shell, <a class="indexterm" href="EShellModule.html#e-shell-module-get-shell">e_shell_module_get_shell ()</a>
+</dt>
+<dt>e_shell_module_is_busy, <a class="indexterm" href="EShellModule.html#e-shell-module-is-busy">e_shell_module_is_busy ()</a>
+</dt>
+<dt>e_shell_module_new, <a class="indexterm" href="EShellModule.html#e-shell-module-new">e_shell_module_new ()</a>
+</dt>
+<dt>e_shell_module_set_info, <a class="indexterm" href="EShellModule.html#e-shell-module-set-info">e_shell_module_set_info ()</a>
+</dt>
+<dt>e_shell_module_shutdown, <a class="indexterm" href="EShellModule.html#e-shell-module-shutdown">e_shell_module_shutdown ()</a>
+</dt>
+<dt>e_shell_new, <a class="indexterm" href="EShell.html#e-shell-new">e_shell_new ()</a>
+</dt>
+<dt>e_shell_quit, <a class="indexterm" href="EShell.html#e-shell-quit">e_shell_quit ()</a>
+</dt>
+<dt>e_shell_send_receive, <a class="indexterm" href="EShell.html#e-shell-send-receive">e_shell_send_receive ()</a>
+</dt>
+<dt>e_shell_set_line_status, <a class="indexterm" href="EShell.html#e-shell-set-line-status">e_shell_set_line_status ()</a>
+</dt>
+<dt>e_shell_set_online_mode, <a class="indexterm" href="EShell.html#e-shell-set-online-mode">e_shell_set_online_mode ()</a>
+</dt>
+<dt>e_shell_sidebar_new, <a class="indexterm" href="EShellSidebar.html#e-shell-sidebar-new">e_shell_sidebar_new ()</a>
+</dt>
+<dt>e_shell_switcher_add_action, <a class="indexterm" href="EShellSwitcher.html#e-shell-switcher-add-action">e_shell_switcher_add_action ()</a>
+</dt>
+<dt>e_shell_switcher_get_style, <a class="indexterm" href="EShellSwitcher.html#e-shell-switcher-get-style">e_shell_switcher_get_style ()</a>
+</dt>
+<dt>e_shell_switcher_get_visible, <a class="indexterm" href="EShellSwitcher.html#e-shell-switcher-get-visible">e_shell_switcher_get_visible ()</a>
+</dt>
+<dt>e_shell_switcher_new, <a class="indexterm" href="EShellSwitcher.html#e-shell-switcher-new">e_shell_switcher_new ()</a>
+</dt>
+<dt>e_shell_switcher_set_style, <a class="indexterm" href="EShellSwitcher.html#e-shell-switcher-set-style">e_shell_switcher_set_style ()</a>
+</dt>
+<dt>e_shell_switcher_set_visible, <a class="indexterm" href="EShellSwitcher.html#e-shell-switcher-set-visible">e_shell_switcher_set_visible ()</a>
+</dt>
+<dt>e_shell_switcher_unset_style, <a class="indexterm" href="EShellSwitcher.html#e-shell-switcher-unset-style">e_shell_switcher_unset_style ()</a>
+</dt>
+<dt>e_shell_taskbar_new, <a class="indexterm" href="EShellTaskbar.html#e-shell-taskbar-new">e_shell_taskbar_new ()</a>
+</dt>
+<dt>e_shell_view_add_activity, <a class="indexterm" href="EShellView.html#e-shell-view-add-activity">e_shell_view_add_activity ()</a>
+</dt>
+<dt>e_shell_view_get_action, <a class="indexterm" href="EShellView.html#e-shell-view-get-action">e_shell_view_get_action ()</a>
+</dt>
+<dt>e_shell_view_get_name, <a class="indexterm" href="EShellView.html#e-shell-view-get-name">e_shell_view_get_name ()</a>
+</dt>
+<dt>e_shell_view_get_page_num, <a class="indexterm" href="EShellView.html#e-shell-view-get-page-num">e_shell_view_get_page_num ()</a>
+</dt>
+<dt>e_shell_view_get_shell_content, <a class="indexterm" href="EShellView.html#e-shell-view-get-shell-content">e_shell_view_get_shell_content ()</a>
+</dt>
+<dt>e_shell_view_get_shell_module, <a class="indexterm" href="EShellView.html#e-shell-view-get-shell-module">e_shell_view_get_shell_module ()</a>
+</dt>
+<dt>e_shell_view_get_shell_sidebar, <a class="indexterm" href="EShellView.html#e-shell-view-get-shell-sidebar">e_shell_view_get_shell_sidebar ()</a>
+</dt>
+<dt>e_shell_view_get_shell_taskbar, <a class="indexterm" href="EShellView.html#e-shell-view-get-shell-taskbar">e_shell_view_get_shell_taskbar ()</a>
+</dt>
+<dt>e_shell_view_get_shell_window, <a class="indexterm" href="EShellView.html#e-shell-view-get-shell-window">e_shell_view_get_shell_window ()</a>
+</dt>
+<dt>e_shell_view_get_size_group, <a class="indexterm" href="EShellView.html#e-shell-view-get-size-group">e_shell_view_get_size_group ()</a>
+</dt>
+<dt>e_shell_view_get_title, <a class="indexterm" href="EShellView.html#e-shell-view-get-title">e_shell_view_get_title ()</a>
+</dt>
+<dt>e_shell_view_get_view_id, <a class="indexterm" href="EShellView.html#e-shell-view-get-view-id">e_shell_view_get_view_id ()</a>
+</dt>
+<dt>e_shell_view_is_active, <a class="indexterm" href="EShellView.html#e-shell-view-is-active">e_shell_view_is_active ()</a>
+</dt>
+<dt>e_shell_view_set_title, <a class="indexterm" href="EShellView.html#e-shell-view-set-title">e_shell_view_set_title ()</a>
+</dt>
+<dt>e_shell_view_set_view_id, <a class="indexterm" href="EShellView.html#e-shell-view-set-view-id">e_shell_view_set_view_id ()</a>
+</dt>
+<dt>e_shell_view_show_popup_menu, <a class="indexterm" href="EShellView.html#e-shell-view-show-popup-menu">e_shell_view_show_popup_menu ()</a>
+</dt>
+<dt>e_shell_view_update_actions, <a class="indexterm" href="EShellView.html#e-shell-view-update-actions">e_shell_view_update_actions ()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_ABOUT, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-ABOUT:CAPS">E_SHELL_WINDOW_ACTION_ABOUT()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_CLOSE, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-CLOSE:CAPS">E_SHELL_WINDOW_ACTION_CLOSE()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_CONTENTS, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-CONTENTS:CAPS">E_SHELL_WINDOW_ACTION_CONTENTS()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_FAQ, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-FAQ:CAPS">E_SHELL_WINDOW_ACTION_FAQ()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-FORGET-PASSWORDS:CAPS">E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_GAL_CUSTOM_VIEW, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GAL-CUSTOM-VIEW:CAPS">E_SHELL_WINDOW_ACTION_GAL_CUSTOM_VIEW()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_GAL_DEFINE_VIEWS, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GAL-DEFINE-VIEWS:CAPS">E_SHELL_WINDOW_ACTION_GAL_DEFINE_VIEWS()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_GAL_SAVE_CUSTOM_VIEW, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-GAL-SAVE-CUSTOM-VIEW:CAPS">E_SHELL_WINDOW_ACTION_GAL_SAVE_CUSTOM_VIEW()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_GROUP_CUSTOM_RULES, <a class="indexterm" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-CUSTOM-RULES:CAPS">E_SHELL_WINDOW_ACTION_GROUP_CUSTOM_RULES()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_GROUP_GAL_VIEW, <a class="indexterm" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-GAL-VIEW:CAPS">E_SHELL_WINDOW_ACTION_GROUP_GAL_VIEW()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_GROUP_NEW_ITEM, <a class="indexterm" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-NEW-ITEM:CAPS">E_SHELL_WINDOW_ACTION_GROUP_NEW_ITEM()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_GROUP_NEW_SOURCE, <a class="indexterm" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-NEW-SOURCE:CAPS">E_SHELL_WINDOW_ACTION_GROUP_NEW_SOURCE()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_GROUP_SHELL, <a class="indexterm" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-SHELL:CAPS">E_SHELL_WINDOW_ACTION_GROUP_SHELL()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_GROUP_SWITCHER, <a class="indexterm" href="eshell-Action-Groups.html#E-SHELL-WINDOW-ACTION-GROUP-SWITCHER:CAPS">E_SHELL_WINDOW_ACTION_GROUP_SWITCHER()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_IMPORT, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-IMPORT:CAPS">E_SHELL_WINDOW_ACTION_IMPORT()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_NEW_WINDOW, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-NEW-WINDOW:CAPS">E_SHELL_WINDOW_ACTION_NEW_WINDOW()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_PAGE_SETUP, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-PAGE-SETUP:CAPS">E_SHELL_WINDOW_ACTION_PAGE_SETUP()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_PREFERENCES, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-PREFERENCES:CAPS">E_SHELL_WINDOW_ACTION_PREFERENCES()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_QUICK_REFERENCE, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-QUICK-REFERENCE:CAPS">E_SHELL_WINDOW_ACTION_QUICK_REFERENCE()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_QUIT, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-QUIT:CAPS">E_SHELL_WINDOW_ACTION_QUIT()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SEARCH_ADVANCED, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-ADVANCED:CAPS">E_SHELL_WINDOW_ACTION_SEARCH_ADVANCED()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SEARCH_CLEAR, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-CLEAR:CAPS">E_SHELL_WINDOW_ACTION_SEARCH_CLEAR()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SEARCH_EDIT, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-EDIT:CAPS">E_SHELL_WINDOW_ACTION_SEARCH_EDIT()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SEARCH_EXECUTE, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-EXECUTE:CAPS">E_SHELL_WINDOW_ACTION_SEARCH_EXECUTE()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SEARCH_OPTIONS, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-OPTIONS:CAPS">E_SHELL_WINDOW_ACTION_SEARCH_OPTIONS()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SEARCH_SAVE, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEARCH-SAVE:CAPS">E_SHELL_WINDOW_ACTION_SEARCH_SAVE()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SEND_RECEIVE, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SEND-RECEIVE:CAPS">E_SHELL_WINDOW_ACTION_SEND_RECEIVE()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SHOW_SIDEBAR, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-SIDEBAR:CAPS">E_SHELL_WINDOW_ACTION_SHOW_SIDEBAR()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SHOW_STATUSBAR, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-STATUSBAR:CAPS">E_SHELL_WINDOW_ACTION_SHOW_STATUSBAR()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SHOW_SWITCHER, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-SWITCHER:CAPS">E_SHELL_WINDOW_ACTION_SHOW_SWITCHER()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SHOW_TOOLBAR, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SHOW-TOOLBAR:CAPS">E_SHELL_WINDOW_ACTION_SHOW_TOOLBAR()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SUBMIT_BUG, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SUBMIT-BUG:CAPS">E_SHELL_WINDOW_ACTION_SUBMIT_BUG()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_BOTH, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-BOTH:CAPS">E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_BOTH()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_ICONS, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-ICONS:CAPS">E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_ICONS()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_TEXT, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-TEXT:CAPS">E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_TEXT()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_USER, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SWITCHER-STYLE-USER:CAPS">E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_USER()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_SYNC_OPTIONS, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-SYNC-OPTIONS:CAPS">E_SHELL_WINDOW_ACTION_SYNC_OPTIONS()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_WORK_OFFLINE, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-WORK-OFFLINE:CAPS">E_SHELL_WINDOW_ACTION_WORK_OFFLINE()</a>
+</dt>
+<dt>E_SHELL_WINDOW_ACTION_WORK_ONLINE, <a class="indexterm" href="eshell-Shell-Actions.html#E-SHELL-WINDOW-ACTION-WORK-ONLINE:CAPS">E_SHELL_WINDOW_ACTION_WORK_ONLINE()</a>
+</dt>
+<dt>e_shell_window_get_action, <a class="indexterm" href="EShellWindow.html#e-shell-window-get-action">e_shell_window_get_action ()</a>
+</dt>
+<dt>e_shell_window_get_action_group, <a class="indexterm" href="EShellWindow.html#e-shell-window-get-action-group">e_shell_window_get_action_group ()</a>
+</dt>
+<dt>e_shell_window_get_active_view, <a class="indexterm" href="EShellWindow.html#e-shell-window-get-active-view">e_shell_window_get_active_view ()</a>
+</dt>
+<dt>e_shell_window_get_managed_widget, <a class="indexterm" href="EShellWindow.html#e-shell-window-get-managed-widget">e_shell_window_get_managed_widget ()</a>
+</dt>
+<dt>e_shell_window_get_safe_mode, <a class="indexterm" href="EShellWindow.html#e-shell-window-get-safe-mode">e_shell_window_get_safe_mode ()</a>
+</dt>
+<dt>e_shell_window_get_shell, <a class="indexterm" href="EShellWindow.html#e-shell-window-get-shell">e_shell_window_get_shell ()</a>
+</dt>
+<dt>e_shell_window_get_shell_view, <a class="indexterm" href="EShellWindow.html#e-shell-window-get-shell-view">e_shell_window_get_shell_view ()</a>
+</dt>
+<dt>e_shell_window_get_ui_manager, <a class="indexterm" href="EShellWindow.html#e-shell-window-get-ui-manager">e_shell_window_get_ui_manager ()</a>
+</dt>
+<dt>e_shell_window_new, <a class="indexterm" href="EShellWindow.html#e-shell-window-new">e_shell_window_new ()</a>
+</dt>
+<dt>e_shell_window_register_new_item_actions, <a class="indexterm" href="EShellWindow.html#e-shell-window-register-new-item-actions">e_shell_window_register_new_item_actions ()</a>
+</dt>
+<dt>e_shell_window_register_new_source_actions, <a class="indexterm" href="EShellWindow.html#e-shell-window-register-new-source-actions">e_shell_window_register_new_source_actions ()</a>
+</dt>
+<dt>e_shell_window_set_active_view, <a class="indexterm" href="EShellWindow.html#e-shell-window-set-active-view">e_shell_window_set_active_view ()</a>
+</dt>
+<dt>e_shell_window_set_safe_mode, <a class="indexterm" href="EShellWindow.html#e-shell-window-set-safe-mode">e_shell_window_set_safe_mode ()</a>
+</dt>
+</dl>
+</div></div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/www.gnome.org/projects/evolution/doc/shell/left.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/evolution/doc/shell/right.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/evolution/doc/shell/style.css
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/evolution/doc/shell/style.css	Wed Oct  1 03:48:17 2008
@@ -0,0 +1,160 @@
+.synopsis, .classsynopsis
+{
+  background: #eeeeee;
+  border: solid 1px #aaaaaa;
+  padding: 0.5em;
+}
+.programlisting
+{
+  background: #eeeeff;
+  border: solid 1px #aaaaff;
+  padding: 0.5em;
+}
+.variablelist
+{
+  padding: 4px;
+  margin-left: 3em;
+}
+.variablelist td:first-child
+{
+  vertical-align: top;
+}
+
+/* this is needed so that the local anchors are displayed below the naviagtion */
+ media screen {
+  sup a.footnote
+  {
+    position: relative;
+    top: 0em ! important;
+  }
+  div.refnamediv a[name], div.refsect1 a[name]
+  {
+    position: relative;
+    top: -4.5em;
+  }
+  table.navigation#top
+  {
+    background: #ffeeee;
+    border: solid 1px #ffaaaa;
+    margin-top: 0;
+    margin-bottom: 0;
+    position: fixed;
+    top: 0;
+    left: 0;
+    height: 2em;
+    z-index: 1;
+  }
+  .navigation a
+  {
+    color: #770000;
+  }
+  .navigation a:visited
+  {
+    color: #550000;
+  }
+  td.shortcuts
+  {
+    color: #770000;
+    font-size: 80%;
+  }
+  div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
+  {
+    position: relative;
+    top: 3em;
+    z-index: 0;
+  }
+  div.refnamediv
+  {
+    margin-top: 2em;
+  }
+  body
+  {
+    padding-bottom: 20em;
+  }
+}
+ media print {
+  table.navigation {
+    visibility: collapse;
+    display: none;
+  }
+  div.titlepage table.navigation {
+    visibility: visible;
+    display: table;
+    background: #ffeeee;
+    border: solid 1px #ffaaaa;
+    margin-top: 0;
+    margin-bottom: 0;
+    top: 0;
+    left: 0;
+    height: 2em;
+  }
+}
+
+.navigation .title
+{
+  font-size: 200%;
+}
+
+
+div.gallery-float
+{
+  float: left;
+  padding: 10px;
+}
+div.gallery-float img
+{
+  border-style: none;
+}
+div.gallery-spacer
+{
+  clear: both;
+}
+a
+{
+  text-decoration: none;
+}
+a:hover
+{
+  text-decoration: underline;
+  color: #FF0000;
+}
+
+div.table table
+{
+  border-collapse: collapse;
+  border-spacing: 0px;
+  border-style: solid;
+  border-color: #777777;
+  border-width: 1px;
+}
+
+div.table table td, div.table table th
+{
+  border-style: solid;
+  border-color: #777777;
+  border-width: 1px;
+  padding: 3px;
+  vertical-align: top;
+}
+
+div.table table th
+{
+  background-color: #eeeeee;
+}
+
+hr
+{
+  color: #777777;
+  background: #777777;
+  border: 0;
+  height: 1px;
+  clear: both;
+}
+
+.footer
+{
+  padding-top: 3.5em;
+  color: #777777;
+  text-align: center;
+  font-size: 80%;
+}

Added: trunk/www.gnome.org/projects/evolution/doc/shell/up.png
==============================================================================
Binary file. No diff available.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]