Hi there, I want to resize a window when clicking on a button within it. I call resize(new_width, new_height) and the window resizes fine. But when I then manually drag the window with the mouse, it flips back and is drawn in its original size! Is there some method I need to call, such as redraw? I also tried changing the size using w() and h() directly, but that doesn't do anything. Why? Any help much appreciated! Thanks,
VA _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

