Re: using lookup_widget



I messed my explaination, I wanted to say, connect a signal to one widget (ex button click) but get access to multiple widgets

for example in a window with 2 clists, (Tlist an PList), when I click a button I want to get pointers to both clists in the callback function. The exact think i am seraching for sould be a function like gtk_signal_connect_object(GtkObject,signal,GtkSignalFunc,GTK_OBJECT1,GTK_OBJET2,....etc) you see ?


21 Jun 2002 16:26:42 +0200
Sven Neumann <sven gimp org> a écrit:

> ZToon <ztoonifik netcourrier com> writes:
> 
> > Thnx Sven, but the day I want to connect multiple wigdets with 1
> > gtk_signal_connect, I could I do ?
> 
> what do you mean? g_signal_connect() takes exactly one widget as first
> argument. You can't connect to signals from multiple widgets with one
> call of g_signal_connect().
> 
> 
> Salut, Sven
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]