Re: glade and C code

2013-05-27 Thread Tristan Van Berkom
On Tue, May 28, 2013 at 4:59 AM, Thomas A. Moulton wrote: > ok here's a simple question... > > If I have c code that creates all the widgets I can get the pointers to them > as needed. > > How can I get the GtkNotebook *pointer when I create things with glade? > > If there a function I can call to

glade and C code

2013-05-27 Thread Thomas A. Moulton
ok here's a simple question... If I have c code that creates all the widgets I can get the pointers to them as needed. How can I get the GtkNotebook *pointer when I create things with glade? If there a function I can call to scan the created objects by name? Tom _