[Glade-users] difference between Glade1 & Glade2



I used to have some users parameters passed through 'gpointer user_data' 
For example, the event for pressed button I used to declare in GTK1 like :
void on_button_pressed(GtkButton *button, gpointer user_data)

Looks like GTK2 is exactly the same

http://developer.gnome.org/doc/API/2.0/gtk/GtkButton.html#GtkButton-clicked

But on Glade2 there's no Data field on the signal.

Is there any other way to do that ?

Marcos





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