1 <?xml version="1.0" encoding="ISO-8859-1"?>
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: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="xselect" xml:lang="en">
16 <refname>xselect</refname>
17 <refpurpose>restaura a janela de gráficos corrente</refpurpose>
20 <title>Seqüência de Chamamento</title>
21 <synopsis>xselect()</synopsis>
24 <title>Descrição</title>
26 <literal>xselect</literal> restaura a janela de gráficos corrente.
27 Se tal janela não existir, uma é criada.
29 <para>Aviso: está função está obsoleta e será removida no Scilab 5.4. Ela
30 foi substituída pela função show_window.
33 <refsection role="see also">
34 <title>Ver Também</title>
35 <simplelist type="inline">
37 <link linkend="show_window">show_window</link>
42 <title>Autores</title>
44 <para>Jean-Baptiste Silvy</para>