GetHWND.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: GetHWND.3,v 1.2.8.1 2003/10/13 00:55:08 hobbs Exp $
  6. '" 
  7. '"
  8. .so man.macros
  9. .TH HWND 3 8.0 Tk "Tk Library Procedures"
  10. .BS
  11. .SH NAME
  12. Tk_GetHWND, Tk_AttachHWND - manage interactione between the Windows handle and an X window
  13. .SH SYNOPSIS
  14. .nf
  15. fB#include <tkPlatDecls.h>fR
  16. .sp
  17. HWND
  18. fBTk_GetHWNDfR(fIwindowfR)
  19. .sp
  20. Window
  21. fBTk_AttachHWNDfR(fItkwin, hwndfR)
  22. .SH ARGUMENTS
  23. .AP Window window in
  24. X token for window.
  25. .AP Tk_Window tkwin in
  26. Tk window for window.
  27. .AP HWND hwnd in
  28. Windows HWND for window.
  29. .BE
  30. .SH DESCRIPTION
  31. .PP
  32. fBTk_GetHWNDfR returns the Windows HWND identifier for X Windows
  33. window given by fIwindowfR.
  34. .PP
  35. fBTk_AttachHWNDfR binds the Windows HWND identifier to the
  36. specified Tk_Window given by fItkwinfR. It returns an X Windows
  37. window that encapsulates the HWND.
  38. .SH KEYWORDS
  39. identifier, window