We Recommend

Learning Python Learning Python
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.


Posted By

whitetiger on 11/09/06


Tagged

image png pixel python text highlight PIL syntax color series60 pys60 gtk pixbuf getpixel palette


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

anayhk


Python - change_color_entry


Published in: Python 


  1. import gtk
  2.  
  3. def change_color_entry(entry, color):
  4. entry.modify_base(gk.STATE_NORMAL, gtk.gdk.color_parse(color))

Report this snippet 

You need to login to post a comment.