Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!spool.mu.edu!sdd.hp.com!caen!hellgate.utah.edu!dog.ee.lbl.gov!ucbvax!SHUM.HUJI.AC.IL!amoss From: amoss@SHUM.HUJI.AC.IL (Amos Shapira) Newsgroups: comp.windows.x Subject: Toplevel resizing solved. Message-ID: Date: 7 Apr 91 09:43:08 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: comp Organization: The Hebrew University of Jerusalem, Israel Lines: 16 Hello, A few days ago I asked how to resize a toplevel widget. The solution is simple: Just do a XtSetValues() on the height/width resources of the toplevel widget returned by the XtAppInitialize(). It was pointed out to me by several people that according to the ICCCM protocol a client is not supposed to resize its toplevel window, they say that it will create problems with the window manager's title window. I tryed my solution under TWM and it resized my window without any problems (with a title window). Thank you all for your help, Amos Shapira amoss@cs.huji.ac.il