GraphColumnView.st
changeset 813 ede4f0fa4168
parent 754 c55a5727bf04
child 1062 3be6b8b6a875
equal deleted inserted replaced
812:02765a35b0c3 813:ede4f0fa4168
   343     "
   343     "
   344     |hasGrid|
   344     |hasGrid|
   345 
   345 
   346     showGrid ~~ aBool ifTrue:[
   346     showGrid ~~ aBool ifTrue:[
   347         showGrid := aBool.
   347         showGrid := aBool.
   348         self updateGrid:#color
   348         self updateGrid:#state
   349     ]
   349     ]
   350 
   350 
   351 !
   351 !
   352 
   352 
   353 showReferences
   353 showReferences
  1051 ! !
  1051 ! !
  1052 
  1052 
  1053 !GraphColumnView class methodsFor:'documentation'!
  1053 !GraphColumnView class methodsFor:'documentation'!
  1054 
  1054 
  1055 version
  1055 version
  1056     ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView.st,v 1.3 1998-02-13 13:51:18 ca Exp $'
  1056     ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView.st,v 1.4 1998-03-09 16:09:47 ca Exp $'
  1057 ! !
  1057 ! !