I do not understand the new behavior of set_usize (or maybe I never
really understood how to allocate proportions with the old behavior).  

I've been using set_usize to set the initial size of my window.  The window
contains a vpaned widget and the top half of this pane contains an hpaned
widget.  The panes contain packer widgets, which in turn contain scrolled
widgets.  I set the usizes of the packers to proportions of the main windows
width and height.  The children would proportion themselves accordingly into
the window and with win.set_policy(TRUE,TRUE,TRUE) everything would resize
proportionally.  Replacing a child of a scrolled window would not effect the
proportions.  This worked up to 1.1.15.

Now what happens is that the window snaps back to the initial usize
whenever a child of a scrolled window is replaced.  After the replacement
the window can no longer be resized at all, it snaps back after any attempt
to resize.

If I don't use set_usize on the the main window this doesn't happen, but I'd
like to have control over the initial size of the window.

Dave
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to