SourceGutterRenderer.setPadding

Set the padding of the gutter renderer. Both xpad and ypad can be -1, which means the values will not be changed (this allows changing only one of the values).

class SourceGutterRenderer
void
setPadding
(
int xpad
,
int ypad
)

Parameters

xpad int

the x-padding

ypad int

the y-padding

Meta