GraphColumnViewSpec.st
branchjv
changeset 4770 6634b540fea2
parent 3309 5e33115fabe7
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 MenuComponentSpec subclass:#GraphColumnViewSpec
    16 MenuComponentSpec subclass:#GraphColumnViewSpec
    15 	instanceVariableNames:'listHolder references referenceSelector showGrid showDefaultMenu
    17 	instanceVariableNames:'listHolder references referenceSelector showGrid showDefaultMenu
    16 		zoomY windowSize graphOriginX scrollUpdatesOriginX'
    18 		zoomY windowSize graphOriginX scrollUpdatesOriginX'
    17 	classVariableNames:''
    19 	classVariableNames:''
   688 
   690 
   689 version
   691 version
   690     ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnViewSpec.st,v 1.13 2008-01-10 13:00:55 cg Exp $'
   692     ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnViewSpec.st,v 1.13 2008-01-10 13:00:55 cg Exp $'
   691 ! !
   693 ! !
   692 
   694 
       
   695 
   693 GraphColumnViewSpec initialize!
   696 GraphColumnViewSpec initialize!