[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Axel Poigné <poigne@g...> |
| Subject: | Re: LablTk |
Jacques Garrigue wrote: > > From: Fabien Fleutot <fabien.fleutot@inria.fr> > > > I have two problems with LablTk : > > > > - I want to prevent a window from being destroyed by the WM : it's a > > pretty long to build window, and I'd like to hide it instead of actually > > destroy it when the user clicks on the delete button of the window > > manager. It's easy to do in some langages such as Java, but I can't find > > the way to do it with Labltk. > > I do not see anything to do that in Tcl/Tk. You can iconify a window, > using Wm.iconify, but not hide it. You hide it by moving the window somewhere outside of the screen. Axel poigne