TextBox.st
changeset 71 9f9243f5813b
parent 62 378b60ba1200
child 86 4d7dbb5f1719
equal deleted inserted replaced
70:4c579a1b3afc 71:9f9243f5813b
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'Views-DialogBoxes'
    17 	 category:'Views-DialogBoxes'
    18 !
    18 !
    19 
    19 
    20 TextBox comment:'
       
    21 COPYRIGHT (c) 1992 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libwidg2/TextBox.st,v 1.10 1995-06-06 04:17:57 claus Exp $
       
    25 '!
       
    26 
       
    27 !TextBox class methodsFor:'documentation'!
    20 !TextBox class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1992 by Claus Gittinger
    24  COPYRIGHT (c) 1992 by Claus Gittinger
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37 "
    45 $Header: /cvs/stx/stx/libwidg2/TextBox.st,v 1.10 1995-06-06 04:17:57 claus Exp $
    38 $Header: /cvs/stx/stx/libwidg2/TextBox.st,v 1.11 1995-08-30 18:06:49 claus Exp $
    46 "
    39 "
    47 !
    40 !
    48 
    41 
    49 documentation
    42 documentation
    50 "
    43 "