Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!bloom-beacon!morgan.COM!jordan From: jordan@morgan.COM (Jordan Hayes) Newsgroups: comp.windows.x Subject: Re: Motif DrawingArea widget seems to ignore XmNresizePolicy widget? Message-ID: <9006032230.AA28685@Morgan.COM> Date: 3 Jun 90 22:30:50 GMT References: <9005312154.AA08275@bach.cs.byu.edu> Sender: daemon@athena.mit.edu (Mr Background) Organization: Morgan Stanley and Co., NY, NY Lines: 17 Mike Burbidge writes: The Motif DrawingArea widget has a resource named XmNresizePolicy. The documentation claims that it can be assigned three values: XmRESIZE_NONE, XmRESIZE_ANY, XmRESIZE_GROW. I assume this means that the drawing area widget will ignore resize requests from its parents. You assumed incorrectly ;-) The only way i've been able to make this work is to fix the whole window, via an XSetWMNormalHints() call to the top. I do this with dialog boxes so people don't monkey with them. The source seems to be okay (1.0A) but I bet there's something in the R3 Intrinsics that prevents this from working. /jordan