Re: gtk_timeout_add problem
- From: Paul Davis <paul linuxaudiosystems com>
- To: "N poleone" <napoleone1981 gmail com>
- Cc: gtk-list gnome org
- Subject: Re: gtk_timeout_add problem
- Date: Thu, 15 Dec 2005 12:15:05 -0500
> > why are you not using gtkmm ? this allows you to use a fully C++ idiom
> > (or several of them) with GTK. its very, very, very nice. and where its
> > not nice, that's GTK's fault :)
> >
> > --p
>
> I'm using gtkmm, but I couldn't find the same function in gtkmm, so I
> found that in gtk.
> Theres is a g_timeout_add function also for gtkmm??
Glib::signal_timeout().connect (mem_fun (object, &SomeObject::method),
msecs);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]