I am reading through the list_store.py demo and trying to adapt it to my case at hand: I want to present a list of rows and allow the user to select multiple rows, using the control key to select multiple items and shift to select all items in a range.
Do I need to capture the CTRL and SHIFT key press events and do all the work myself, or is there some prefab version of this since it is a fairly common selection operation? If someone has some example code, I'd be happy to peruse it. 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. Thanks for any guidance, John Hunter pygtk-1.99.14 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
