SourceGutterRenderer.getPadding

Get the x-padding and y-padding of the gutter renderer.

class SourceGutterRenderer
void
getPadding
(
out int xpad
,
out int ypad
)

Parameters

xpad int

return location for the x-padding, or %NULL to ignore.

ypad int

return location for the y-padding, or %NULL to ignore.

Meta