On Mon, Nov 04, 2002 at 11:38:51AM -0600, John Hunter wrote: > >>>>> "John" == John Finlay <[EMAIL PROTECTED]> writes: > > John> You can create your own dash pattern using > John> set_dashes(). See: > John> http://www.moeraki.com/pygtktutorial/sec-drawingarea.html#AEN1621 > > Thanks much, for the record, the code below creates the desired > effect: > > self._spacing = 2 [...] > widget.draw_lines(gc, zip(x, y) )
Just became FAQ 18.4, with credits to both, thanks a lot. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
