#include <tcl.h>
Public Attributes | |
| Tcl_SetTimerProc * | setTimerProc |
| Tcl_WaitForEventProc * | waitForEventProc |
| Tcl_CreateFileHandlerProc * | createFileHandlerProc |
| Tcl_DeleteFileHandlerProc * | deleteFileHandlerProc |
| Tcl_InitNotifierProc * | initNotifierProc |
| Tcl_FinalizeNotifierProc * | finalizeNotifierProc |
| Tcl_AlertNotifierProc * | alertNotifierProc |
| Tcl_ServiceModeHookProc * | serviceModeHookProc |
Definition at line 1888 of file tcl.h.
| Tcl_AlertNotifierProc* Tcl_NotifierProcs::alertNotifierProc |
| Tcl_CreateFileHandlerProc* Tcl_NotifierProcs::createFileHandlerProc |
| Tcl_DeleteFileHandlerProc* Tcl_NotifierProcs::deleteFileHandlerProc |
| Tcl_FinalizeNotifierProc* Tcl_NotifierProcs::finalizeNotifierProc |
| Tcl_InitNotifierProc* Tcl_NotifierProcs::initNotifierProc |
| Tcl_ServiceModeHookProc* Tcl_NotifierProcs::serviceModeHookProc |
| Tcl_SetTimerProc* Tcl_NotifierProcs::setTimerProc |
| Tcl_WaitForEventProc* Tcl_NotifierProcs::waitForEventProc |
1.5.7.1