Misc.getPadding

Gets the padding in the X and Y directions of the widget. See gtk_misc_set_padding().

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

Parameters

xpad int

location to store padding in the X direction, or NULL. out[allow-none]

ypad int

location to store padding in the Y direction, or NULL. out[allow-none]

Meta