1Tk_HWNDToWindow(3) Tk Library Procedures Tk_HWNDToWindow(3)
2
3
4
5______________________________________________________________________________
6
8 Tk_HWNDToWindow - Find Tk's window information for a Windows window
9
11 #include <tkPlatDecls.h>
12
13 Tk_Window
14 Tk_HWNDToWindow(hwnd)
15
17 HWND hwnd (in) Windows handle for the win‐
18 dow.
19_________________________________________________________________
20
21
23 Given a Windows HWND window identifier, this procedure returns the cor‐
24 responding Tk_Window handle. If there is no Tk_Window corresponding to
25 hwnd then NULL is returned.
26
27
29 Windows window id
30
31
32
33Tk Tk_HWNDToWindow(3)