<< show_pixmap graphics create_palette >>

removed >> removed > 5-4-1 > graphics > winclose

winclose

close windows created by sciGUI

Calling Sequence

winclose(winIds)

Arguments

winIds

matrix of integer greater than 0, window identificator.

Description

winclose(winIds) close windows created by sciGUI.

Examples

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

Authors

Jaime Urzua

History

VersionDescription
5.4.1 winclose was published up to Scilab 5.4.1. It is replaced with close.

Report an issue
<< show_pixmap graphics create_palette >>