|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Tk_HWNDToWindow(3) Tk Library Procedures Tk_HWNDToWindow(3)
____________________________________________________________________________________________________________
NAME
Tk_HWNDToWindow - Find Tk's window information for a Windows window
SYNOPSIS
#include <tkPlatDecls.h>
Tk_Window
Tk_HWNDToWindow(hwnd)
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(3)
|
|