Re: Closing windows in GTK

2005-06-04 Thread John Coppens
On Sat, 04 Jun 2005 20:22:02 +0200 Francisco Fernandez <[EMAIL PROTECTED]> wrote: > When GTK shows windows, is assigned any kind of id to them? I mean, > that way I could obtain a reference instead of passing them as > parameters to the callbacks... Hi Francisco. You don't get windows for free.

Closing windows in GTK

2005-06-04 Thread Francisco Fernandez
Hi everybody, I am developing a GUI and don't know which is the correct way to close windows through callbacks. My application looks like this: App.c: [...] typedef struct _menuRadio{ GtkWidget *entry; GtkWidget *entry2; } menuRadio; [...] //***Here co