TextCollectorBox.st
changeset 6196 fbc1a9f13a97
parent 5933 650ccc714e7d
equal deleted inserted replaced
6195:bd5eb047338b 6196:fbc1a9f13a97
       
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
       
     4  COPYRIGHT (c) 2018 by eXept Software AG
       
     5               All Rights Reserved
       
     6 
       
     7  This software is furnished under a license and may be used
       
     8  only in accordance with the terms of that license and with the
       
     9  inclusion of the above copyright notice.   This software may not
       
    10  be provided or otherwise made available to, or used by, any
       
    11  other person.  No title to or ownership of the software is
       
    12  hereby transferred.
       
    13 "
     1 "{ Package: 'stx:libwidg2' }"
    14 "{ Package: 'stx:libwidg2' }"
     2 
    15 
     3 "{ NameSpace: Smalltalk }"
    16 "{ NameSpace: Smalltalk }"
     4 
    17 
     5 TextBox subclass:#TextCollectorBox
    18 TextBox subclass:#TextCollectorBox
     8 	poolDictionaries:''
    21 	poolDictionaries:''
     9 	category:'Views-DialogBoxes'
    22 	category:'Views-DialogBoxes'
    10 !
    23 !
    11 
    24 
    12 !TextCollectorBox class methodsFor:'documentation'!
    25 !TextCollectorBox class methodsFor:'documentation'!
       
    26 
       
    27 copyright
       
    28 "
       
    29  COPYRIGHT (c) 2018 by eXept Software AG
       
    30               All Rights Reserved
       
    31 
       
    32  This software is furnished under a license and may be used
       
    33  only in accordance with the terms of that license and with the
       
    34  inclusion of the above copyright notice.   This software may not
       
    35  be provided or otherwise made available to, or used by, any
       
    36  other person.  No title to or ownership of the software is
       
    37  hereby transferred.
       
    38 "
       
    39 !
    13 
    40 
    14 documentation
    41 documentation
    15 "
    42 "
    16     has a textcollector as textview
    43     has a textcollector as textview
    17 "
    44 "