And this line:
  if posx > 5 and posx < 15:
Should be changed to:
  if posx >= 5 and posx <= 18:
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to