I have been adding gtk.labels to a gtk.list to use as a listbox. I want to able to read the label's text though when it is in the list. Unfortunaltely the list only returns the widget that is selected and I need a gtk.label so I can get my text back. Any ideas guys