On Tue, Feb 11, 2003 at 08:55:25PM -0600, John Hunter wrote:
> Also, how do I find out which events a CellRenderer can connect to. > For example, CellRendererToggle can connect to "toggled" but > CellRendererText cannot. I looked in the pygtk ref docs, but did not > find a list of allowable signals for these classes. Well for CRToggle you have "toggled" and for CRText you have "edited", and that's it AFAIK. See the C API docs for the the signatures of the callbacks. Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
