Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!bloom-beacon!athena.mit.edu!kit From: kit@athena.mit.edu.UUCP Newsgroups: comp.windows.x Subject: Re: X toolkit Message-ID: <1702@bloom-beacon.MIT.EDU> Date: Wed, 28-Oct-87 09:06:28 EST Article-I.D.: bloom-be.1702 Posted: Wed Oct 28 09:06:28 1987 Date-Received: Sat, 31-Oct-87 04:23:27 EST References: <919.8710211845@latlog.co.uk> <3940039@hpcvlo.HP.COM> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: kit@athena.mit.edu (Chris D. Peterson) Organization: Massachusetts Institute of Technology Lines: 20 Keywords: xtoolkit Xtk Summary: Window widget I was talking to Ralph Swick the other day about the problems of not having a window widget, he and I decided that it would be a good thing, so I wrote one. It is a hack on the label widget, and takes an event handler and a callback, and aclosure as arguments, this it handles its events and you do not need to call XtAddEvent I think this is the right thing to do. It seems to work, but I haven't had time to bash on it yet. The design may change tho. If anyone wants it let me know. BTW there is a little know (at least to me) argument to toplevel widgets that allows then to resize, it is called 'XtNallowtopresize' setting this to true allows buttonboxes to do the right thing, I foud this out the hard way, just thought I might save some of you some headaches. Chris Peterson MIT Project Athena - Systems Developement Disclaimer: These are my optionions, not Athena policy.