Scilab 5.3.3
Scilab help >> Graphics > window_control > havewindow
havewindow
return scilab window mode
Calling Sequence
havewindow()
Description
returns %t if scilab has it own window and %f if not, i.e.
if scilab has been invoked by "scilab -nw". (nw stands
for "no-window").
| << window_control | window_control | show_window >> |