Alignment.getPadding

Gets the padding on the different sides of the widget. See gtk_alignment_set_padding(). Since 2.4

class Alignment
void
getPadding
(
out uint paddingTop
,
out uint paddingBottom
,
out uint paddingLeft
,
out uint paddingRight
)

Parameters

paddingTop uint

location to store the padding for the top of the widget, or NULL. out[allow-none]

paddingBottom uint

location to store the padding for the bottom of the widget, or NULL. out[allow-none]

paddingLeft uint

location to store the padding for the left of the widget, or NULL. out[allow-none]

paddingRight uint

location to store the padding for the right of the widget, or NULL. out[allow-none]

Meta