previous up next     contents index
Next: wxMediaEdit::OnSetSizeConstraint Up: wxMediaEdit: wxMediaBuffer Previous: wxMediaEdit::OnEditSequence

wxMediaEdit::OnInsert

Bool OnInsert (long start, long len)

  Called before the given range is inserted into the buffer. Override this for your own use. If you return FALSE, then the insert will be aborted. If you return TRUE, then AfterInsert is guaranteed to be called after the insert has completed.



PLT