Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.1 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Ajuda Scilab >> Interfaces com Tcl/Tk > winclose

winclose

close windows created by sciGUI. This function is obsolete.

Calling Sequence

winclose(winIds)

Arguments

winIds

matrix of integer greater than 0, window identificator.

Description

winclose(winIds) close windows created by sciGUI.

This function is obsolete.
It is better to use close instead of winclose.

Examples

//CREATE SOME WINDOWS
win1=waitbar('This is an example');
win2=waitbar('HELLO!');
winclose([win1,win2]);

History

VersionDescription
5.4.1 Function tagged obsolete. Will be removed in 5.5.0. Please use close instead.
Report an issue
<< TCL_UpVar Interfaces com Tcl/Tk winlist >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Apr 02 17:37:06 CEST 2013