GNOME Bugzilla – Bug 651720
Add gtk_widget_set_margin()
Last modified: 2011-06-07 13:17:48 UTC
We already have a GtkWidget:margin property, so makes sense to have a gtk_widget_set_margin(widget, margin) api instead use g_object_set (widget, "margin",1, NULL)
Created attachment 189094 [details] [review] Add gtk_widget_set_margin()
Created attachment 189153 [details] [review] Add gtk_widget_get_margin()
*** This bug has been marked as a duplicate of bug 629777 ***