From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id XAA04303 for caml-red; Fri, 21 Jul 2000 23:15:05 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id KAA12176 for ; Fri, 21 Jul 2000 10:32:31 +0200 (MET DST) Received: from mail.gmd.de (mail.gmd.de [129.26.8.90]) by nez-perce.inria.fr (8.10.0/8.10.0) with ESMTP id e6L8WUX05102; Fri, 21 Jul 2000 10:32:30 +0200 (MET DST) Received: from gmd.de (poigne [129.26.12.74]) by mail.gmd.de (8.9.3/8.9.3) with ESMTP id KAA04985; Fri, 21 Jul 2000 10:32:15 +0200 (MET DST) Message-ID: <39780B73.7F4BC653@gmd.de> Date: Fri, 21 Jul 2000 10:36:03 +0200 From: Axel =?iso-8859-1?Q?Poign=E9?= Reply-To: poigne@gmd.de Organization: GMD X-Mailer: Mozilla 4.72 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: Jacques Garrigue CC: fabien.fleutot@inria.fr, caml-list@inria.fr Subject: Re: LablTk References: <3969D4D7.8001219E@inria.fr> <20000721094253L.garrigue@kurims.kyoto-u.ac.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: weis@pauillac.inria.fr Jacques Garrigue wrote: > > From: Fabien Fleutot > > > 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