[Glade-users] How can I call an element of one window from another window?

philippe.vivarelli@conexant.com philippe.vivarelli@conexant.com
Wed, 15 Nov 2000 10:06:03 +0100


Emmanuel,


There is a function in the support.c file to do that :lookup_widget.

pointer to entry3 =  lookup_widget(window1,"entry_3");

Philippe Vivarelli