function type



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




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