Hi, Shiraz Baig <[EMAIL PROTECTED]> writes:
> Yes, I understand that <enter> key must be pressed. I > have done that. But still failed. > > Actaully, I am trying to read from a socket. I have > already done that thru signal I/O. But I wanted to use > the generic functions given by the GTK. actually you shouldn't be using the deprecated GTK+/GDK function to read from a socket. Please use GIOChannels instead: http://developer.gnome.org/doc/API/2.0/glib/glib-IO-Channels.html Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
