ricks@shambhala.Berkeley.EDU (Rick L Spickelmier) (09/10/89)
I'm having a problem with automatic resizing of widgets within a vertical pane. I have a vertical pane with three widgets in it, a text widget, a button box, and a text widget (in that order). Based on the mode the program is in, the number of buttons in the button box can change, enough to change the number of rows in the box. I can't seem to set up the various combinations of allowResize (XtNallowResize, XtPanedAllowResize) to get the button box to grow/shrink as the number of rows changes (you can do it by hand with the grips, but I need something automatic). Can somebody tell me how I can set up my vertical pane, text widgets, and button box so the right thing happens? Thanks, Rick Spickelmier ricks@berkeley.edu