>>>>> "Steve" == Steve McClure <[EMAIL PROTECTED]> writes:

    Steve> I can draw no problem but obviously only in the original
    Steve> color and blue.

I generally just set the foreground attribute, and draw away

  gc.foreground = newC
  da.draw_lines(newgc, zip(xt,yt))

What is your drawing command?  I assume you are passing the newgc into
the draw command.  It might help to post a complete script which
replicates your problem.

John Hunter
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to