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.