X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fbbs%2Fboxes%2FbbLayoutTRight.bbs;h=6095f069fb10cad986638ac2b995e31e33a49128;hb=49cb3ed3b5b7e58ab54dd3b6eb4ad8adee824ef2;hp=a7aa470d7822b9ceb8242d3f45e39a8fad0e77d5;hpb=a0da3fd2df934b6fef7b164dfb7a09708dfe5f11;p=bbtk.git diff --git a/packages/wx/bbs/boxes/bbLayoutTRight.bbs b/packages/wx/bbs/boxes/bbLayoutTRight.bbs index a7aa470..6095f06 100644 --- a/packages/wx/bbs/boxes/bbLayoutTRight.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTRight.bbs @@ -1,3 +1,29 @@ +# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la SantÈ) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil +# +# This software is governed by the CeCILL-B license under French law and +# abiding by the rules of distribution of free software. You can use, +# modify and/ or redistribute the software under the terms of the CeCILL-B +# license as circulated by CEA, CNRS and INRIA at the following URL +# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +# or in the file LICENSE.txt. +# +# As a counterpart to the access to the source code and rights to copy, +# modify and redistribute granted by the license, users are provided only +# with a limited warranty and the software's author, the holder of the +# economic rights, and the successive licensors have only limited +# liability. +# +# The fact that you are presently reading this means that you have had +# knowledge of the CeCILL-B license and that you accept its terms. +# ------------------------------------------------------------------------ */ + + load std load wx // --------------- @@ -9,20 +35,20 @@ load wx // --------------- define LayoutTRight wx -description "Creates a complex box : Right {LeftUp, LeftDown}" +description "Creates a 'T like' complex container : Right {LeftUp, LeftDown}" author "jean-pierre.roux@creatis.univ-lyon1.fr" -category "box" +category "complex box, widget" new LayoutSplit currentBox set currentBox.Orientation H new LayoutSplit left - connect left.Widget currentBox.Widget2 + connect left.Widget currentBox.Widget1 set left.Orientation V - input Widget1 left.Widget1 "LeftUp" - input Widget2 currentBox.Widget2 "Right" - input Widget3 left.Widget2 "LeftDown" + input Widget1 left.Widget1 "LeftUp container" + input Widget2 currentBox.Widget2 "Right container" + input Widget3 left.Widget2 "LeftDown container" endefine