gtkMiscGetPadding: gtkMiscGetPadding
Description
Gets the padding in the X and Y directions of the widget.
See gtkMiscSetPadding.Usage
gtkMiscGetPadding(object)
Value
A list containing the following elements:
xpad- location to store padding in the X direction, or
NULL. [ allow-none ] ypad- location to store padding in the Y direction, or
NULL. [ allow-none ]