Re: [gtkmm] Time & calling back a function
- From: Paul Davis <paul linuxaudiosystems com>
- To: SMS WebMaster <sms 4-sms com>
- Cc: Vladislav Grinchenko <vgrinche integ com>, gtkmm list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Time & calling back a function
- Date: Fri, 05 Dec 2003 20:29:51 -0500
>anyway see the function http://www.gtk.org/tutorial/ch-timeouts.html ,
>can I find someting like it in Gtkmm ?
gint
Object::method ()
{
... do something ...
if (i want to be called again) {
return TRUE;
} else {
return FALSE;
}
}
somewhere else ...
Gtk::TimeoutSig timeout;
timeout.connect (slot (objectreference, &Object::method), msecs);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]