On Mon, Mar 24, 2003 at 03:45:21PM -0400, Pablo Endres wrote: > > Hi Guys, > > Is there a way of changing the colors on a progress bar? > > I'm using python 2.2.2 and pgtk 0.6.9. > > Thanks in advance > >
See PyGTK FAQ 4.6 on how to modify widget style. The progress bar trough (the indicator bar) is drawn with the background STATE_PRELIGHT color. The background is drawn with background STATE_NORMAL color. --jkl _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
