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

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1990 The Regents of the University of California.
  3. '" Copyright (c) 1994-1996 Sun Microsystems, Inc.
  4. '"
  5. '" See the file "license.terms" for information on usage and redistribution
  6. '" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. '" 
  8. '" RCS: @(#) $Id: MainWin.3,v 1.3 2000/04/25 01:42:18 ericm Exp $
  9. '" 
  10. .so man.macros
  11. .TH Tk_MainWindow 3 7.0 Tk "Tk Library Procedures"
  12. .BS
  13. .SH NAME
  14. Tk_MainWindow, Tk_GetNumMainWindows - functions for querying main
  15. window information
  16. .SH SYNOPSIS
  17. .nf
  18. fB#include <tk.h>fR
  19. .sp
  20. Tk_Window
  21. fBTk_MainWindowfR(fIinterpfR)
  22. .sp
  23. int
  24. fBTk_GetNumMainWindowsfR()
  25. .SH ARGUMENTS
  26. .AS Tcl_Interp *pathName
  27. .AP Tcl_Interp *interp in/out
  28. Interpreter associated with the application.
  29. .BE
  30. .SH DESCRIPTION
  31. .PP
  32. A main window is a special kind of toplevel window used as the
  33. outermost window in an application.
  34. .PP
  35. If fIinterpfR is associated with a Tk application then fBTk_MainWindowfR
  36. returns the application's main window. If there is no Tk application
  37. associated with fIinterpfR then fBTk_MainWindowfR returns NULL and
  38. leaves an error message in fIinterp->resultfR.
  39. .PP
  40. fBTk_GetNumMainWindowsfR returns a count of the number of main
  41. windows currently open in the process.
  42. .SH KEYWORDS
  43. application, main window