diff options
Diffstat (limited to 'geyes/docs')
-rw-r--r-- | geyes/docs/C/index.docbook | 56 |
1 files changed, 43 insertions, 13 deletions
diff --git a/geyes/docs/C/index.docbook b/geyes/docs/C/index.docbook index 92d5bbda..900249ea 100644 --- a/geyes/docs/C/index.docbook +++ b/geyes/docs/C/index.docbook @@ -210,9 +210,9 @@ <!-- ============= Document Body ============================= --> <!-- ============= Introduction ============================== --> -<sect1 id="geyes-introduction"> -<title>Introduction</title> -<!-- ==== Figure ============================================= --> + <sect1 id="geyes-introduction"> + <title>Introduction</title> + <!-- ==== Figure ============================================= --> <figure id="geyes-fig"> <title>&applet; Applet</title> <screenshot> @@ -226,16 +226,46 @@ </screenshot> </figure> <!-- ==== End of Figure ======================================= --> -<para>The <application>&applet;</application> applet provides an entertaining -way to track the movement of the mouse pointer around your screen. The applet -is an image of one or more eyes that follow the mouse pointer around the -screen.</para> -<para>To add <application>&applet;</application> to a panel, -right-click on the panel, then choose <guimenuitem>Add to -Panel</guimenuitem>. Select <application>&applet;</application> -in the <application>Add to Panel</application> dialog, then -click <guibutton>Add</guibutton>.</para> -</sect1> + <para>The <application>&applet;</application> applet provides an entertaining + way to track the movement of the mouse pointer around your screen. The applet + is an image of one or more eyes that follow the mouse pointer around the + screen.</para> + + <sect2 id="battstat-introduction-add"> + <title>To Add &applet; to a Panel</title> + <para> + To add <application>&applet;</application> to a panel, perform the + following steps: + </para> + <orderedlist> + <listitem> + <para> + Right-click on the panel. + </para> + </listitem> + <listitem> + <para> + Choose <guimenuitem>Add to Panel</guimenuitem>. + </para> + </listitem> + <listitem> + <para> + Scroll down the list of items in the <guilabel>Add to Panel</guilabel> + dialog, then select <guilabel>&applet;</guilabel>. + </para> + </listitem> + <listitem> + <para> + Click <guibutton>Add</guibutton>. + </para> + </listitem> + </orderedlist> + <para> + The layout of the <application>&applet;</application> applet varies + depending on the size and type of panel in which the applet resides. + </para> + </sect2> + </sect1> <!-- ============= Preferences ================================ --> <sect1 id="geyes-settings"> <title>Preferences</title> |