File: //usr/local/ssl/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-sync.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>BonoboUISync</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="LibBonoboUI API Reference Manual">
<link rel="up" href="bonobo-ui.html" title="Bonobo UI">
<link rel="prev" href="libbonoboui-bonobo-ui-engine-config.html" title="bonobo-ui-engine-config">
<link rel="next" href="libbonoboui-bonobo-ui-preferences.html" title="bonobo-ui-preferences">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Object Hierarchy">
<link rel="chapter" href="bonobo-controls.html" title="Controls">
<link rel="chapter" href="bonobo-ui.html" title="Bonobo UI">
<link rel="chapter" href="bonobo-support-utilities.html" title="Supporting Classes">
</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="libbonoboui-bonobo-ui-engine-config.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="bonobo-ui.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">LibBonoboUI API Reference Manual</th>
<td><a accesskey="n" href="libbonoboui-bonobo-ui-preferences.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="#id2818393" class="shortcut">Top</a>
 | 
<a href="#id2819285" class="shortcut">Description</a>
 | 
<a href="#id2819260" class="shortcut">Object Hierarchy</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libbonoboui-bonobo-ui-sync"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2818393"></a><span class="refentrytitle">BonoboUISync</span>
</h2>
<p>BonoboUISync — A Synchronizer object to keep a widget tree in sync with an XML tree.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<a name="BonoboUISync"></a><pre class="synopsis">
<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync-struct">BonoboUISync</a>;
void (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISyncStateFn">*BonoboUISyncStateFn</a>) (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISyncBuildFn">*BonoboUISyncBuildFn</a>) (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
int *pos,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);
<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISyncPrivate">BonoboUISyncPrivate</a>;
<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISyncClass">BonoboUISyncClass</a>;
<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a>* <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-construct">bonobo_ui_sync_construct</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-engine.html#BonoboUIEngine">BonoboUIEngine</a> *engine,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> is_recursive,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> has_widgets);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-is-recursive">bonobo_ui_sync_is_recursive</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-has-widgets">bonobo_ui_sync_has_widgets</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync);
void <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-remove-root">bonobo_ui_sync_remove_root</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *root);
void <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-update-root">bonobo_ui_sync_update_root</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *root);
void <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-state">bonobo_ui_sync_state</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);
void <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-state-placeholder">bonobo_ui_sync_state_placeholder</a>
(<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-build">bonobo_ui_sync_build</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
int *pos,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-build-placeholder">bonobo_ui_sync_build_placeholder</a>
(<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
int *pos,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-ignore-widget">bonobo_ui_sync_ignore_widget</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget);
<a
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>* <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-get-widgets">bonobo_ui_sync_get_widgets</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node);
void <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-stamp-root">bonobo_ui_sync_stamp_root</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-can-handle">bonobo_ui_sync_can_handle</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node);
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-get-attached">bonobo_ui_sync_get_attached</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node);
void <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-state-update">bonobo_ui_sync_state_update</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
const char *new_state);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-do-show-hide">bonobo_ui_sync_do_show_hide</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget);
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-wrap-widget">bonobo_ui_sync_wrap_widget</a> (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *custom_widget);
<a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
>GType</a> <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-keys-get-type">bonobo_ui_sync_keys_get_type</a> (void);
<a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
>GType</a> <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-menu-get-type">bonobo_ui_sync_menu_get_type</a> (void);
<a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
>GType</a> <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-status-get-type">bonobo_ui_sync_status_get_type</a> (void);
<a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
>GType</a> <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-toolbar-get-type">bonobo_ui_sync_toolbar_get_type</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2819260"></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>
+----BonoboUISync
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2819285"></a><h2>Description</h2>
<p>
The BonoboUISynchronizer is used internaly by the <a href="libbonoboui-bonobo-ui-engine.html#BonoboUIEngine"><span class="type">BonoboUIEngine</span></a>. Writing
one is a very advanced topic, and should only be attempted by carefuly study
of the code. No normal user should need to write his own synchronizer.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2819311"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2819321"></a><h3>
<a name="BonoboUISync-struct"></a>BonoboUISync</h3>
<a class="indexterm" name="id2819334"></a><pre class="programlisting">typedef struct _BonoboUISync BonoboUISync;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2819350"></a><h3>
<a name="BonoboUISyncStateFn"></a>BonoboUISyncStateFn ()</h3>
<a class="indexterm" name="id2819363"></a><pre class="programlisting">void (*BonoboUISyncStateFn) (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>cmd_node</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2819495"></a><h3>
<a name="BonoboUISyncBuildFn"></a>BonoboUISyncBuildFn ()</h3>
<a class="indexterm" name="id2819508"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* (*BonoboUISyncBuildFn) (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
int *pos,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>cmd_node</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>pos</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2819649"></a><h3>
<a name="BonoboUISyncPrivate"></a>BonoboUISyncPrivate</h3>
<a class="indexterm" name="id2819662"></a><pre class="programlisting">typedef struct _BonoboUISyncPrivate BonoboUISyncPrivate;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2819677"></a><h3>
<a name="BonoboUISyncClass"></a>BonoboUISyncClass</h3>
<a class="indexterm" name="id2819690"></a><pre class="programlisting">typedef struct {
GObjectClass parent_class;
BonoboUISyncStateFn sync_state;
BonoboUISyncStateFn sync_state_placeholder;
BonoboUISyncBuildFn build;
BonoboUISyncBuildFn build_placeholder;
void (*update_root) (BonoboUISync *sync,
BonoboUINode *root);
void (*remove_root) (BonoboUISync *sync,
BonoboUINode *root);
GList *(*get_widgets) (BonoboUISync *sync,
BonoboUINode *node);
void (*state_update) (BonoboUISync *sync,
GtkWidget *widget,
const char *new_state);
gboolean (*ignore_widget) (BonoboUISync *sync,
GtkWidget *widget);
gboolean (*can_handle) (BonoboUISync *sync,
BonoboUINode *node);
void (*stamp_root) (BonoboUISync *sync);
GtkWidget *(*get_attached) (BonoboUISync *sync,
GtkWidget *widget,
BonoboUINode *node);
GtkWidget *(*wrap_widget) (BonoboUISync *sync,
GtkWidget *custom_widget);
} BonoboUISyncClass;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2819724"></a><h3>
<a name="bonobo-ui-sync-construct"></a>bonobo_ui_sync_construct ()</h3>
<a class="indexterm" name="id2819737"></a><pre class="programlisting"><a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a>* bonobo_ui_sync_construct (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-engine.html#BonoboUIEngine">BonoboUIEngine</a> *engine,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> is_recursive,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> has_widgets);</pre>
<p>
Used to construct a new synchronizer object</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>engine</code></em> :</span></td>
<td> the associated engine
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>is_recursive</code></em> :</span></td>
<td> whether it deals with its children recursively
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>has_widgets</code></em> :</span></td>
<td> whether it has associated widgets.
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the new object.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2819865"></a><h3>
<a name="bonobo-ui-sync-is-recursive"></a>bonobo_ui_sync_is_recursive ()</h3>
<a class="indexterm" name="id2819879"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> bonobo_ui_sync_is_recursive (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync);</pre>
<p>
</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> whether this deals with its children recursively
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2819939"></a><h3>
<a name="bonobo-ui-sync-has-widgets"></a>bonobo_ui_sync_has_widgets ()</h3>
<a class="indexterm" name="id2819953"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> bonobo_ui_sync_has_widgets (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync);</pre>
<p>
</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> whether this deals with widgets
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2820014"></a><h3>
<a name="bonobo-ui-sync-remove-root"></a>bonobo_ui_sync_remove_root ()</h3>
<a class="indexterm" name="id2820028"></a><pre class="programlisting">void bonobo_ui_sync_remove_root (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *root);</pre>
<p>
This is called when a 'root' or toplevel node is
removed that this synchronizer deals with. eg. in
the toolbar case, this might trigger hiding an
associated dock item.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>root</code></em> :</span></td>
<td> the toplevel node to be removed.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2820102"></a><h3>
<a name="bonobo-ui-sync-update-root"></a>bonobo_ui_sync_update_root ()</h3>
<a class="indexterm" name="id2820116"></a><pre class="programlisting">void bonobo_ui_sync_update_root (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *root);</pre>
<p>
This flags the fact that a toplevel node has changed
and is used primarily by non-recursive handlers, such
as the keybinding sync method.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>root</code></em> :</span></td>
<td> the toplevel node
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2820190"></a><h3>
<a name="bonobo-ui-sync-state"></a>bonobo_ui_sync_state ()</h3>
<a class="indexterm" name="id2820203"></a><pre class="programlisting">void bonobo_ui_sync_state (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);</pre>
<p>
This method is used to synchronize the state of a <em class="parameter"><code>node</code></em>
with that of a <em class="parameter"><code>widget</code></em>, by ensuring the pertainant
attributes are reflected in the widget view.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td> the node
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>cmd_node</code></em> :</span></td>
<td> the associated command node
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
<td> the widget
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td> the parent of <em class="parameter"><code>node</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2820360"></a><h3>
<a name="bonobo-ui-sync-state-placeholder"></a>bonobo_ui_sync_state_placeholder ()</h3>
<a class="indexterm" name="id2820374"></a><pre class="programlisting">void bonobo_ui_sync_state_placeholder
(<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);</pre>
<p>
This synchronizes the state of a placeholder, there is
a default implementation for this method.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td> the node
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>cmd_node</code></em> :</span></td>
<td> the associated command node
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
<td> the widget
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td> the parent of <em class="parameter"><code>node</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2820520"></a><h3>
<a name="bonobo-ui-sync-build"></a>bonobo_ui_sync_build ()</h3>
<a class="indexterm" name="id2820533"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* bonobo_ui_sync_build (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
int *pos,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);</pre>
<p>
This function causes a child widget to be build that matches
<em class="parameter"><code>node</code></em>'s attributes. This should then be inserted by into
<em class="parameter"><code>parent</code></em>'s associated widget at position <em class="parameter"><code>pos</code></em> in the container.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td> the node
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>cmd_node</code></em> :</span></td>
<td> the associated command node
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>pos</code></em> :</span></td>
<td> the position in the parent container to insert at
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td> the parent of <em class="parameter"><code>node</code></em>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the freshly built widget.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2820707"></a><h3>
<a name="bonobo-ui-sync-build-placeholder"></a>bonobo_ui_sync_build_placeholder ()</h3>
<a class="indexterm" name="id2820720"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* bonobo_ui_sync_build_placeholder
(<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
int *pos,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *parent);</pre>
<p>
As for <a href="libbonoboui-bonobo-ui-sync.html#bonobo-ui-sync-build"><span class="type">bonobo_ui_sync_build</span></a> but for placeholders</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td> the node
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>cmd_node</code></em> :</span></td>
<td> the associated command node
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>pos</code></em> :</span></td>
<td> position in the parent to insert the built widget
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td> the parent of <em class="parameter"><code>node</code></em>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the freshly built widget.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2820884"></a><h3>
<a name="bonobo-ui-sync-ignore-widget"></a>bonobo_ui_sync_ignore_widget ()</h3>
<a class="indexterm" name="id2820898"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> bonobo_ui_sync_ignore_widget (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
<p>
</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
<td> the widget
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> TRUE if this widget should be ignored in a container
this is the case for eg. menu tearoffs items, and toolbar popout items.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2820982"></a><h3>
<a name="bonobo-ui-sync-get-widgets"></a>bonobo_ui_sync_get_widgets ()</h3>
<a class="indexterm" name="id2820996"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>* bonobo_ui_sync_get_widgets (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node);</pre>
<p>
This method is used to obtain a sensibly ordered list
of child widgets of the container associated with <em class="parameter"><code>node</code></em>.
Essentialy this does something like gtk_container_children
but preserving the visible order of the widgets in the list.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td> the node
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> An ordered list of child widgets of <em class="parameter"><code>node</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2821094"></a><h3>
<a name="bonobo-ui-sync-stamp-root"></a>bonobo_ui_sync_stamp_root ()</h3>
<a class="indexterm" name="id2821108"></a><pre class="programlisting">void bonobo_ui_sync_stamp_root (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync);</pre>
<p>
This asks the synchronizer to stamp all its associated
root widget containers into the XML tree.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2821159"></a><h3>
<a name="bonobo-ui-sync-can-handle"></a>bonobo_ui_sync_can_handle ()</h3>
<a class="indexterm" name="id2821172"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> bonobo_ui_sync_can_handle (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node);</pre>
<p>
This is used to determine which, of multiple synchronizers
can be used to deal with a specific node type. Each synchronizer
deals with different types of node.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td> the node
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> TRUE if the synchronizer can deal with this node type
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2821258"></a><h3>
<a name="bonobo-ui-sync-get-attached"></a>bonobo_ui_sync_get_attached ()</h3>
<a class="indexterm" name="id2821272"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* bonobo_ui_sync_get_attached (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node);</pre>
<p>
This is used to get an 'attached' widget - some
widgets have associated widgets that are coupled
in strange ways - eg. GtkMenuItem <-> GtkMenuShell
It is neccessary to store the GtkContainer item of
these couples in the XML tree, since then we can
do things more genericaly and cleanly.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
<td> the widget
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td> the node
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> an associated widget or NULL if none exists.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2821390"></a><h3>
<a name="bonobo-ui-sync-state-update"></a>bonobo_ui_sync_state_update ()</h3>
<a class="indexterm" name="id2821403"></a><pre class="programlisting">void bonobo_ui_sync_state_update (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
const char *new_state);</pre>
<p>
This is used to synchronize state with a stateful widget,
eg. when a "state" attribute is set, this is not reflected
in the normal 'state-sync' process, but occurs later with
a set of state_updates to avoid re-enterancy problems.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
<td> the widget
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>new_state</code></em> :</span></td>
<td> the new state
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2821500"></a><h3>
<a name="bonobo-ui-sync-do-show-hide"></a>bonobo_ui_sync_do_show_hide ()</h3>
<a class="indexterm" name="id2821514"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> bonobo_ui_sync_do_show_hide (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *node,
<a href="libbonoboui-bonobo-ui-node.html#BonoboUINode">BonoboUINode</a> *cmd_node,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
<p>
This is a helper function that applies the hidden attribute
from either the <em class="parameter"><code>node</code></em> or fallback to the <em class="parameter"><code>cmd_node</code></em> to the
<em class="parameter"><code>widget</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td> the synchronizer
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td> the node
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>cmd_node</code></em> :</span></td>
<td> the associated command node
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>widget</code></em> :</span></td>
<td> the widget
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> TRUE if the widget's hidden / shown state changed,
this is needed to work around some nasty dock sizing bugs.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2821661"></a><h3>
<a name="bonobo-ui-sync-wrap-widget"></a>bonobo_ui_sync_wrap_widget ()</h3>
<a class="indexterm" name="id2821675"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* bonobo_ui_sync_wrap_widget (<a href="libbonoboui-bonobo-ui-sync.html#BonoboUISync">BonoboUISync</a> *sync,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *custom_widget);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sync</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>custom_widget</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2821752"></a><h3>
<a name="bonobo-ui-sync-keys-get-type"></a>bonobo_ui_sync_keys_get_type ()</h3>
<a class="indexterm" name="id2821766"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
>GType</a> bonobo_ui_sync_keys_get_type (void);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2821802"></a><h3>
<a name="bonobo-ui-sync-menu-get-type"></a>bonobo_ui_sync_menu_get_type ()</h3>
<a class="indexterm" name="id2821815"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
>GType</a> bonobo_ui_sync_menu_get_type (void);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2821851"></a><h3>
<a name="bonobo-ui-sync-status-get-type"></a>bonobo_ui_sync_status_get_type ()</h3>
<a class="indexterm" name="id2821865"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
>GType</a> bonobo_ui_sync_status_get_type (void);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2821901"></a><h3>
<a name="bonobo-ui-sync-toolbar-get-type"></a>bonobo_ui_sync_toolbar_get_type ()</h3>
<a class="indexterm" name="id2821914"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
>GType</a> bonobo_ui_sync_toolbar_get_type (void);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
</body>
</html>