CLIM mail archive

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

really quick question about changing text color



If you wish to output regular text with format on one of your
application panes, do you just change the +foreground+ value to a color
to change that text's color ala something like:

(let ((old-color +foreground+))
  (unwind-protect (progn (setf +foreground+ +red+)
			 (format pane-stream "hi"))
	(setf +foreground+ old-color)))

Or is there a specific foreground attribute for each pane within your
application pane that I should set?




0,,

Follow-Ups:

Main Index | Thread Index