previous up next     contents index
Next: wxMediaCanvas::setLazyRefresh Up: wxMediaCanvas: wxCanvas Previous: wxMediaCanvas::OnSize

wxMediaCanvas::Scroll

void Scroll (int x, int y, Bool refresh)

Scrolls to the given x and y values, which are in scrollbar units. If refresh is TRUE, the buffer is immediately redrawn.

void Scroll (int x, int y)

Calls Scroll(x, y, TRUE);



PLT