Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!unmvax!uokmax!geohub!dwight From: dwight@geohub.gcn.uoknor.edu (Dwight D. Moore) Newsgroups: comp.windows.x.motif Subject: Shell resizing problems Keywords: topLevelShellWidgetClass resizing resize applicationShellWidgetClass Message-ID: <1991Mar29.093632@geohub.gcn.uoknor.edu> Date: 29 Mar 91 15:42:50 GMT Sender: news@uokmax.ecn.uoknor.edu (Nets) Reply-To: dwight@geohub.gcn.uoknor.edu Organization: Geosciences Computing Network, Univ. of Oklahoma Lines: 20 I have my main application that creates a topLevelShellWidgetClass shell and a second window with an applicationShellWidgetClass shell. When I resize the topLevel shell the application shell resizes to the same geometry...why does it do this and can I avoid it? ---------------------------------------------------------------------------- Dwight D. Moore Geosciences Computing Network University of Oklahoma dwight@geohub.gcn.uoknor.edu (129.15.40.10) ---------------------------------------------------------------------------- disclaimer () { if ((fp = open("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"); close(fp); }