Re: gtk_timeout_add problem



> > 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]