
Next: wxMediaBuffer::SetRegionData
Up: wxMediaEdit: wxMediaBuffer
Previous: wxMediaEdit::SetPosition
void SetPositionBiasScroll (int bias, long start, long end = -1, Bool ateol = FALSE,
Bool scroll = TRUE, int seltype = wxDEFAULT_SELECT)
Like SetPosition, but a scrolling bias can be specified first.
The possible values for bias are:
- -2 -- Only insure that the starting position is visible.
- -1 -- If the range doesn't fit in the visible area, show the starting position.
- 0 -- No special scrolling instructions
- 1 -- If the range doesn't fit in the visible area, show the ending position.
- 2 -- Only insure that the ending position is visible.
See also wxMediaEdit::ScrollToPosition (section
).
PLT