Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!ox.com!math.fu-berlin.de!fauern!unido!gmdzi!berlage From: berlage@gmdzi.gmd.de (Thomas Berlage) Newsgroups: comp.windows.x.motif Subject: Re: Pain resizing XmPanedWindowPanes Summary: Use XmNallowShellResize Message-ID: <4519@gmdzi.gmd.de> Date: 12 Apr 91 06:36:11 GMT References: <10969@bunny.GTE.COM> Organization: GMD, St. Augustin, F.R. Germany Lines: 16 In article <10969@bunny.GTE.COM>, krs0@gte.com (Rod Stephens) writes: > (Running X11R4, Motif 1.1.1 on DECstation 3100) > > I am trying to resize the panes in an XmPanedWindow from > within my program. I have set XmNallowResize = TRUE for the > panes and I have set XmNrefigureMode = TRUE for the > XmPanedWindow. Geometry requests like this not only go to the paned window. The paned window itself must check with its parent whether resizing the whole paned window is OK. In this case, you probably need to set XmNallowShellResize of the nearest shell ancestor to True. There may even be other manager widgets in the hierarchy that can prevent resizing. Thomas Berlage (berlage@gmdzi.gmd.de) GMD, Sankt Augustin, Germany