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

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1995-1996 Sun Microsystems, Inc.
  3. '"
  4. '" See the file "license.terms" for information on usage and redistribution
  5. '" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  6. '" 
  7. '" RCS: @(#) $Id: IdToWindow.3,v 1.2 1998/09/14 18:22:52 stanton Exp $
  8. '" 
  9. .so man.macros
  10. .TH Tk_IdToWindow 3 4.0 Tk "Tk Library Procedures"
  11. .BS
  12. .SH NAME
  13. Tk_IdToWindow - Find Tk's window information for an X window
  14. .SH SYNOPSIS
  15. .nf
  16. fB#include <tk.h>fR
  17. .sp
  18. Tk_Window
  19. fBTk_IdToWindowfR(fIdisplay, windowfR)
  20. .SH ARGUMENTS
  21. .AS Tk_Window display
  22. .AP Display *display in
  23. X display containing the window.
  24. .AP Window window in
  25. X id for window.
  26. .BE
  27. .SH DESCRIPTION
  28. .PP
  29. Given an X window identifier and the X display it corresponds to,
  30. this procedure returns the corresponding Tk_Window handle.
  31. If there is no Tk_Window corresponding to fIwindowfR then
  32. NULL is returned.
  33. .SH KEYWORDS
  34. X window id