Cairo__Surface.st
changeset 5 65635e9ef3e8
parent 3 f4f599f2a1b5
child 6 c1f387b40e3a
--- a/Cairo__Surface.st	Thu Jul 10 21:14:16 2008 +0000
+++ b/Cairo__Surface.st	Fri Jul 11 08:49:27 2008 +0000
@@ -9,6 +9,7 @@
 	category:'Cairo - C Types'
 !
 
+
 !Surface class methodsFor:'instance creation'!
 
 forPdfFile: aStringOrFilename width: w height: h
@@ -494,3 +495,8 @@
     "Created: / 10-07-2008 / 10:28:03 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
+!Surface class methodsFor:'documentation'!
+
+version
+    ^'$Id$'
+! !