How can i show my users the gtk.Entry is disabled. I know how to set it disabled (set_editable(False)). But when i do this, the visual part doesn't change. So, how can i change the color. I allready tried this:

        colormap = entry.get_colormap()
        colormap.alloc_color(65000,0,0)
        self.dag.set_colormap(colormap)

but it doesn' work.
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to