ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



Tk_MainLoop(3)                              Tk Library Procedures                             Tk_MainLoop(3)



____________________________________________________________________________________________________________

NAME
       Tk_MainLoop - loop for events until all windows are deleted

SYNOPSIS
       #include <tk.h>

       Tk_MainLoop()
____________________________________________________________________________________________________________


DESCRIPTION
       Tk_MainLoop  is a procedure that loops repeatedly calling Tcl_DoOneEvent.  It returns only when there
       are no applications left in this process (i.e. no main windows exist anymore).  Most windowing appli-cations applications
       cations  will  call Tk_MainLoop after initialization; the main execution of the application will con-sist consist
       sist entirely of callbacks invoked via Tcl_DoOneEvent.


KEYWORDS
       application, event, main loop



Tk                                                                                            Tk_MainLoop(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.