GraphColumnView3DSpec.st
branchjv
changeset 4770 6634b540fea2
parent 3308 cc9c02c8b894
equal deleted inserted replaced
4769:17172bc64232 4770:6634b540fea2
     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 "{ Package: 'stx:libwidg2' }"
    12 "{ Package: 'stx:libwidg2' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 GraphColumnViewSpec subclass:#GraphColumnView3DSpec
    16 GraphColumnViewSpec subclass:#GraphColumnView3DSpec
    15 	instanceVariableNames:'rotateX rotateY rotateZ zoomZ'
    17 	instanceVariableNames:'rotateX rotateY rotateZ zoomZ'
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
   354 !GraphColumnView3DSpec class methodsFor:'documentation'!
   356 !GraphColumnView3DSpec class methodsFor:'documentation'!
   355 
   357 
   356 version
   358 version
   357     ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView3DSpec.st,v 1.10 2008-01-10 13:00:52 cg Exp $'
   359     ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView3DSpec.st,v 1.10 2008-01-10 13:00:52 cg Exp $'
   358 ! !
   360 ! !
       
   361