GraphicsMedium.st
branchdelegated_gc
changeset 6579 db31ebd19872
parent 6472 5b21ff383a12
child 6580 c2754553e0a4
--- a/GraphicsMedium.st	Thu Sep 25 23:16:16 2014 +0200
+++ b/GraphicsMedium.st	Fri Sep 26 11:41:03 2014 +0200
@@ -9,7 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-'From Smalltalk/X, Version:6.2.3.0 on 26-03-2014 at 14:24:09'                   !
+'From Smalltalk/X, Version:6.2.4.0 on 27-06-2014 at 11:07:42'                   !
 
 "{ Package: 'stx:libview' }"
 
@@ -2201,6 +2201,12 @@
     self displayString:aString x:aPoint x y:aPoint y
 !
 
+displayString:aString centeredAt:aPoint
+    "draw a string - drawing fg only"
+
+    self displayString:aString centeredAtX:aPoint x y:aPoint y
+!
+
 displayString:aString centeredAtX:x y:y
     "draw a string - drawing fg only"
 
@@ -3314,3 +3320,10 @@
     gc createWindowFor:aView type:typeSymbol origin:org extent:ext minExtent:minE maxExtent:maxE borderWidth:bw subViewOf:sv style:styleSymbol inputOnly:inp label:label owner:owner icon:icn iconMask:icnM iconView:icnV 
 ! !
 
+!DisplaySurface class methodsFor:'documentation'!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libview/GraphicsMedium.st,v 1.22.2.2 2014-09-26 09:41:03 stefan Exp $'
+! !
+
+