X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fgraphics%2Fhelp%2Ffr_FR%2Ffigure_operations%2Fshow_window.xml;h=ad4bce3c8d5007abc9a7323c91de1091d8033185;hp=2cdff3c5c39ffa23dde827ae9d5a1735c6e34ec4;hb=f67bfcb30c3617bb487fb1f36ddd856434bb9f94;hpb=ea94d2dcf5e6856d24b6d86ee15f43ceb3b1085c diff --git a/scilab/modules/graphics/help/fr_FR/figure_operations/show_window.xml b/scilab/modules/graphics/help/fr_FR/figure_operations/show_window.xml index 2cdff3c..ad4bce3 100644 --- a/scilab/modules/graphics/help/fr_FR/figure_operations/show_window.xml +++ b/scilab/modules/graphics/help/fr_FR/figure_operations/show_window.xml @@ -1,12 +1,18 @@ - + show_window - met la fenêtre une au premier plan + amène une fenêtre graphique au premier plan Séquence d'appel - show_window([figure]) + + show_window() + show_window(figure) + Paramètres @@ -14,7 +20,7 @@ figure - identifiant ou handle de la figure à mettre au premier plan. + identifiant ou handle de la fenêtre à mettre au premier plan. @@ -22,9 +28,9 @@ Description - Avec un paramètre,show_windowmet la fenêtre spécifiée au premier plan, + Avec un paramètre, show_windowmet la fenêtre spécifiée au premier plan, qu'elle soit iconifiée ou non. Sinon, met la fenêtre courante au premier plan. - Une fenêtre est crée si aucune n'existait auparavant. + Une fenêtre est créée si aucune n'existait auparavant.