CLIM mail archive

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

Three Questions



Here is something from my init file that I believe answers your question
about changing the background:

(clim:define-command (1com-invert-video0 :name t :command-table clim:user-command-table)
	()
  (dolist (medium (clim:frame-panes clim:*application-frame*))
    (ignore-errors 
      (rotatef (clim:medium-foreground medium)
	       (clim:medium-background medium)))))



Main Index | Thread Index