[Glade-users] Probably a stuipd question

James Cameron james.cameron@compaq.com
Tue, 24 Oct 2000 11:05:44 +1100


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