CellRenderer.getPadding

Fills in xpad and ypad with the appropriate values of cell. Since 2.18

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

Parameters

xpad int

location to fill in with the x padding of the cell, or NULL. out[allow-none]

ypad int

location to fill in with the y padding of the cell, or NULL. out[allow-none]

Meta