Type: info
         Title: add: Window::PrePaint()
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],
         TaskId: i90844
<http://www.openoffice.org/issues/show_bug.cgi?id=90844>
Effective from: CWS aw033
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/aw033>
    CWS status: new


*Summary*
--------
+virtual void PrePaint()

*Description*
-------------
CWS aw033 adds a virtual PrePaint handler to Window. PrePaint will be
called immediately before a paint and will allow to invalidate some
additional regions that will be updated in the following paint.

Caveat: if the resulting invalidate region is empty after PrePaint or
is completely invisible due to other windows occluding the area, Paint
will not actually be called. So there may be more PrePaint calls than
Paint calls.


Send feedback to [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to