Method
GtkMiscget_padding
deprecated: 3.14
Declaration [src]
void
gtk_misc_get_padding (
GtkMisc* misc,
gint* xpad,
gint* ypad
)
Description [src]
Gets the padding in the X and Y directions of the widget. See gtk_misc_set_padding().
Deprecated since: 3.14
Use GtkWidget
alignment and margin properties.