TransparentBox.st
changeset 2377 4a5d442f4a2b
parent 2004 a0245a3e8cdc
child 3289 3dff9f4efe99
equal deleted inserted replaced
2376:bd1615a0d2af 2377:4a5d442f4a2b
       
     1 "
       
     2  COPYRIGHT (c) 2004 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     1 "{ Package: 'stx:libview2' }"
    12 "{ Package: 'stx:libview2' }"
     2 
    13 
     3 View subclass:#TransparentBox
    14 View subclass:#TransparentBox
     4 	instanceVariableNames:'shapeForm'
    15 	instanceVariableNames:'shapeForm'
     5 	classVariableNames:''
    16 	classVariableNames:''
     6 	poolDictionaries:''
    17 	poolDictionaries:''
     7 	category:'Views-Basic'
    18 	category:'Views-Basic'
     8 !
    19 !
     9 
    20 
    10 !TransparentBox class methodsFor:'documentation'!
    21 !TransparentBox class methodsFor:'documentation'!
       
    22 
       
    23 copyright
       
    24 "
       
    25  COPYRIGHT (c) 2004 by eXept Software AG
       
    26               All Rights Reserved
       
    27 
       
    28  This software is furnished under a license and may be used
       
    29  only in accordance with the terms of that license and with the
       
    30  inclusion of the above copyright notice.   This software may not
       
    31  be provided or otherwise made available to, or used by, any
       
    32  other person.  No title to or ownership of the software is
       
    33  hereby transferred.
       
    34 "
       
    35 !
    11 
    36 
    12 examples
    37 examples
    13 "
    38 "
    14     | tv b1 b2 |
    39     | tv b1 b2 |
    15 
    40 
    94 ! !
   119 ! !
    95 
   120 
    96 !TransparentBox class methodsFor:'documentation'!
   121 !TransparentBox class methodsFor:'documentation'!
    97 
   122 
    98 version
   123 version
    99     ^ '$Header: /cvs/stx/stx/libview2/TransparentBox.st,v 1.3 2004-07-16 14:41:50 cg Exp $'
   124     ^ '$Header: /cvs/stx/stx/libview2/TransparentBox.st,v 1.4 2008-01-22 22:32:08 cg Exp $'
   100 ! !
   125 ! !