Alignment.getPadding

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

More...
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

paddingBottom uint

location to store the padding for the bottom of the widget, or %NULL

paddingLeft uint

location to store the padding for the left of the widget, or %NULL

paddingRight uint

location to store the padding for the right of the widget, or %NULL

Detailed Description

Deprecated: Use #GtkWidget alignment and margin properties

Meta