InputView.st
changeset 2775 3d2b7f1ffc9b
parent 2772 71336ba2fc96
child 3772 18f86fffbd1c
equal deleted inserted replaced
2774:7894ba397774 2775:3d2b7f1ffc9b
   235 
   235 
   236 !InputView methodsFor:'initialization'!
   236 !InputView methodsFor:'initialization'!
   237 
   237 
   238 initialize
   238 initialize
   239     super initialize.
   239     super initialize.
   240     self setBorderWidth:0
   240     self borderWidth:0
   241 ! !
   241 ! !
   242 
   242 
   243 !InputView methodsFor:'redefined dummy'!
   243 !InputView methodsFor:'redefined dummy'!
   244 
   244 
   245 setViewBackground
   245 setViewBackground
   249 ! !
   249 ! !
   250 
   250 
   251 !InputView class methodsFor:'documentation'!
   251 !InputView class methodsFor:'documentation'!
   252 
   252 
   253 version
   253 version
   254     ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.21 2009-10-23 15:22:48 cg Exp $'
   254     ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.22 2009-10-24 14:00:59 cg Exp $'
   255 !
   255 !
   256 
   256 
   257 version_CVS
   257 version_CVS
   258     ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.21 2009-10-23 15:22:48 cg Exp $'
   258     ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.22 2009-10-24 14:00:59 cg Exp $'
   259 ! !
   259 ! !