[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Monitor IO
- From: inbox_pub earthlink net
- To: gtkmm-list gnome org
- Subject: Monitor IO
- Date: Tue, 20 Jan 2009 13:53:32 -0600
In Chapter 21 of the documentation, in the Monitor IO section, the
signal connection statement is:
Glib:signal_io().connect(sigc::ptr_fun(MyCallback), read_fd,
Glib::IO_IN);
Can this be done with member functions using something like:
Glib:signal_io().connect(sigc::mem_fun(MyCallback) . . .
or can "MyCallback" be a member function?
Thanks
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]