get_padding
Description:
Gets the padding in the X and Y directions of the widget.
Note:
Use Widget alignment and margin properties.
See set_padding.
Parameters:
this |
a Misc |
xpad |
location to store padding in the X direction, or null |
ypad |
location to store padding in the Y direction, or null |