1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
13 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="getlinestyle" xml:lang="en">
15 <refname>getlinestyle</refname>
17 dialog to select linestyle. <emphasis role="bold">Obsolete
23 <title>Calling Sequence</title>
24 <synopsis>k=getlinestyle()</synopsis>
27 <title>Arguments</title>
32 <para>integer, selected linestyle or [] if the "Cancel" button has
40 <title>Description</title>
42 This function designed to work with the <link linkend="xset">xset</link> function <emphasis role="bold">is also
45 .Use the property editor <link linkend="ged">ged</link> instead.
48 <literal>getlinestyle</literal> opens a graphic window to select a
53 <title>Examples</title>
54 <programlisting role="example"><![CDATA[
57 e=gce(); // store the Compound containing the plot
58 e.children(1).line_style = getlinestyle();
62 <title>History</title>
65 <revnumber>5.4.1</revnumber>
66 <revdescription>Function tagged obsolete. Will be removed in 5.5
67 Please use <link linkend="ged">ged</link>.
72 <refsection role="see also">
73 <title>See Also</title>
74 <simplelist type="inline">
76 <link linkend="ged">ged</link>
79 <link linkend="set">set</link>
82 <link linkend="polyline_properties">segs_properties</link>
85 <link linkend="segs_properties">segs_properties</link>