~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to doc/reference/shell/html/EShellWindow.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-26 12:24:40 UTC
  • mfrom: (1.1.86 upstream)
  • Revision ID: package-import@ubuntu.com-20110926122440-nn0pyj1yj4j0k784
Tags: 3.2.0-0ubuntu1
* New upstream release.
* debian/control: bump e-d-s Build-Depends to 3.2.0. 
* debian/patches/*git*.patch: remove left over patches we already no longer
  apply.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>EShellWindow</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
8
8
<link rel="up" href="ch01.html" title="The Shell">
9
9
<link rel="prev" href="EShellBackend.html" title="EShellBackend">
10
10
<link rel="next" href="EShellView.html" title="EShellView">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
49
49
#include &lt;shell/e-shell-window.h&gt;
50
50
 
51
51
struct              <a class="link" href="EShellWindow.html#EShellWindow-struct" title="struct EShellWindow">EShellWindow</a>;
52
 
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="EShellWindow.html#e-shell-window-new" title="e_shell_window_new ()">e_shell_window_new</a>                  (<em class="parameter"><code><a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a> *shell</code></em>,
53
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> safe_mode</code></em>,
54
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *geometry</code></em>);
55
 
<a class="link" href="EShell.html" title="EShell"><span class="returnvalue">EShell</span></a> *            <a class="link" href="EShellWindow.html#e-shell-window-get-shell" title="e_shell_window_get_shell ()">e_shell_window_get_shell</a>            (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
 
52
<span class="returnvalue">GtkWidget</span> *            <a class="link" href="EShellWindow.html#e-shell-window-new" title="e_shell_window_new ()">e_shell_window_new</a>                  (<em class="parameter"><code><a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a> *shell</code></em>,
 
53
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> safe_mode</code></em>,
 
54
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *geometry</code></em>);
 
55
<a class="link" href="EShell.html" title="EShell"><span class="returnvalue">EShell</span></a> *            <a class="link" href="EShellWindow.html#e-shell-window-get-shell" title="e_shell_window_get_shell ()">e_shell_window_get_shell</a>            (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
56
56
struct <a class="link" href="EShellView.html" title="EShellView"><span class="returnvalue">_EShellView</span></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>      (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
57
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *view_name</code></em>);
 
57
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *view_name</code></em>);
58
58
struct <a class="link" href="EShellView.html" title="EShellView"><span class="returnvalue">_EShellView</span></a> * <a class="link" href="EShellWindow.html#e-shell-window-peek-shell-view" title="e_shell_window_peek_shell_view ()">e_shell_window_peek_shell_view</a>     (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
59
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *view_name</code></em>);
 
59
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *view_name</code></em>);
60
60
<span class="returnvalue">GtkAction</span> *         <a class="link" href="EShellWindow.html#e-shell-window-get-shell-view-action" title="e_shell_window_get_shell_view_action ()">e_shell_window_get_shell_view_action</a>
61
61
                                                        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
62
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *view_name</code></em>);
63
 
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="EShellWindow.html#e-shell-window-get-alert-bar" title="e_shell_window_get_alert_bar ()">e_shell_window_get_alert_bar</a>        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
 
62
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *view_name</code></em>);
 
63
<span class="returnvalue">GtkWidget</span> *            <a class="link" href="EShellWindow.html#e-shell-window-get-alert-bar" title="e_shell_window_get_alert_bar ()">e_shell_window_get_alert_bar</a>        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
64
64
<span class="returnvalue">EFocusTracker</span> *     <a class="link" href="EShellWindow.html#e-shell-window-get-focus-tracker" title="e_shell_window_get_focus_tracker ()">e_shell_window_get_focus_tracker</a>    (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
65
 
<span class="returnvalue">GtkUIManager</span> *      <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>       (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
66
 
<span class="returnvalue">GtkAction</span> *         <a class="link" href="EShellWindow.html#e-shell-window-get-action" title="e_shell_window_get_action ()">e_shell_window_get_action</a>           (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
67
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *action_name</code></em>);
 
65
<span class="returnvalue">GtkUIManager</span> *      <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>       (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
 
66
<span class="returnvalue">GtkAction</span> *            <a class="link" href="EShellWindow.html#e-shell-window-get-action" title="e_shell_window_get_action ()">e_shell_window_get_action</a>           (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
 
67
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *action_name</code></em>);
68
68
<span class="returnvalue">GtkActionGroup</span> *    <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>     (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
69
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *group_name</code></em>);
 
69
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);
70
70
<span class="returnvalue">GtkWidget</span> *         <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>   (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
71
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *widget_path</code></em>);
72
 
const <span class="returnvalue">gchar</span> *       <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>      (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
 
71
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *widget_path</code></em>);
 
72
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></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>      (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
73
73
<span class="returnvalue">void</span>                <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>      (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
74
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *view_name</code></em>);
75
 
<span class="returnvalue">gboolean</span>            <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>        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
 
74
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *view_name</code></em>);
 
75
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></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>        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
76
76
<span class="returnvalue">void</span>                <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>        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
77
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> safe_mode</code></em>);
 
77
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> safe_mode</code></em>);
78
78
<span class="returnvalue">void</span>                <a class="link" href="EShellWindow.html#e-shell-window-add-action-group" title="e_shell_window_add_action_group ()">e_shell_window_add_action_group</a>     (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
79
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *group_name</code></em>);
80
 
<span class="returnvalue">gboolean</span>            <a class="link" href="EShellWindow.html#e-shell-window-get-sidebar-visible" title="e_shell_window_get_sidebar_visible ()">e_shell_window_get_sidebar_visible</a>  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
 
79
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);
 
80
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EShellWindow.html#e-shell-window-get-sidebar-visible" title="e_shell_window_get_sidebar_visible ()">e_shell_window_get_sidebar_visible</a>  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
81
81
<span class="returnvalue">void</span>                <a class="link" href="EShellWindow.html#e-shell-window-set-sidebar-visible" title="e_shell_window_set_sidebar_visible ()">e_shell_window_set_sidebar_visible</a>  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
82
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> sidebar_visible</code></em>);
83
 
<span class="returnvalue">gboolean</span>            <a class="link" href="EShellWindow.html#e-shell-window-get-switcher-visible" title="e_shell_window_get_switcher_visible ()">e_shell_window_get_switcher_visible</a> (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
 
82
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sidebar_visible</code></em>);
 
83
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EShellWindow.html#e-shell-window-get-switcher-visible" title="e_shell_window_get_switcher_visible ()">e_shell_window_get_switcher_visible</a> (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
84
84
<span class="returnvalue">void</span>                <a class="link" href="EShellWindow.html#e-shell-window-set-switcher-visible" title="e_shell_window_set_switcher_visible ()">e_shell_window_set_switcher_visible</a> (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
85
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> switcher_visible</code></em>);
86
 
<span class="returnvalue">gboolean</span>            <a class="link" href="EShellWindow.html#e-shell-window-get-taskbar-visible" title="e_shell_window_get_taskbar_visible ()">e_shell_window_get_taskbar_visible</a>  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
 
85
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> switcher_visible</code></em>);
 
86
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EShellWindow.html#e-shell-window-get-taskbar-visible" title="e_shell_window_get_taskbar_visible ()">e_shell_window_get_taskbar_visible</a>  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
87
87
<span class="returnvalue">void</span>                <a class="link" href="EShellWindow.html#e-shell-window-set-taskbar-visible" title="e_shell_window_set_taskbar_visible ()">e_shell_window_set_taskbar_visible</a>  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
88
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> taskbar_visible</code></em>);
89
 
<span class="returnvalue">gboolean</span>            <a class="link" href="EShellWindow.html#e-shell-window-get-toolbar-visible" title="e_shell_window_get_toolbar_visible ()">e_shell_window_get_toolbar_visible</a>  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
 
88
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> taskbar_visible</code></em>);
 
89
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EShellWindow.html#e-shell-window-get-toolbar-visible" title="e_shell_window_get_toolbar_visible ()">e_shell_window_get_toolbar_visible</a>  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
90
90
<span class="returnvalue">void</span>                <a class="link" href="EShellWindow.html#e-shell-window-set-toolbar-visible" title="e_shell_window_set_toolbar_visible ()">e_shell_window_set_toolbar_visible</a>  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
91
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> toolbar_visible</code></em>);
 
91
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> toolbar_visible</code></em>);
92
92
<span class="returnvalue">void</span>                <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>
93
93
                                                        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
94
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *backend_name</code></em>,
 
94
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *backend_name</code></em>,
95
95
                                                         <em class="parameter"><code><span class="type">GtkActionEntry</span> *entries</code></em>,
96
 
                                                         <em class="parameter"><code><span class="type">guint</span> n_entries</code></em>);
 
96
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>);
97
97
<span class="returnvalue">void</span>                <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>
98
98
                                                        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
99
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *backend_name</code></em>,
 
99
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *backend_name</code></em>,
100
100
                                                         <em class="parameter"><code><span class="type">GtkActionEntry</span> *entries</code></em>,
101
 
                                                         <em class="parameter"><code><span class="type">guint</span> n_entries</code></em>);
102
 
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="EShellWindow.html#e-shell-window-get-menu-bar-box" title="e_shell_window_get_menu_bar_box ()">e_shell_window_get_menu_bar_box</a>     (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
 
101
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>);
 
102
<span class="returnvalue">GtkWidget</span> *            <a class="link" href="EShellWindow.html#e-shell-window-get-menu-bar-box" title="e_shell_window_get_menu_bar_box ()">e_shell_window_get_menu_bar_box</a>     (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);
103
103
</pre>
104
104
</div>
105
105
<div class="refsect1">
106
106
<a name="EShellWindow.object-hierarchy"></a><h2>Object Hierarchy</h2>
107
107
<pre class="synopsis">
108
 
  GObject
109
 
   +----GInitiallyUnowned
 
108
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
109
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
110
110
         +----GtkWidget
111
111
               +----GtkContainer
112
112
                     +----GtkBin
123
123
<div class="refsect1">
124
124
<a name="EShellWindow.properties"></a><h2>Properties</h2>
125
125
<pre class="synopsis">
126
 
  "<a class="link" href="EShellWindow.html#EShellWindow--active-view" title='The "active-view" property'>active-view</a>"              <span class="type">gchar</span>*                : Read / Write
 
126
  "<a class="link" href="EShellWindow.html#EShellWindow--active-view" title='The "active-view" property'>active-view</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
127
127
  "<a class="link" href="EShellWindow.html#EShellWindow--alert-bar" title='The "alert-bar" property'>alert-bar</a>"                <span class="type">EAlertBar</span>*            : Read
128
128
  "<a class="link" href="EShellWindow.html#EShellWindow--focus-tracker" title='The "focus-tracker" property'>focus-tracker</a>"            <span class="type">EFocusTracker</span>*        : Read
129
 
  "<a class="link" href="EShellWindow.html#EShellWindow--geometry" title='The "geometry" property'>geometry</a>"                 <span class="type">gchar</span>*                : Write / Construct Only
130
 
  "<a class="link" href="EShellWindow.html#EShellWindow--safe-mode" title='The "safe-mode" property'>safe-mode</a>"                <span class="type">gboolean</span>              : Read / Write / Construct
 
129
  "<a class="link" href="EShellWindow.html#EShellWindow--geometry" title='The "geometry" property'>geometry</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Write / Construct Only
 
130
  "<a class="link" href="EShellWindow.html#EShellWindow--safe-mode" title='The "safe-mode" property'>safe-mode</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
131
131
  "<a class="link" href="EShellWindow.html#EShellWindow--shell" title='The "shell" property'>shell</a>"                    <a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a>*               : Read / Write / Construct Only
132
 
  "<a class="link" href="EShellWindow.html#EShellWindow--sidebar-visible" title='The "sidebar-visible" property'>sidebar-visible</a>"          <span class="type">gboolean</span>              : Read / Write
133
 
  "<a class="link" href="EShellWindow.html#EShellWindow--switcher-visible" title='The "switcher-visible" property'>switcher-visible</a>"         <span class="type">gboolean</span>              : Read / Write
134
 
  "<a class="link" href="EShellWindow.html#EShellWindow--taskbar-visible" title='The "taskbar-visible" property'>taskbar-visible</a>"          <span class="type">gboolean</span>              : Read / Write
135
 
  "<a class="link" href="EShellWindow.html#EShellWindow--toolbar-visible" title='The "toolbar-visible" property'>toolbar-visible</a>"          <span class="type">gboolean</span>              : Read / Write
 
132
  "<a class="link" href="EShellWindow.html#EShellWindow--sidebar-visible" title='The "sidebar-visible" property'>sidebar-visible</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
133
  "<a class="link" href="EShellWindow.html#EShellWindow--switcher-visible" title='The "switcher-visible" property'>switcher-visible</a>"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
134
  "<a class="link" href="EShellWindow.html#EShellWindow--taskbar-visible" title='The "taskbar-visible" property'>taskbar-visible</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
135
  "<a class="link" href="EShellWindow.html#EShellWindow--toolbar-visible" title='The "toolbar-visible" property'>toolbar-visible</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
136
136
  "<a class="link" href="EShellWindow.html#EShellWindow--ui-manager" title='The "ui-manager" property'>ui-manager</a>"               <span class="type">GtkUIManager</span>*         : Read
137
137
</pre>
138
138
</div>
139
139
<div class="refsect1">
140
140
<a name="EShellWindow.signals"></a><h2>Signals</h2>
141
141
<pre class="synopsis">
142
 
  "<a class="link" href="EShellWindow.html#EShellWindow-shell-view-created" title='The "shell-view-created" signal'>shell-view-created</a>"                             : <code class="literal">Has Details</code>
 
142
  "<a class="link" href="EShellWindow.html#EShellWindow-shell-view-created" title='The "shell-view-created" signal'>shell-view-created</a>"                             : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-DETAILED:CAPS"><code class="literal">Has Details</code></a>
143
143
</pre>
144
144
</div>
145
145
<div class="refsect1">
158
158
<hr>
159
159
<div class="refsect2">
160
160
<a name="e-shell-window-new"></a><h3>e_shell_window_new ()</h3>
161
 
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         e_shell_window_new                  (<em class="parameter"><code><a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a> *shell</code></em>,
162
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> safe_mode</code></em>,
163
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *geometry</code></em>);</pre>
 
161
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *                e_shell_window_new                  (<em class="parameter"><code><a class="link" href="EShell.html" title="EShell"><span class="type">EShell</span></a> *shell</code></em>,
 
162
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> safe_mode</code></em>,
 
163
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *geometry</code></em>);</pre>
164
164
<p>
165
165
Returns a new <a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a>.
166
166
</p>
190
190
</tr>
191
191
<tr>
192
192
<td><p><span class="term"><em class="parameter"><code>geometry</code></em> :</span></p></td>
193
 
<td>initial window geometry string, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
 
193
<td>initial window geometry string, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
194
194
</td>
195
195
</tr>
196
196
<tr>
204
204
<hr>
205
205
<div class="refsect2">
206
206
<a name="e-shell-window-get-shell"></a><h3>e_shell_window_get_shell ()</h3>
207
 
<pre class="programlisting"><a class="link" href="EShell.html" title="EShell"><span class="returnvalue">EShell</span></a> *            e_shell_window_get_shell            (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
 
207
<pre class="programlisting"><a class="link" href="EShell.html" title="EShell"><span class="returnvalue">EShell</span></a> *                e_shell_window_get_shell            (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
208
208
<p>
209
209
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>.
210
210
</p>
228
228
<div class="refsect2">
229
229
<a name="e-shell-window-get-shell-view"></a><h3>e_shell_window_get_shell_view ()</h3>
230
230
<pre class="programlisting">struct <a class="link" href="EShellView.html" title="EShellView"><span class="returnvalue">_EShellView</span></a> * e_shell_window_get_shell_view      (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
231
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *view_name</code></em>);</pre>
 
231
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *view_name</code></em>);</pre>
232
232
<p>
233
233
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
234
234
<em class="structfield"><code>name</code></em> field in <span class="type">EShellBackendInfo</span>).  This
256
256
</tr>
257
257
<tr>
258
258
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
259
 
<td>the requested <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if no such view is
 
259
<td>the requested <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such view is
260
260
registered</td>
261
261
</tr>
262
262
</tbody>
266
266
<div class="refsect2">
267
267
<a name="e-shell-window-peek-shell-view"></a><h3>e_shell_window_peek_shell_view ()</h3>
268
268
<pre class="programlisting">struct <a class="link" href="EShellView.html" title="EShellView"><span class="returnvalue">_EShellView</span></a> * e_shell_window_peek_shell_view     (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
269
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *view_name</code></em>);</pre>
 
269
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *view_name</code></em>);</pre>
270
270
<p>
271
271
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
272
272
<em class="structfield"><code>name</code></em> field in <span class="type">EShellBackendInfo</span>), or
273
 
<a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the requested view has not yet been instantiated.  Unlike
 
273
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the requested view has not yet been instantiated.  Unlike
274
274
<a class="link" href="EShellWindow.html#e-shell-window-get-shell-view" title="e_shell_window_get_shell_view ()"><code class="function">e_shell_window_get_shell_view()</code></a>, this function will not instantiate
275
275
the view itself.
276
276
</p>
288
288
</tr>
289
289
<tr>
290
290
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
291
 
<td>the requested <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if no such view is
 
291
<td>the requested <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such view is
292
292
instantiated</td>
293
293
</tr>
294
294
</tbody>
299
299
<a name="e-shell-window-get-shell-view-action"></a><h3>e_shell_window_get_shell_view_action ()</h3>
300
300
<pre class="programlisting"><span class="returnvalue">GtkAction</span> *         e_shell_window_get_shell_view_action
301
301
                                                        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
302
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *view_name</code></em>);</pre>
 
302
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *view_name</code></em>);</pre>
303
303
<p>
304
304
Returns the switcher action for <em class="parameter"><code>view_name</code></em>.
305
305
</p>
324
324
<tr>
325
325
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
326
326
<td>the switcher action for the <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a> named <em class="parameter"><code>view_name</code></em>,
327
 
or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if no such shell view exists</td>
 
327
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such shell view exists</td>
328
328
</tr>
329
329
</tbody>
330
330
</table></div>
332
332
<hr>
333
333
<div class="refsect2">
334
334
<a name="e-shell-window-get-alert-bar"></a><h3>e_shell_window_get_alert_bar ()</h3>
335
 
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         e_shell_window_get_alert_bar        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
 
335
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *                e_shell_window_get_alert_bar        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
336
336
<p>
337
337
Returns the <span class="type">EAlertBar</span> used to display informational and error messages.
338
338
</p>
380
380
<hr>
381
381
<div class="refsect2">
382
382
<a name="e-shell-window-get-ui-manager"></a><h3>e_shell_window_get_ui_manager ()</h3>
383
 
<pre class="programlisting"><span class="returnvalue">GtkUIManager</span> *      e_shell_window_get_ui_manager       (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
 
383
<pre class="programlisting"><span class="returnvalue">GtkUIManager</span> *          e_shell_window_get_ui_manager       (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
384
384
<p>
385
385
Returns <em class="parameter"><code>shell_window</code></em>'s user interface manager, which
386
386
manages the window's menus and toolbars via <span class="type">GtkAction</span>s.
406
406
<hr>
407
407
<div class="refsect2">
408
408
<a name="e-shell-window-get-action"></a><h3>e_shell_window_get_action ()</h3>
409
 
<pre class="programlisting"><span class="returnvalue">GtkAction</span> *         e_shell_window_get_action           (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
410
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *action_name</code></em>);</pre>
 
409
<pre class="programlisting"><span class="returnvalue">GtkAction</span> *                e_shell_window_get_action           (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
 
410
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *action_name</code></em>);</pre>
411
411
<p>
412
412
Returns the <span class="type">GtkAction</span> named <em class="parameter"><code>action_name</code></em> in <em class="parameter"><code>shell_window</code></em>'s
413
 
user interface manager, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if no such action exists.
 
413
user interface manager, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such action exists.
414
414
</p>
415
415
<div class="variablelist"><table border="0">
416
416
<col align="left" valign="top">
436
436
<div class="refsect2">
437
437
<a name="e-shell-window-get-action-group"></a><h3>e_shell_window_get_action_group ()</h3>
438
438
<pre class="programlisting"><span class="returnvalue">GtkActionGroup</span> *    e_shell_window_get_action_group     (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
439
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *group_name</code></em>);</pre>
 
439
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);</pre>
440
440
<p>
441
441
Returns the <span class="type">GtkActionGroup</span> named <em class="parameter"><code>group_name</code></em> in
442
 
<em class="parameter"><code>shell_window</code></em>'s user interface manager, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if no
 
442
<em class="parameter"><code>shell_window</code></em>'s user interface manager, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no
443
443
such action group exists.
444
444
</p>
445
445
<div class="variablelist"><table border="0">
466
466
<div class="refsect2">
467
467
<a name="e-shell-window-get-managed-widget"></a><h3>e_shell_window_get_managed_widget ()</h3>
468
468
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         e_shell_window_get_managed_widget   (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
469
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *widget_path</code></em>);</pre>
 
469
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *widget_path</code></em>);</pre>
470
470
<p>
471
471
Looks up a widget in <em class="parameter"><code>shell_window</code></em>'s user interface manager by
472
472
following a path.  See <code class="function">gtk_ui_manager_get_widget()</code> for more information
486
486
</tr>
487
487
<tr>
488
488
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
489
 
<td>the widget found by following the path, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if no widget
 
489
<td>the widget found by following the path, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no widget
490
490
was found</td>
491
491
</tr>
492
492
</tbody>
495
495
<hr>
496
496
<div class="refsect2">
497
497
<a name="e-shell-window-get-active-view"></a><h3>e_shell_window_get_active_view ()</h3>
498
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_shell_window_get_active_view      (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
 
498
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             e_shell_window_get_active_view      (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
499
499
<p>
500
500
Returns the name of the active <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>.
501
501
</p>
518
518
<div class="refsect2">
519
519
<a name="e-shell-window-set-active-view"></a><h3>e_shell_window_set_active_view ()</h3>
520
520
<pre class="programlisting"><span class="returnvalue">void</span>                e_shell_window_set_active_view      (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
521
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *view_name</code></em>);</pre>
 
521
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *view_name</code></em>);</pre>
522
522
<p>
523
523
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
524
524
the entire content of <em class="parameter"><code>shell_window</code></em> to change.  This is typically
549
549
<hr>
550
550
<div class="refsect2">
551
551
<a name="e-shell-window-get-safe-mode"></a><h3>e_shell_window_get_safe_mode ()</h3>
552
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_shell_window_get_safe_mode        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
 
552
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_shell_window_get_safe_mode        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
553
553
<p>
554
 
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>shell_window</code></em> is in "safe mode".
 
554
Returns <a href="http://library.gnome.org/devel/glib/unstable/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".
555
555
</p>
556
556
<p>
557
557
It's up to the various <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>'s to define exactly
569
569
<tr>
570
570
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
571
571
<td>
572
 
<code class="literal">TRUE</code> if <em class="parameter"><code>shell_window</code></em> is in "safe mode"</td>
 
572
<a href="http://library.gnome.org/devel/glib/unstable/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>
573
573
</tr>
574
574
</tbody>
575
575
</table></div>
578
578
<div class="refsect2">
579
579
<a name="e-shell-window-set-safe-mode"></a><h3>e_shell_window_set_safe_mode ()</h3>
580
580
<pre class="programlisting"><span class="returnvalue">void</span>                e_shell_window_set_safe_mode        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
581
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> safe_mode</code></em>);</pre>
 
581
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> safe_mode</code></em>);</pre>
582
582
<p>
583
 
If <code class="literal">TRUE</code>, puts <em class="parameter"><code>shell_window</code></em> into "safe mode".
 
583
If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, puts <em class="parameter"><code>shell_window</code></em> into "safe mode".
584
584
</p>
585
585
<p>
586
586
It's up to the various <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>'s to define exactly
606
606
<div class="refsect2">
607
607
<a name="e-shell-window-add-action-group"></a><h3>e_shell_window_add_action_group ()</h3>
608
608
<pre class="programlisting"><span class="returnvalue">void</span>                e_shell_window_add_action_group     (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
609
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *group_name</code></em>);</pre>
 
609
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);</pre>
610
610
<p>
611
611
Creates a new <span class="type">GtkActionGroup</span> and adds it to <em class="parameter"><code>shell_window</code></em>'s
612
612
user interface manager.  This also takes care of details like setting
630
630
<hr>
631
631
<div class="refsect2">
632
632
<a name="e-shell-window-get-sidebar-visible"></a><h3>e_shell_window_get_sidebar_visible ()</h3>
633
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_shell_window_get_sidebar_visible  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
 
633
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_shell_window_get_sidebar_visible  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
634
634
<p>
635
 
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>shell_window</code></em>'s side bar is visible.
 
635
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>shell_window</code></em>'s side bar is visible.
636
636
</p>
637
637
<div class="variablelist"><table border="0">
638
638
<col align="left" valign="top">
645
645
<tr>
646
646
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
647
647
<td>
648
 
<code class="literal">TRUE</code> is the side bar is visible</td>
 
648
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> is the side bar is visible</td>
649
649
</tr>
650
650
</tbody>
651
651
</table></div>
654
654
<div class="refsect2">
655
655
<a name="e-shell-window-set-sidebar-visible"></a><h3>e_shell_window_set_sidebar_visible ()</h3>
656
656
<pre class="programlisting"><span class="returnvalue">void</span>                e_shell_window_set_sidebar_visible  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
657
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> sidebar_visible</code></em>);</pre>
 
657
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sidebar_visible</code></em>);</pre>
658
658
<p>
659
659
Makes <em class="parameter"><code>shell_window</code></em>'s side bar visible or invisible.
660
660
</p>
676
676
<hr>
677
677
<div class="refsect2">
678
678
<a name="e-shell-window-get-switcher-visible"></a><h3>e_shell_window_get_switcher_visible ()</h3>
679
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_shell_window_get_switcher_visible (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
 
679
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_shell_window_get_switcher_visible (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
680
680
<p>
681
 
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>shell_window</code></em>'s switcher buttons are visible.
 
681
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>shell_window</code></em>'s switcher buttons are visible.
682
682
</p>
683
683
<div class="variablelist"><table border="0">
684
684
<col align="left" valign="top">
691
691
<tr>
692
692
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
693
693
<td>
694
 
<code class="literal">TRUE</code> is the switcher buttons are visible</td>
 
694
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> is the switcher buttons are visible</td>
695
695
</tr>
696
696
</tbody>
697
697
</table></div>
700
700
<div class="refsect2">
701
701
<a name="e-shell-window-set-switcher-visible"></a><h3>e_shell_window_set_switcher_visible ()</h3>
702
702
<pre class="programlisting"><span class="returnvalue">void</span>                e_shell_window_set_switcher_visible (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
703
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> switcher_visible</code></em>);</pre>
 
703
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> switcher_visible</code></em>);</pre>
704
704
<p>
705
705
Makes <em class="parameter"><code>shell_window</code></em>'s switcher buttons visible or invisible.
706
706
</p>
722
722
<hr>
723
723
<div class="refsect2">
724
724
<a name="e-shell-window-get-taskbar-visible"></a><h3>e_shell_window_get_taskbar_visible ()</h3>
725
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_shell_window_get_taskbar_visible  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
 
725
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_shell_window_get_taskbar_visible  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
726
726
<p>
727
 
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>shell_window</code></em>'s task bar is visible.
 
727
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>shell_window</code></em>'s task bar is visible.
728
728
</p>
729
729
<div class="variablelist"><table border="0">
730
730
<col align="left" valign="top">
737
737
<tr>
738
738
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
739
739
<td>
740
 
<code class="literal">TRUE</code> is the task bar is visible</td>
 
740
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> is the task bar is visible</td>
741
741
</tr>
742
742
</tbody>
743
743
</table></div>
746
746
<div class="refsect2">
747
747
<a name="e-shell-window-set-taskbar-visible"></a><h3>e_shell_window_set_taskbar_visible ()</h3>
748
748
<pre class="programlisting"><span class="returnvalue">void</span>                e_shell_window_set_taskbar_visible  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
749
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> taskbar_visible</code></em>);</pre>
 
749
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> taskbar_visible</code></em>);</pre>
750
750
<p>
751
751
Makes <em class="parameter"><code>shell_window</code></em>'s task bar visible or invisible.
752
752
</p>
768
768
<hr>
769
769
<div class="refsect2">
770
770
<a name="e-shell-window-get-toolbar-visible"></a><h3>e_shell_window_get_toolbar_visible ()</h3>
771
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_shell_window_get_toolbar_visible  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
 
771
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_shell_window_get_toolbar_visible  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
772
772
<p>
773
 
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>shell_window</code></em>'s tool bar is visible.
 
773
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>shell_window</code></em>'s tool bar is visible.
774
774
</p>
775
775
<div class="variablelist"><table border="0">
776
776
<col align="left" valign="top">
783
783
<tr>
784
784
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
785
785
<td>
786
 
<code class="literal">TRUE</code> if the tool bar is visible</td>
 
786
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tool bar is visible</td>
787
787
</tr>
788
788
</tbody>
789
789
</table></div>
792
792
<div class="refsect2">
793
793
<a name="e-shell-window-set-toolbar-visible"></a><h3>e_shell_window_set_toolbar_visible ()</h3>
794
794
<pre class="programlisting"><span class="returnvalue">void</span>                e_shell_window_set_toolbar_visible  (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
795
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> toolbar_visible</code></em>);</pre>
 
795
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> toolbar_visible</code></em>);</pre>
796
796
<p>
797
797
Makes <em class="parameter"><code>shell_window</code></em>'s tool bar visible or invisible.
798
798
</p>
816
816
<a name="e-shell-window-register-new-item-actions"></a><h3>e_shell_window_register_new_item_actions ()</h3>
817
817
<pre class="programlisting"><span class="returnvalue">void</span>                e_shell_window_register_new_item_actions
818
818
                                                        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
819
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *backend_name</code></em>,
 
819
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *backend_name</code></em>,
820
820
                                                         <em class="parameter"><code><span class="type">GtkActionEntry</span> *entries</code></em>,
821
 
                                                         <em class="parameter"><code><span class="type">guint</span> n_entries</code></em>);</pre>
 
821
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>);</pre>
822
822
<p>
823
823
Registers a list of <span class="type">GtkAction</span>s to appear in
824
824
<em class="parameter"><code>shell_window</code></em>'s "New" menu and toolbar button.  This
832
832
The registered <span class="type">GtkAction</span>s should be for creating individual
833
833
items such as an email message or a calendar appointment.  The action
834
834
labels should be marked for translation with the "New" context using
835
 
the <code class="function">NC_()</code> macro.
 
835
the <a href="http://library.gnome.org/devel/glib/unstable/glib-I18N.html#NC-:CAPS"><code class="function">NC_()</code></a> macro.
836
836
</p>
837
837
<div class="variablelist"><table border="0">
838
838
<col align="left" valign="top">
863
863
<a name="e-shell-window-register-new-source-actions"></a><h3>e_shell_window_register_new_source_actions ()</h3>
864
864
<pre class="programlisting"><span class="returnvalue">void</span>                e_shell_window_register_new_source_actions
865
865
                                                        (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>,
866
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *backend_name</code></em>,
 
866
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *backend_name</code></em>,
867
867
                                                         <em class="parameter"><code><span class="type">GtkActionEntry</span> *entries</code></em>,
868
 
                                                         <em class="parameter"><code><span class="type">guint</span> n_entries</code></em>);</pre>
 
868
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>);</pre>
869
869
<p>
870
870
Registers a list of <span class="type">GtkAction</span>s to appear in
871
871
<em class="parameter"><code>shell_window</code></em>'s "New" menu and toolbar button.  This
879
879
The registered <span class="type">GtkAction</span>s should be for creating item
880
880
containers such as an email folder or a calendar.  The action labels
881
881
should be marked for translation with the "New" context using the
882
 
<code class="function">NC_()</code> macro.
 
882
<a href="http://library.gnome.org/devel/glib/unstable/glib-I18N.html#NC-:CAPS"><code class="function">NC_()</code></a> macro.
883
883
</p>
884
884
<div class="variablelist"><table border="0">
885
885
<col align="left" valign="top">
908
908
<hr>
909
909
<div class="refsect2">
910
910
<a name="e-shell-window-get-menu-bar-box"></a><h3>e_shell_window_get_menu_bar_box ()</h3>
911
 
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         e_shell_window_get_menu_bar_box     (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
 
911
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *                e_shell_window_get_menu_bar_box     (<em class="parameter"><code><a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window</code></em>);</pre>
912
912
<p>
913
913
</p>
914
914
</div>
917
917
<a name="EShellWindow.property-details"></a><h2>Property Details</h2>
918
918
<div class="refsect2">
919
919
<a name="EShellWindow--active-view"></a><h3>The <code class="literal">"active-view"</code> property</h3>
920
 
<pre class="programlisting">  "active-view"              <span class="type">gchar</span>*                : Read / Write</pre>
 
920
<pre class="programlisting">  "active-view"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
921
921
<p>
922
922
Name of the active <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>.
923
923
</p>
942
942
<hr>
943
943
<div class="refsect2">
944
944
<a name="EShellWindow--geometry"></a><h3>The <code class="literal">"geometry"</code> property</h3>
945
 
<pre class="programlisting">  "geometry"                 <span class="type">gchar</span>*                : Write / Construct Only</pre>
 
945
<pre class="programlisting">  "geometry"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Write / Construct Only</pre>
946
946
<p>
947
947
User-specified initial window geometry string.
948
948
</p>
951
951
<hr>
952
952
<div class="refsect2">
953
953
<a name="EShellWindow--safe-mode"></a><h3>The <code class="literal">"safe-mode"</code> property</h3>
954
 
<pre class="programlisting">  "safe-mode"                <span class="type">gboolean</span>              : Read / Write / Construct</pre>
 
954
<pre class="programlisting">  "safe-mode"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
955
955
<p>
956
956
Whether the shell window is in safe mode.
957
957
</p>
968
968
<hr>
969
969
<div class="refsect2">
970
970
<a name="EShellWindow--sidebar-visible"></a><h3>The <code class="literal">"sidebar-visible"</code> property</h3>
971
 
<pre class="programlisting">  "sidebar-visible"          <span class="type">gboolean</span>              : Read / Write</pre>
 
971
<pre class="programlisting">  "sidebar-visible"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
972
972
<p>
973
973
Whether the shell window's side bar is visible.
974
974
</p>
977
977
<hr>
978
978
<div class="refsect2">
979
979
<a name="EShellWindow--switcher-visible"></a><h3>The <code class="literal">"switcher-visible"</code> property</h3>
980
 
<pre class="programlisting">  "switcher-visible"         <span class="type">gboolean</span>              : Read / Write</pre>
 
980
<pre class="programlisting">  "switcher-visible"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
981
981
<p>
982
982
Whether the shell window's switcher buttons are visible.
983
983
</p>
986
986
<hr>
987
987
<div class="refsect2">
988
988
<a name="EShellWindow--taskbar-visible"></a><h3>The <code class="literal">"taskbar-visible"</code> property</h3>
989
 
<pre class="programlisting">  "taskbar-visible"          <span class="type">gboolean</span>              : Read / Write</pre>
 
989
<pre class="programlisting">  "taskbar-visible"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
990
990
<p>
991
991
Whether the shell window's task bar is visible.
992
992
</p>
995
995
<hr>
996
996
<div class="refsect2">
997
997
<a name="EShellWindow--toolbar-visible"></a><h3>The <code class="literal">"toolbar-visible"</code> property</h3>
998
 
<pre class="programlisting">  "toolbar-visible"          <span class="type">gboolean</span>              : Read / Write</pre>
 
998
<pre class="programlisting">  "toolbar-visible"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
999
999
<p>
1000
1000
Whether the shell window's tool bar is visible.
1001
1001
</p>
1016
1016
<a name="EShellWindow-shell-view-created"></a><h3>The <code class="literal">"shell-view-created"</code> signal</h3>
1017
1017
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EShellWindow.html" title="EShellWindow"><span class="type">EShellWindow</span></a> *shell_window,
1018
1018
                                                        <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a>   *shell_view,
1019
 
                                                        <span class="type">gpointer</span>      user_data)         : <code class="literal">Has Details</code></pre>
 
1019
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)         : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-DETAILED:CAPS"><code class="literal">Has Details</code></a></pre>
1020
1020
<p>
1021
1021
Emitted when a new <a class="link" href="EShellView.html" title="EShellView"><span class="type">EShellView</span></a> is instantiated by way of
1022
1022
<a class="link" href="EShellWindow.html#e-shell-window-get-shell-view" title="e_shell_window_get_shell_view ()"><code class="function">e_shell_window_get_shell_view()</code></a>.  The signal detail denotes
1046
1046
</div>
1047
1047
<div class="footer">
1048
1048
<hr>
1049
 
          Generated by GTK-Doc V1.18</div>
 
1049
          Generated by GTK-Doc V1.17</div>
1050
1050
</body>
1051
1051
</html>
 
 
b'\\ No newline at end of file'