1 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
2 // Copyright (C) 2014 - Scilab Enterprises - Antoine ELIAS
4 // This file must be used under the terms of the CeCILL.
5 // This source file is licensed as described in the file COPYING, which
6 // you should have received as part of this distribution. The terms
7 // are also available at
8 // http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
10 function f = createWindow()
12 "dockable", "off", ...
13 "infobar_visible", "off", ...
14 "toolbar_visible", "off", ...
15 "menubar_visible", "off", ...
16 "default_axes", "off");