Re: gtk_timeout_add problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> > 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);


_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux