CLIM mail archive

[Prev][Next][Index][Thread]

CLIM seems to ignore WITH-TRANSLATION



I have a function which draws a bar chart in a clim window.  But the
chart is butted up against the left and bottom window edges with no
margin around it.

I have tried wrapping the code in either:
 	(clim:with-translation (stream 20 20)
	    . . . )

	or:

	(clim:with-drawing-options
	     (stream :transformation (clim:make-translation-transformation 20 20))
 	    . . .)
	
	
but both seem to be ignored.

How can I move the bar chart up and to the right a fixed amount?

I am running CLIM 1.1 on both Genera 8.1 and Lucid 4.0.1 (RS/6000).
The behavior is the same on both.

Meir Laker
IBM Thomas J. Watson Research Center
Phone: 914-945-2699
meir@watson.ibm.com



0,,

Follow-Ups:

Main Index | Thread Index