GtkTable::attach_defaults

void attach_defaults(GtkWidget widget, int left_attach, int right_attach, int top_attach, int bottom_attach);

This method is very similar to attach() , except that it takes less four parameters. Since those parameters are optional in attach() , this method is unnecessary.