Method
GtkAlignmentget_padding
deprecated: 3.14 since: 2.4
Declaration [src]
void
gtk_alignment_get_padding (
GtkAlignment* alignment,
guint* padding_top,
guint* padding_bottom,
guint* padding_left,
guint* padding_right
)
Description [src]
Gets the padding on the different sides of the widget. See gtk_alignment_set_padding ().
Available since: 2.4
Deprecated since: 3.14
Use GtkWidget
alignment and margin properties.
Parameters
padding_top
-
Type:
guint*
Location to store the padding for the top of the widget, or
NULL
.The argument will be set by the function. The argument can be NULL
. padding_bottom
-
Type:
guint*
Location to store the padding for the bottom of the widget, or
NULL
.The argument will be set by the function. The argument can be NULL
. padding_left
-
Type:
guint*
Location to store the padding for the left of the widget, or
NULL
.The argument will be set by the function. The argument can be NULL
. padding_right
-
Type:
guint*
Location to store the padding for the right of the widget, or
NULL
.The argument will be set by the function. The argument can be NULL
.