Ruler.st
branchjv
changeset 4770 6634b540fea2
parent 2348 6a671b60f274
child 6265 09ae5bbed69e
equal deleted inserted replaced
4769:17172bc64232 4770:6634b540fea2
     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 "{ Package: 'stx:libwidg2' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    14 
    15 
    15 SimpleView subclass:#Ruler
    16 SimpleView subclass:#Ruler
    16 	instanceVariableNames:'fgColor metric paperWidth paperHeight scale showUnit orientation'
    17 	instanceVariableNames:'fgColor metric paperWidth paperHeight scale showUnit orientation'
    17 	classVariableNames:''
    18 	classVariableNames:''
    18 	poolDictionaries:''
    19 	poolDictionaries:''
   511 !Ruler class methodsFor:'documentation'!
   512 !Ruler class methodsFor:'documentation'!
   512 
   513 
   513 version
   514 version
   514     ^ '$Header: /cvs/stx/stx/libwidg2/Ruler.st,v 1.28 2002-10-31 21:49:29 cg Exp $'
   515     ^ '$Header: /cvs/stx/stx/libwidg2/Ruler.st,v 1.28 2002-10-31 21:49:29 cg Exp $'
   515 ! !
   516 ! !
       
   517