Hi, i'm writing a class in C++ which has a member-function to add a
button into the widget. It's declared like this:

gboolean AddButton(gint* id, gchar* label, function_type callback,
gpointer data);

Which type should I use for the callback? Something like GtkSignalFunc??

Thanks,
        
        Ignacio Nodal

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to