Re: Using g_signal_connect in class



On Tue, 2008-07-15 at 12:04 +0200, Marco Rocco wrote:
> Hello, this is my first post on this mailing list, now i do my request:
> can i use g_signal_connect  in a method of my class, using as c_handler 
> a private function of class? ...and if i can, how i can do ?

You are talking about C++, I believe.

The answer is No, not unless your method is a static method.

gtkmm makes this possible, using libsigc++ slots.

-- 
murrayc murrayc com
www.murrayc.com
www.openismus.com



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