Re: g_signal_connect() instead of gtk_signal_connect()



On Wed, 2003-02-05 at 12:02, martyn 2 russell bt com wrote:
I am using 

      g_signal_connect(G_OBJECT(my_treeview_column), "notify::width",
G_CALLBACK(myfunction), GINT_TO_POINTER(5));

I am defining my callback function as:

      void myfunction(gpointer user_data)


        Isn't the callback for g_signal_connect (...)

        void callback(GtkWidget *widget,
                        gpointer user_data); ???


        Bye,
        Vladimir.


-- 
"This is it... This is where I belong..."





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