DeviceGraphicsContext.st
changeset 4070 efd0ffb52d43
parent 4056 67c4686afbc6
child 4135 a47337e09c40
equal deleted inserted replaced
4069:70286020166c 4070:efd0ffb52d43
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1992 by Claus Gittinger
     4  COPYRIGHT (c) 1992 by Claus Gittinger
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   156 ! !
   158 ! !
   157 
   159 
   158 !DeviceGraphicsContext methodsFor:'Compatibility-VW'!
   160 !DeviceGraphicsContext methodsFor:'Compatibility-VW'!
   159 
   161 
   160 displayBackgroundIfNeededOn: aGraphicsContext
   162 displayBackgroundIfNeededOn: aGraphicsContext
   161     aGraphicsContext clear.
   163     aGraphicsContext clearView.
   162 !
   164 !
   163 
   165 
   164 inactiveForegroundColor
   166 inactiveForegroundColor
   165     "a dummy method to support VW widgets"
   167     "a dummy method to support VW widgets"
   166 
   168 
  3833 ! !
  3835 ! !
  3834 
  3836 
  3835 !DeviceGraphicsContext class methodsFor:'documentation'!
  3837 !DeviceGraphicsContext class methodsFor:'documentation'!
  3836 
  3838 
  3837 version
  3839 version
  3838     ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.96 2004-02-28 12:58:11 cg Exp $'
  3840     ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.97 2004-03-05 12:47:04 cg Exp $'
  3839 ! !
  3841 ! !
  3840 
  3842 
  3841 DeviceGraphicsContext initialize!
  3843 DeviceGraphicsContext initialize!