[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Using g_signal_connect in class
- From: Murray Cumming <murrayc murrayc com>
- To: Marco Rocco <mr85mr gmail com>
- Cc: gtk-list gnome org
- Subject: Re: Using g_signal_connect in class
- Date: Tue, 15 Jul 2008 12:28:01 +0200
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]