Python - change_color_entry


/ Published in: Python
Save to your folder(s)



Copy this code and paste it in your HTML
  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


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.