>Hi. Anyone can tell me how to make a connection IPC >with GTK? I work with sockets without GTK. Exist >sockets by GTK?
GTK is a toolkit for creating graphical user interfaces. It has nothing to do with sockets or other IPC mechanisms, though it has some builtin support to make integrating I/O handling a little simpler. I think you need to look at another library that is focussed on this area, not GTK. --p _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
