margins - added but not yet supported
authorca
Tue, 13 Nov 2007 17:25:18 +0100
changeset 2353 d8d1a7094c63
parent 2352 b9196fb35b8a
child 2354 8bfd1f8d2e08
margins - added but not yet supported
WinPrinterContext.st
--- a/WinPrinterContext.st	Tue Nov 13 16:15:28 2007 +0100
+++ b/WinPrinterContext.st	Tue Nov 13 17:25:18 2007 +0100
@@ -5545,6 +5545,32 @@
 "
 ! !
 
+!WinPrinterContext::WinPrinterGraphicContext methodsFor:'accessing dimensions'!
+
+bottomMargin
+    "not yet supported - should be part of the translation"
+
+    ^ 0
+!
+
+leftMargin
+    "not yet supported - should be part of the translation"
+
+    ^ 0
+!
+
+rightMargin
+    "not yet supported - should be part of the translation"
+
+    ^ 0
+!
+
+topMargin
+    "not yet supported - should be part of the translation"
+
+    ^ 0
+! !
+
 !WinPrinterContext::WinPrinterGraphicContext methodsFor:'accessing-transformation'!
 
 scale
@@ -5784,5 +5810,5 @@
 !WinPrinterContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WinPrinterContext.st,v 1.26 2007-11-13 15:15:28 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WinPrinterContext.st,v 1.27 2007-11-13 16:25:18 ca Exp $'
 ! !