[comp.windows.x.motif] Shell resizing problems

dwight@geohub.gcn.uoknor.edu (Dwight D. Moore) (03/29/91)

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);
}