On 28 Sep 2007, at 8:23, Manoj wrote:

> Hi,
>
> If i want to user the window then i do it by mouse. To Stop it i  
> can set the previous width and height. Now window size is not  
> changed but its border is extend. How to stop borders from extending.

If the outer window is not marked as resizeable, and none of its  
children are marked as resizeable, then it should not be possible to  
resize the window.

If you want to explicitly limit the size of the window, you probably  
want to call:

     Window->size_range(...);

On the outermost window, to define limits on it's size. Note that  
setting the min == max in any axis means that the window will not  
resize in that axis.

Is that what you want to do?
-- 
Ian



_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to