1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) ENPC - Jean-Philippe Chancelier
6 * Copyright (C) 2012 - 2016 - Scilab Enterprises
8 * This file is hereby licensed under the terms of the GNU GPL v2.0,
9 * pursuant to article 5.3.4 of the CeCILL v.2.1.
10 * This file was originally licensed under the terms of the CeCILL v2.1,
11 * and continues to be available under such terms.
12 * For more information, see the COPYING file which you should have received
13 * along with this program.
16 <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="fr" xml:id="xinit">
18 <refname>xinit</refname>
19 <refpurpose>Initialisation d'un pilote graphique</refpurpose>
22 <title>Séquence d'appel</title>
29 <title>Paramètres</title>
34 <para>chaîne de caractères: nom du fichier d'export.</para>
40 <title>Description</title>
42 Pour les pilotes Postscript, Xfig, Gif ou PPM <literal>fileName</literal> doit être spécifié. Il determine
43 le nom du fichier où tous les ordres graphiques sont enregistrés.
46 Pour les pilotes écrans (X11 ou Rec), <literal>xinit</literal> doit être appelé sans argument. Dans ce cas,
47 une fenêtre graphique vide est ouverte.
51 <title>Exemples</title>
52 <programlisting role="example"><![CDATA[
60 <refsection role="see also">
61 <title>Voir aussi</title>
62 <simplelist type="inline">
64 <link linkend="xend">xend</link>
67 <link linkend="scf">scf</link>