HWNDToWindow.3
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1998-2000 by Scriptics Corporation.
  3. '" All rights reserved.
  4. '" 
  5. '" RCS: @(#) $Id: HWNDToWindow.3,v 1.2 2000/09/07 00:28:38 ericm Exp $
  6. '" 
  7. .so man.macros
  8. .TH Tk_HWNDToWindow 3 "" Tk "Tk Library Procedures"
  9. .BS
  10. .SH NAME
  11. Tk_HWNDToWindow - Find Tk's window information for a Windows window
  12. .SH SYNOPSIS
  13. .nf
  14. fB#include <tkPlatDecls.h>fR
  15. .sp
  16. Tk_Window
  17. fBTk_HWNDToWindowfR(fIhwndfR)
  18. .SH ARGUMENTS
  19. .AP HWND hwnd in
  20. Windows handle for the window.
  21. .BE
  22. .SH DESCRIPTION
  23. .PP
  24. Given a Windows HWND window identifier, this procedure returns the
  25. corresponding Tk_Window handle. If there is no Tk_Window corresponding
  26. to fIhwndfR then NULL is returned.
  27. .SH KEYWORDS
  28. Windows window id