Misc.setPadding

Sets the amount of space to add around the widget.

More...
class Misc
void
setPadding
(
int xpad
,
int ypad
)

Parameters

xpad int

the amount of space to add on the left and right of the widget, in pixels.

ypad int

the amount of space to add on the top and bottom of the widget, in pixels.

Detailed Description

Deprecated: Use gtk.Widget alignment and margin properties.