Home
last modified time | relevance | path

Searched refs:NotifierProc (Results 1 – 10 of 10) sorted by relevance

/dports/lang/tcl85/tcl8.5.19/tests/
H A DwinNotify.test72 test winNotify-3.1 {NotifierProc: non-modal normal timer} {win testeventloop} {
82 test winNotify-3.2 {NotifierProc: non-modal normal timer, rescheduled} {win testeventloop} {
92 test winNotify-3.3 {NotifierProc: modal normal timer} {win} {
102 test winNotify-3.4 {NotifierProc: modal normal timer, rescheduled} {win} {
113 test winNotify-3.5 {NotifierProc: non-modal idle timer} {win testeventloop} {
123 test winNotify-3.6 {NotifierProc: non-modal idle timer, rescheduled} {win testeventloop} {
133 test winNotify-3.7 {NotifierProc: modal idle timer} {win} {
143 test winNotify-3.8 {NotifierProc: modal idle timer, rescheduled} {win} {
/dports/lang/tcl86/tcl8.6.12/tests/
H A DwinNotify.test75 test winNotify-3.1 {NotifierProc: non-modal normal timer} {win testeventloop} {
85 test winNotify-3.2 {NotifierProc: non-modal normal timer, rescheduled} {win testeventloop} {
95 test winNotify-3.3 {NotifierProc: modal normal timer} {win} {
105 test winNotify-3.4 {NotifierProc: modal normal timer, rescheduled} {win} {
116 test winNotify-3.5 {NotifierProc: non-modal idle timer} {win testeventloop} {
126 test winNotify-3.6 {NotifierProc: non-modal idle timer, rescheduled} {win testeventloop} {
136 test winNotify-3.7 {NotifierProc: modal idle timer} {win} {
146 test winNotify-3.8 {NotifierProc: modal idle timer, rescheduled} {win} {
/dports/lang/tcl87/tcl8.7a5/tests/
H A DwinNotify.test75 test winNotify-3.1 {NotifierProc: non-modal normal timer} {win testeventloop} {
85 test winNotify-3.2 {NotifierProc: non-modal normal timer, rescheduled} {win testeventloop} {
95 test winNotify-3.3 {NotifierProc: modal normal timer} {win} {
105 test winNotify-3.4 {NotifierProc: modal normal timer, rescheduled} {win} {
116 test winNotify-3.5 {NotifierProc: non-modal idle timer} {win testeventloop} {
126 test winNotify-3.6 {NotifierProc: non-modal idle timer, rescheduled} {win testeventloop} {
136 test winNotify-3.7 {NotifierProc: modal idle timer} {win} {
146 test winNotify-3.8 {NotifierProc: modal idle timer, rescheduled} {win} {
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclWin/
H A DtclWinNotify.c69 static LRESULT CALLBACK NotifierProc(HWND hwnd, UINT message,
109 class.lpfnWndProc = NotifierProc; in Tcl_InitNotifier()
386 NotifierProc( in NotifierProc() function
/dports/lang/tcl85/tcl8.5.19/win/
H A DtclWinNotify.c62 static LRESULT CALLBACK NotifierProc(HWND hwnd, UINT message,
101 class.lpfnWndProc = NotifierProc; in Tcl_InitNotifier()
374 NotifierProc( in NotifierProc() function
/dports/lang/tcl87/tcl8.7a5/win/
H A DtclWinNotify.c60 static LRESULT CALLBACK NotifierProc(HWND hwnd, UINT message,
107 clazz.lpfnWndProc = NotifierProc; in TclpInitNotifier()
372 NotifierProc( in NotifierProc() function
/dports/lang/tcl86/tcl8.6.12/win/
H A DtclWinNotify.c60 static LRESULT CALLBACK NotifierProc(HWND hwnd, UINT message,
102 windowClass.lpfnWndProc = NotifierProc; in Tcl_InitNotifier()
388 NotifierProc( in NotifierProc() function
/dports/lang/tcl87/tcl8.7a5/unix/
H A DtclSelectNotfy.c268 static unsigned int __stdcall NotifierProc(void *hwnd, unsigned int message,
320 clazz.lpfnWndProc = (void *) NotifierProc; in TclpInitNotifier()
577 NotifierProc( in NotifierProc() function
/dports/lang/tcl85/tcl8.5.19/unix/
H A DtclUnixNotfy.c267 static DWORD __stdcall NotifierProc(void *hwnd, unsigned int message,
353 class.lpfnWndProc = NotifierProc; in Tcl_InitNotifier()
807 NotifierProc( in NotifierProc() function
/dports/lang/tcl86/tcl8.6.12/unix/
H A DtclUnixNotfy.c263 static unsigned int __stdcall NotifierProc(void *hwnd, unsigned int message,
352 clazz.lpfnWndProc = (void *)NotifierProc; in Tcl_InitNotifier()
818 NotifierProc( in NotifierProc() function