previous up next     contents index
Next: wxMediaCanvas::GetMedia Up: wxMediaCanvas: wxCanvas Previous: wxMediaCanvas::ForceDisplayFocus

wxMediaCanvas::GetLazyRefresh

Bool GetLazyRefresh (void)

Returns TRUE if the canvas is in lazy-refresh mode. In lazy-refresh mode, the canvas's Refresh method is called when the window needs to be updated, rather than OnPaint. By default, a canvas is not in lazy-refresh mode.



PLT