Portál AbcLinuxu, 29. listopadu 2025 06:09
def on_redraw(self, widget, ctx):
ctx.set_source_rgb(0, 0, 0)
ctx.line_width(self.l_width)
for x, y in self.lines:
ctx.line_to(x, y)
return True
Potřebuji kreslit přes předchozí vykreslení ale context se mi pořád maže.
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.