1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) ENPC - Jean-Philippe Chancelier
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:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="fr" xml:id="xinit">
15 <pubdate>$LastChangedDate$</pubdate>
18 <refname>xinit</refname>
19 <refpurpose>Initialisation d'un pilote graphique</refpurpose>
22 <title>Séquence d'appel</title>
23 <synopsis>xinit(fileName)</synopsis>
24 <synopsis>xinit()</synopsis>
27 <title>Paramètres</title>
32 <para>chaîne de caractères: nom du fichier d'export.</para>
38 <title>Description</title>
40 Pour les pilotes Postscript, Xfig, Gif ou PPM <literal>fileName</literal> doit être spécifié. Il determine
41 le nom du fichier où tous les ordres graphiques sont enregistrés.
43 <para>Pour les pilotes écrans (X11 ou Rec), <literal>xinit</literal> doit être appelé sans argument. Dans ce cas,
44 une fenêtre graphique vide est ouverte.</para>
47 <title>Exemples</title>
48 <programlisting role="example"><![CDATA[
57 <title>Voir Aussi</title>
58 <simplelist type="inline">
60 <link linkend="xbasimp">xbasimp</link>
63 <link linkend="xend">xend</link>
66 <link linkend="scf">scf</link>
71 <title>Auteurs</title>
73 <para>Jean-Baptiste Silvy</para>