summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-08 15:14:38 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-08 15:14:38 +0000
commit16046bf4ddb21381968b7333318e58b6438c89ac (patch)
treee18c0a49cf2f8e092a38abfa6ef730e8a11409b6 /documentation
parent46148181bdc020adffdc2be83364a37469cd83e6 (diff)
Add Fl::remove_handler() method.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2491 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html
index eb804cb1c..e240c5f06 100644
--- a/documentation/Fl.html
+++ b/documentation/Fl.html
@@ -106,6 +106,7 @@ state information and global methods for the current application.</P>
<LI><A HREF="#Fl.release">release</A></LI>
<LI><A HREF="#Fl.remove_check">remove_check</A></LI>
<LI><A HREF="#Fl.remove_fd">remove_fd</A></LI>
+ <LI><A HREF="#Fl.remove_handler">remove_handler</A></LI>
<LI><A HREF="#Fl.remove_idle">remove_idle</A></LI>
<LI><A HREF="#Fl.remove_timeout">remove_timeout</A></LI>
<LI><A HREF="#Fl.repeat_timeout">repeat_timeout</A></LI>
@@ -927,6 +928,12 @@ callback that no longer exists.
<H4><A NAME="Fl.remove_fd">void remove_fd(int, int when);<BR>
void remove_fd(int);</A></H4>
+<P>Removes a file descriptor handler.
+
+<H4><A NAME="Fl.remove_handler">void remove_handler(int (*h)(int));</A></H4>
+
+<P>Removes a previously added event handler.
+
<H4><A NAME="Fl.remove_idle">void remove_idle(void (*cb)(void*), void* = 0);</A></H4>
<P>Removes the specified idle callback, if it is installed.