>
> > Can I only redraw partial of the window by use damage(FL_DAMAGE_EXPOSE, x,
> > y, w, h)? I have tried to use this function, but found that it redraw of
> > the window? Why? And how can I only redraw partial of the window region?
>
>
> Can you describe more fully what you are trying to do, and what host system=
>  you are running on?
>
> It may be possible to limit what is redrawn, but FL_DAMAGE_EXPOSE may not b=
> e what you want. You possibly want to look at how the clip stack is set up,=
>  that may be closer?
>
> You probably will also need to provide a custom draw() method that makes su=
> re only the regions you want are redrawn.
>
> So... it you can outline your objective in detail, we can see how you might=
>  achieve that.
>
>
>
>
> SELEX Galileo Ltd
> Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS=
> 14 3EL
> A company registered in England & Wales.  Company no. 02426132
> ********************************************************************
> This email and any attachments are confidential to the intended
> recipient and may also be privileged. If you are not the intended
> recipient please delete it from your system and notify the sender.
> You should not copy it or use it for any purpose nor disclose or
> distribute its contents to any other person.
> ********************************************************************
>

My host is Linux machine.

What I want is very simple, I have a background picture in the window, and for 
some reason I do not want to redraw the whole background picture, and only just 
redraw the partial region of the image. How can I implement it? Thanks.

Best regards,
Leo
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to