Tooltip.marginWidth

int marginWidth() @property nothrow @nogc

Gets or sets the margin width (extra space left/right of text).

The default is 3 pixels.

Note

Setting this value may have no effect on older FLTK versions.

Returns

Margin width in pixels
void marginWidth(int v) @property nothrow @nogc

ditto