Hiding main TK main window 
Author Message
 Hiding main TK main window

It is possible to remove the main Tk window (created with
Tk_CreateMainWindow()) from the display w/o altering or
terminating the application? I'm using Tcl 7.3/Tk 3.6
Thanks in advance.

-- Tellis



Sat, 18 Jul 1998 03:00:00 GMT  
 Hiding main TK main window

  In a message on 30 Jan 1996 16:14:39 -0500, wrote :

TE> It is possible to remove the main Tk window (created with
TE> Tk_CreateMainWindow()) from the display w/o altering or
TE> terminating the application? I'm using Tcl 7.3/Tk 3.6
TE> Thanks in advance.

wm withdraw .

--
                                     \/

http://vis-www.cs.umass.edu/~heller  ||FidoNet:    1:321/153
http://netmar.com/mall/shops/heller  /\



Sat, 18 Jul 1998 03:00:00 GMT  
 Hiding main TK main window
: It is possible to remove the main Tk window (created with
: Tk_CreateMainWindow()) from the display w/o altering or
: terminating the application? I'm using Tcl 7.3/Tk 3.6

How about "wm withdraw ."? To re-display the window, use "wm deiconify .".

mike



Sun, 19 Jul 1998 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Hide Main Windows on TK

2. Hiding Tk Main Window

3. dialog windows hiding main GUI window/catching printer error

4. App. Main frame window hidden

5. TKinter question (hiding the main window)

6. Hide main window

7. How hide the main window?

8. Tk message box without tk main window?

9. (Repost) Tk 8.2: How to embed main Tk window in own (Win32) app

10. Tk 8.2: How to embed main Tk window in own app

11. What does MAIN_ _MAIN_ __MAIN__ mean?(to invoke clapack)

12. ENTRY in main (was re: Jumping from nested subroutine to main directly)

 

 
Powered by phpBB® Forum Software