Query: tk_hwndtowindow
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Tk_HWNDToWindow(3) Tk Library Procedures Tk_HWNDToWindow(3) __________________________________________________________________________________________________________________________________________________NAMETk_HWNDToWindow - Find Tk's window information for a Windows windowSYNOPSIS#include <tkPlatDecls.h> Tk_Window Tk_HWNDToWindow(hwnd)ARGUMENTSHWND hwnd (in) Windows handle for the window. _________________________________________________________________DESCRIPTIONGiven a Windows HWND window identifier, this procedure returns the corresponding Tk_Window handle. If there is no Tk_Window corresponding to hwnd then NULL is returned.KEYWORDSWindows window id Tk Tk_HWNDToWindow(3)