News

Using the self.widgets instance, the corresponding Python call becomes self.widgets ['problem_entry'].get_text (), where problem_entry is the name for the entry widget in the Glade XML file.
I've got an array of 10 values, all identical. I'm creating an entry widget for each one via a for loop, so far so good. Problem is, in the validate routine I need to access the widget. So how do ...