Quoting Javi Roman <[EMAIL PROTECTED]>:

> A solution would be that, but then it is not possible to obtain the
> label of an element of GtkList?

- clist.selection gives you a list of selected rows (may be empty)
- Use row_get_text() and row_get_data() to access the information
stored in the rows. get_text() gives you the string which you can
see and set_data()/get_data() gives you the user data attached
to the row.

-- 
==============================================
Sowatec AG,       CH-8330 Pfäffikon (ZH)
Witzbergstr. 7,   http://www.sowatec.com
Tel: +41-(0)1-952 55 55
Fax: +41-(0)1-952 55 66
----------------------------------------------
Aaron "Optimizer" Digulla, [EMAIL PROTECTED]
==============================================


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to