1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) INRIA - 2008 - Jean-Baptiste Silvy
5 * Copyright (C) ENPC - Jean-Philippe Chancelier
7 * This file must be used under the terms of the CeCILL.
8 * This source file is licensed as described in the file COPYING, which
9 * you should have received as part of this distribution. The terms
10 * are also available at
11 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
14 <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" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="xselect">
16 <refname>xselect</refname>
17 <refpurpose>raise the current graphics window</refpurpose>
20 <title>Calling Sequence</title>
21 <synopsis>xselect()</synopsis>
24 <title>Description</title>
26 <function>xselect</function> raises the current graphics window.
27 It creates the window if none exists.
31 This function is obsolete and will be removed in Scilab 5.4.
32 It has been replaced by the <function>show_window</function> function.
36 <refsection role="see also">
37 <title>See Also</title>
38 <simplelist type="inline">
40 <link linkend="show_window">show_window</link>