> > 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 mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to