Date: | Mon Nov 22 16:32:19 1993 | |
Subject: | Re: changing background colour of an rc_graphic window | |
From: | Colin Shearer | |
Volume-ID: | 931122.01 |
XpwSetColor(rc_window, colour) -> XptValue(rc_window, XtN background); works (with the side effect of setting the foreground colour to be the same - needs to be reset). But it won't have a visible effect until the next rc_clear_window(); or some other "clear" operation. Colin |