source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/util/oasisgui/opentea/create_emptyNode.tcl @ 4775

Last change on this file since 4775 was 4775, checked in by aclsce, 5 years ago
  • Imported oasis3-mct from Cerfacs svn server (not suppotred anymore).

The version has been extracted from https://oasis3mct.cerfacs.fr/svn/branches/OASIS3-MCT_2.0_branch/oasis3-mct@1818

File size: 1.9 KB
Line 
1#  This program is under CECILL_B licence. See footer for details.
2
3proc emptyNode_create { args } {
4    set mandatory_arguments { path_father address }
5    initWidget
6   
7   
8    finishWidget
9   
10    set widgetInfo($address-status) 0
11   
12    return $win
13}
14
15
16
17
18#  Copyright CERFACS 2014
19#   
20#  antoine.dauptain@cerfacs.fr
21#   
22#  This software is a computer program whose purpose is to ensure technology
23#  transfer between academia and industry.
24#   
25#  This software is governed by the CeCILL-B license under French law and
26#  abiding by the rules of distribution of free software.  You can  use,
27#  modify and/ or redistribute the software under the terms of the CeCILL-B
28#  license as circulated by CEA, CNRS and INRIA at the following URL
29#  "http://www.cecill.info".
30#   
31#  As a counterpart to the access to the source code and  rights to copy,
32#  modify and redistribute granted by the license, users are provided only
33#  with a limited warranty  and the software's author,  the holder of the
34#  economic rights,  and the successive licensors  have only  limited
35#  liability.
36#   
37#  In this respect, the user's attention is drawn to the risks associated
38#  with loading,  using,  modifying and/or developing or reproducing the
39#  software by the user in light of its specific status of free software,
40#  that may mean  that it is complicated to manipulate,  and  that  also
41#  therefore means  that it is reserved for developers  and  experienced
42#  professionals having in-depth computer knowledge. Users are therefore
43#  encouraged to load and test the software's suitability as regards their
44#  requirements in conditions enabling the security of their systems and/or
45#  data to be ensured and,  more generally, to use and operate it in the
46#  same conditions as regards security.
47#   
48#  The fact that you are presently reading this means that you have had
49#  knowledge of the CeCILL-B license and that you accept its terms.
Note: See TracBrowser for help on using the repository browser.