logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Tk_HWNDToWindow - Find Tk's window information for a Windows window

Arguments

       HWND hwnd (in)                            Windows handle for the window.
________________________________________________________________________________________________________________

Description

       Given  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.

Keywords

       Windows window id

Tk                                                                                          Tk_HWNDToWindow(3tk)

Name

       Tk_HWNDToWindow - Find Tk's window information for a Windows window

Synopsis

#include<tkPlatDecls.h>

       Tk_Window
       Tk_HWNDToWindow(hwnd)

See Also