ParagraphSpecification.st
changeset 3150 e3a55f15ef7e
parent 1431 0cc20a8f2f7c
child 4770 6634b540fea2
equal deleted inserted replaced
3149:66df7168e377 3150:e3a55f15ef7e
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
       
    12 
       
    13 "{ Package: 'stx:libwidg2' }"
    12 
    14 
    13 TabulatorSpecification subclass:#ParagraphSpecification
    15 TabulatorSpecification subclass:#ParagraphSpecification
    14 	instanceVariableNames:'leftMargin rightMargin textAlignment'
    16 	instanceVariableNames:'leftMargin rightMargin textAlignment'
    15 	classVariableNames:''
    17 	classVariableNames:''
    16 	poolDictionaries:''
    18 	poolDictionaries:''
    64     rightMargin := something.! !
    66     rightMargin := something.! !
    65 
    67 
    66 !ParagraphSpecification class methodsFor:'documentation'!
    68 !ParagraphSpecification class methodsFor:'documentation'!
    67 
    69 
    68 version
    70 version
    69     ^ '$Header: /cvs/stx/stx/libwidg2/ParagraphSpecification.st,v 1.5 1999-07-06 16:50:05 cg Exp $'
    71     ^ '$Header: /cvs/stx/stx/libwidg2/ParagraphSpecification.st,v 1.6 2006-11-13 16:11:31 cg Exp $'
    70 ! !
    72 ! !