~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/graphics/help/en_US/datatips/datatipMove.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
10
10
-->
11
11
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en_US" xml:id="datatipMove">
12
 
  <refnamediv>
13
 
    <refname>datatipMove</refname>
14
 
    <refpurpose>Move a specified datatip using the mouse.</refpurpose>
15
 
  </refnamediv>
16
 
  <refsynopsisdiv>
17
 
    <title>Calling Sequence</title>
18
 
    <synopsis>datatipMove(tip_handle)</synopsis>
19
 
  </refsynopsisdiv>
20
 
  <refsection>
21
 
    <title>Arguments</title>
22
 
    <variablelist>
23
 
      <varlistentry>
24
 
        <term>tip_handle</term>
25
 
        <listitem>
26
 
          <para>
27
 
            the handle on the tip to be moved
28
 
          </para>
29
 
        </listitem>
30
 
      </varlistentry>
31
 
    </variablelist>
32
 
  </refsection>
33
 
  <refsection>
34
 
    <title>Description</title>
35
 
    <para>
36
 
      Once this function has been called the user can move the mouse on
37
 
      the associated figure and left click for the desired position.
38
 
    </para>
39
 
  </refsection>
40
 
  <refsection role="see also">
41
 
    <title>See Also</title>
42
 
    <simplelist type="inline">
43
 
      <member>
44
 
        <link linkend="datatips">datatips</link>
45
 
      </member>
46
 
      <member>
47
 
        <link linkend="datatipCreate">datatipCreate</link>
48
 
      </member>
49
 
    </simplelist>
50
 
  </refsection>
 
12
    <refnamediv>
 
13
        <refname>datatipMove</refname>
 
14
        <refpurpose>Move a specified datatip using the mouse.</refpurpose>
 
15
    </refnamediv>
 
16
    <refsynopsisdiv>
 
17
        <title>Calling Sequence</title>
 
18
        <synopsis>datatipMove(tip_handle)</synopsis>
 
19
    </refsynopsisdiv>
 
20
    <refsection>
 
21
        <title>Arguments</title>
 
22
        <variablelist>
 
23
            <varlistentry>
 
24
                <term>tip_handle</term>
 
25
                <listitem>
 
26
                    <para>
 
27
                        the handle on the tip to be moved
 
28
                    </para>
 
29
                </listitem>
 
30
            </varlistentry>
 
31
        </variablelist>
 
32
    </refsection>
 
33
    <refsection>
 
34
        <title>Description</title>
 
35
        <para>
 
36
            Once this function has been called the user can move the mouse on
 
37
            the associated figure and left click for the desired position.
 
38
        </para>
 
39
    </refsection>
 
40
    <refsection role="see also">
 
41
        <title>See Also</title>
 
42
        <simplelist type="inline">
 
43
            <member>
 
44
                <link linkend="datatips">datatips</link>
 
45
            </member>
 
46
            <member>
 
47
                <link linkend="datatipCreate">datatipCreate</link>
 
48
            </member>
 
49
        </simplelist>
 
50
    </refsection>
51
51
</refentry>