summaryrefslogtreecommitdiff
path: root/documentation/Fl_Secret_Input.html
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>1999-04-17 01:02:30 +0000
committerBill Spitzak <spitzak@gmail.com>1999-04-17 01:02:30 +0000
commit0e29799dda01961603e5dbd790681b0e0303f485 (patch)
tree39a464e73d39a660f5b7a93ee85340115dbd8b93 /documentation/Fl_Secret_Input.html
parent677604187378f4d3a85433963f97c4de34eea659 (diff)
Fl::add_fd() structures are dynamically allocated so you can listen to
as many connections as you want (up to the maximum number handled by select()). Fl::remove_fd(fd, when) added. This allows you to remove the read, write, and error callbacks individually. Fl::remove_fd(fd) does Fl::remove_fd(fd,-1). Fl::add_fd() calls Fl::remove_fd(), so it can be used safely to replace callbacks with new ones for the same file descriptor. Fl::add_timeout() also dynamically allocates it's array so there is no limit on the number of pending timeouts. I cut/pasted the changes into the Windoze version but this is UNTESTED! Somebody please do a test compile. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@544 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Secret_Input.html')
0 files changed, 0 insertions, 0 deletions