Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!samsung!olivea!apple!uokmax!geohub.gcn.uoknor.edu!dwight From: dwight@geohub.gcn.uoknor.edu (Dwight D. Moore) Newsgroups: comp.windows.x.motif Subject: Re: Scale Widget Sizing Problem Message-ID: <1991Apr15.092549@geohub.gcn.uoknor.edu> Date: 15 Apr 91 14:27:45 GMT References: <112@otis.UUCP> Sender: news@uokmax.ecn.uoknor.edu (Nets) Reply-To: dwight@geohub.gcn.uoknor.edu Organization: Geosciences Computing Network, Univ. of Oklahoma Lines: 21 I had the same problem, I solved this by making sure the container widget (the scale widget's parent) was as wide as was needed to set the scaleWidth. I found this a little annoying since you would think the the geometry negotiation between the parent and child would handle this. ---------------------------------------------------------------------------- Dwight D. Moore Geosciences Computing Network University of Oklahoma dwight@geohub.gcn.uoknor.edu (129.15.40.10) ---------------------------------------------------------------------------- disclaimer () { if ((fp = fopen("mail", "w+")) == NULL) exit (1); fprintf (fp, "This is my opinion.\n"); fprintf (fp, "This does not represent the opinion of OU or the GCN\n"); fclose (fp); }