[−][src]Function ul_sys::ulViewSetNeedsPaint
pub unsafe extern "C" fn ulViewSetNeedsPaint(view: ULView, needs_paint: bool)
Set whether or not a view should be repainted during the next call to ulRender.
@note This flag is automatically set whenever the page content changes but you can set it directly in case you need to force a repaint.