Ighal Joel Micha wrote:
> 
> I am trying to launch a thread in gtk, anybody could tell me how can I
> do that. I am viewing an API documentacion, but I can not find the way.

Gtk can help you to build graphic user interfaces but it is not a
general-pourpose
application framework (� la Microsoft Foundation Classes, for example).
Thus you won't find a call to start a thread in Gtk's API.
Use the underlying operative system.
If you want to write successful multithreaded Gtk-based applications,
you could find useful the Gtk F.A.Q. entry about this argument.

Good luck,

Maurizio Umberto Puxeddu.

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to