[interfacekit] Re: a BView flag ++

> 
> Hi, again!
> 
>    OK, that's it!
>    Each one of us has a way of being, and if I will have a problem 
> with 
> that, from now I will talk privately with that person. But my aim is 
> to 
> cope with each one's way of being.
> 
>    For what if matters now, I wish to apologize to Ingo and look for 
> a 
> better cooperation in future.
>    So: I'M SORRY Ingo!
> 
> 
> Now, I have a question( at with I don't want an easy answer :-) ) 
> about 
> a BView flag, namely:
>       B_FULL_UPDATE_ON_RESIZE
> 
> Why is that needed?
It generally isn't needed unless changing the size of a view affects 
the contents of the entire view and not just the areas changed. An 
example of a need for this would be if, for example, a BView was being 
used to draw a BBitmap which wasn't an overlay or background bitmap and 
you wanted it scaled in proportion to the window's size. A better 
example would be in StyledEdit where (assuming that you have word wrap 
on) a word may end up being moved to another line depending on how the 
window is resized,

--DW

Other related posts: