diff options
Diffstat (limited to 'doc/MainLoop.3')
-rw-r--r-- | doc/MainLoop.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/MainLoop.3 b/doc/MainLoop.3 index 8653c17..ae38d6c 100644 --- a/doc/MainLoop.3 +++ b/doc/MainLoop.3 @@ -16,7 +16,6 @@ Tk_MainLoop \- loop for events until all windows are deleted .sp \fBTk_MainLoop\fR() .BE - .SH DESCRIPTION .PP \fBTk_MainLoop\fR is a procedure that loops repeatedly calling @@ -25,6 +24,5 @@ left in this process (i.e. no main windows exist anymore). Most windowing applications will call \fBTk_MainLoop\fR after initialization; the main execution of the application will consist entirely of callbacks invoked via \fBTcl_DoOneEvent\fR. - .SH KEYWORDS application, event, main loop |