Hi,
I just found how to customize the colors in a gtk.ColorSelection

gtk_settings = gtk.settings_get_default()
gtk_settings.set_property("gtk-color-palette", ":".join(self.palette_list))

but what I would like would be to add new colors after the existing colors
while
it seems to me that I can only replace a color with a new one while there
are only
20 fixed positions for colors.

Is there a way to increase this number?
Thank you, cheers,
Giuseppe.
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to