Jason J Roberts wrote: > I want to adjust a listbox on the fly. The list is part of a dialog box > created with Glade and I'm unsure of how to get access to the list > widget without changing the interface.c code. It's very simple. Get a hold of the widget pointer, by using lookup_widget() as supplied in support.c, and write code that will adjust the list accordingly. -- James Cameron