Misc.getPadding

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

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

Parameters

xpad int

location to store padding in the X direction, or %NULL

ypad int

location to store padding in the Y direction, or %NULL

Detailed Description

Deprecated: Use #GtkWidget alignment and margin properties.

Meta