CLIM mail archive
[Prev][Next][Index][Thread]
Three Questions
-
To: ncramer@BBN.COM, clim@BBN.COM
-
Subject: Three Questions
-
From: Mark Nahabedian <naha@riverside.scrc.symbolics.com>
-
Date: Mon, 20 Jul 1992 09:36-0400
-
Character-Type-Mappings: (1 0 (NIL 0) (NIL :BOLD NIL) "CPTFONTCB")
-
Fonts: CPTFONT, CPTFONTCB
-
In-Reply-To: The message of 20 Jul 1992 05:06 EDT from Nichael Cramer <ncramer@BBN.COM>
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