home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_FreeInput gadutil.library/GU_FreeInput
-
- NAME
- GU_FreeInput -- Unblock input to a blocked window.
-
- SYNOPSIS
- GU_FreeInput(window)
- A0
-
- VOID GU_FreeInput(struct Window *);
-
- FUNCTION
- Unblock a window's user input. Call this function after blocking
- the input with GU_BlockInput().
-
- INPUTS
- window - the window that was blocked with GU_BlockInput().
-
- EXAMPLE
-
- BlockInput(myWin);
- About();
- FreeInput();
-
- Will block the parent window for user input while displaying the
- About requester of a program.
-
- SEE ALSO
- GU_BlockInput()
-