Re: How to get a GCallback from an instance...



Carlos Savoretti wrote:
Hello,

Is there any way to do the following:
Given an instance of an object (GtkTreeview) I need to destroy it;
but before I want to retrieve the hooked callback for a certain
signal (row-activated) in order to reinstall it in a newly
created instance of the same object (GtkTreeview).
How I can do this ?

Maybe try g_signal_handler_find().

Paul



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