CLIM mail archive
[Prev][Next][Index][Thread]
define-graphics-operation
   Date: Tue, 3 May 1994 07:41:45 -0700
   From: Curt Eggemeyer <curt@eraserhead.jpl.nasa.gov>
   What's CLIM2's equivalent to 1.1's define-graphic-internal and what's
   different about it?
   Below is one of my 1.1 forms below:
   (define-graphics-internal Time-Scale-Display-Internal (Time-Frame ink)
     :bounding-rectangle
     (fix-rectangle (cond ((Legend-On *Apgen*) *Legend-Border*) (t 0))
		    (Display-Y Time-Frame)
		    (+ (Display-X Time-Frame) (Width Time-Frame))
		    (+ (Display-Y Time-Frame) (Height Time-Frame)))
     ;; No :HIGHLIGHTING-TEST, just use the bounding rectangle.
     ;; No :HIGHLIGHTING-FUNCTION, just use a rectangle to do it 
     )
I think DEFINE-GRAPHICS-RECORDING.
References:
Main Index |
Thread Index