..replying myself!!
found there is a "motion-notify-hint-event" which intends to avoid this issue...
I have not been able to test it yet though
User Profile
Collapse
-
nick belshaw started a topic PyGTk - Drawing onto an Image - not using deprecated functions what is best method?in PythonPyGTk - Drawing onto an Image - not using deprecated functions what is best method?
using PyGtk - no problems.
I can draw onto an Image using a PixBuf, Drawable etc
pixbuf = image.get_pixbu f()
drawable = pixbuf.render_p ixmap_and_mask( )[0]
drawable.draw_l ine(drawable.ne w_gc(),10,20,10 0,120)
pixbuf.get_from _drawable(drawa ble,cmap,0,0,0, 0,100,120
However...
if I read about render_pixmap_a nd_mask I am told..
"...a convenience method; applications that need...
No activity results to display
Show More
Leave a comment: