Function ul_sys::ulViewSetNeedsPaint[][src]

pub unsafe extern "C" fn ulViewSetNeedsPaint(
    view: ULView,
    needs_paint: bool
)
Expand description

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.