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

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1990-1992 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: MainLoop.3,v 1.2 1998/09/14 18:22:52 stanton Exp $
  9. '" 
  10. .so man.macros
  11. .TH Tk_MainLoop 3 "" Tk "Tk Library Procedures"
  12. .BS
  13. .SH NAME
  14. Tk_MainLoop - loop for events until all windows are deleted
  15. .SH SYNOPSIS
  16. .nf
  17. fB#include <tk.h>fR
  18. .sp
  19. fBTk_MainLoopfR()
  20. .BE
  21. .SH DESCRIPTION
  22. .PP
  23. fBTk_MainLoopfR is a procedure that loops repeatedly calling
  24. fBTcl_DoOneEventfR.  It returns only when there are no applications
  25. left in this process (i.e. no main windows exist anymore).  Most
  26. windowing applications will call fBTk_MainLoopfR after
  27. initialization; the main execution of the application will consist
  28. entirely of callbacks invoked via fBTcl_DoOneEventfR.
  29. .SH KEYWORDS
  30. application, event, main loop