CLIM mail archive

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

define-graphics-operation



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 
  )



Follow-Ups:

Main Index | Thread Index