Ð ÐÑÐ, 29.09.2004, Ð 03:16, Gustavo J. A. M. Carneiro ÐÐÑÐÑ: > Qua, 2004-09-29 Ãs 03:10 +0300, Ruslan escreveu: > > Hi, everybody. > > > > Is it possible to disable, for example, gtk.Entry, so that it becomes > > non editable and becomes in grey color - using > > gtk.Entry.set_editable(gtk.FALSE) makes only the half - disables > > editing, but doesn't make entry to become grey(in wxPython it's possible > > to do with widget.Enable(False)). > > widget.set_sensitive(False)
Thanks a lot. > > > > > Any help is appreciated. > > TIA. > > > > Best regards, > > Ruslan > > > > _______________________________________________ > > pygtk mailing list [EMAIL PROTECTED] > > http://www.daa.com.au/mailman/listinfo/pygtk > > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
