set_padding
Description:
public void set_padding (
int xpad,
int ypad)
Sets the amount of space to add around the widget.
Note:
Use Widget alignment and margin properties.
Parameters:
this |
a Misc.
|
xpad |
the amount of space to add on the left and right of the widget, in pixels.
|
ypad |
the amount of space to add on the top and bottom of the widget, in pixels.
|