News

Writing GUI programs involves two basic steps. First, you need to write the code to create the interface, with elements, such as menus, and widgets, such as buttons, labels and entry fields. You then ...
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 I ...