|
NAMETk_HWNDToWindow - Find Tk's window information for a Windows windowSYNOPSIS#include <tkPlatDecls.h> Tk_Window Tk_HWNDToWindow(hwnd) ARGUMENTS
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
Visit the GSP FreeBSD Man Page Interface. |