Misc.getPadding

Gets the padding in the X and Y directions of the widget. See Misc.setPadding.

More...
class Misc
void
getPadding
(
out int xpad
,
out int ypad
)

Parameters

xpad int

location to store padding in the X direction, or NULL

ypad int

location to store padding in the Y direction, or NULL

Detailed Description

Deprecated: Use gtk.Widget alignment and margin properties.