gtkAlignmentGetPadding {RGtk2} | R Documentation |
Gets the padding on the different sides of the widget.
See gtkAlignmentSetPadding
.
gtkAlignmentGetPadding(object)
|
[GtkAlignment ] a GtkAlignment |
Since 2.4
A list containing the following elements:
|
[numeric] location to store the padding for the top of the widget, or NULL |
|
[numeric] location to store the padding for the bottom of the widget, or NULL |
|
[numeric] location to store the padding for the left of the widget, or NULL |
|
[numeric] location to store the padding for the right of the widget, or NULL |
Derived by RGtkGen from GTK+ documentation