gtk_signal_connect_*



gint   gtk_signal_connect_interp          (GtkObject           *object,
                                           gchar               *name,
                                           GtkCallbackMarshal   func,
                                           gpointer             data,
                                           GtkDestroyNotify   destroy_func,
                                           gint                 after);

I gather from the name of this function that it's designed so as to write
callbacks into interpreted languages.

How is it supposed to be used?

I'm sorry to ask so many dumb questions...




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