API Version: 3.0
Library Version: 3.24
void gtk_misc_set_padding ( GtkMisc* misc, gint xpad, gint ypad )
Sets the amount of space to add around the widget.
Use GtkWidget alignment and margin properties.
GtkWidget
xpad
gint
The amount of space to add on the left and right of the widget, in pixels.
ypad
The amount of space to add on the top and bottom of the widget, in pixels.