1 <?xml version="1.0" encoding="UTF-8"?>
2 <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="show_window">
4 <refname>show_window</refname>
5 <refpurpose>met la fenêtre une au premier plan</refpurpose>
8 <title>Séquence d'appel</title>
9 <synopsis>show_window([figure])</synopsis>
12 <title>Paramètres</title>
17 <para>identifiant ou handle de la figure à mettre au premier plan.</para>
23 <title>Description</title>
25 Avec un paramètre,<literal>show_window</literal>met la fenêtre spécifiée au premier plan,
26 qu'elle soit iconifiée ou non. Sinon, met la fenêtre courante au premier plan.
27 Une fenêtre est crée si aucune n'existait auparavant.