On 25 Dec 2008, at 20:07, w. szukalski wrote:

> A program using Xt-Widgets uses these calls for FTP data xor commands.
> Converting the program to FLTK2, I need this information.
>>>
>>> I suppose, I have to write:
>>>
>>>        add_fd(fd, condition, cb, cb_args);
>>>        remove_fd(fd, condition);
>>>
>>> with condition = (READ | WRITE | EXCEPT).

If the objects look like (or behave like) regular file descriptors  
them this pretty much ought to just work - Greg's earlier hints  
should show you how.
Are you finding that this does not work? If so, perhaps you can show  
a minimal example of your code?



_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to