StrokeView.st
branchjv
changeset 4770 6634b540fea2
parent 2668 fa1ac72a7a8f
equal deleted inserted replaced
4769:17172bc64232 4770:6634b540fea2
     1 "{ Package: 'stx:libwidg2' }"
     1 "{ Package: 'stx:libwidg2' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
     2 
     4 
     3 View subclass:#StrokeView
     5 View subclass:#StrokeView
     4 	instanceVariableNames:'strokes currentStroke lastPoint clearButton clearLastButton
     6 	instanceVariableNames:'strokes currentStroke lastPoint clearButton clearLastButton
     5 		strokeAction'
     7 		strokeAction'
     6 	classVariableNames:''
     8 	classVariableNames:''
   188 !StrokeView class methodsFor:'documentation'!
   190 !StrokeView class methodsFor:'documentation'!
   189 
   191 
   190 version
   192 version
   191     ^ '$Header: /cvs/stx/stx/libwidg2/StrokeView.st,v 1.3 2004-03-02 08:44:45 cg Exp $'
   193     ^ '$Header: /cvs/stx/stx/libwidg2/StrokeView.st,v 1.3 2004-03-02 08:44:45 cg Exp $'
   192 ! !
   194 ! !
       
   195