previous up next     contents index
Next: wxMediaEdit::Copy Up: wxMediaEdit: wxMediaBuffer Previous: wxMediaEdit::CaretHidden

wxMediaEdit::ChangeStyle

  void ChangeStyle (wxStyleDelta *delta, long start = -1, long end = -1)

void ChangeStyle (wxStyle *style, long start = -1, long end = -1)

  Changes the style for a region in the buffer, either by applying a delta or by changing to a specific style. If start and end are both -1, then the currently selected items are changed. If start is not -1, then the style is changed from start until the end of the selection.



PLT