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
22 Given a Windows HWND window identifier, this procedure returns the cor‐
23 responding Tk_Window handle. If there is no Tk_Window corresponding to
24 hwnd then NULL is returned.
25
27 Windows window id
28
29
30
31Tk Tk_HWNDToWindow(3)