Re: G_CALLBACK definition

2005-04-16 Thread David Necas (Yeti)
On Sat, Apr 16, 2005 at 11:09:06AM +0200, Daniel Pekelharing wrote: How do I define a G_CALLBACK function in my own function? I'm trying to make a simple convenience function that creates a dialog. I need to pass the callback function to it. Here's my definition so far, I don't know how

Re: G_CALLBACK definition

2005-04-16 Thread Daniel Pekelharing
On Sat, 2005-04-16 at 11:15 +0200, David Necas (Yeti) wrote: GtkWidget *dan_gui_open_dialog(char *title, char *filter_name, char *filter, GCallback callback) Yeti Thanks again! ___ gtk-app-devel-list mailing list