From 16046bf4ddb21381968b7333318e58b6438c89ac Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 8 Jul 2002 15:14:38 +0000 Subject: Add Fl::remove_handler() method. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2491 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'documentation') 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.

  • release
  • remove_check
  • remove_fd
  • +
  • remove_handler
  • remove_idle
  • remove_timeout
  • repeat_timeout
  • @@ -927,6 +928,12 @@ callback that no longer exists.

    void remove_fd(int, int when);
    void remove_fd(int);

    +

    Removes a file descriptor handler. + +

    void remove_handler(int (*h)(int));

    + +

    Removes a previously added event handler. +

    void remove_idle(void (*cb)(void*), void* = 0);

    Removes the specified idle callback, if it is installed. -- cgit v1.2.3