From: Pete S. <pe...@vi...> - 2000-07-14 17:09:44
|
> Perhaps a 'fill' method is in order, which takes just a color > and fills the entire surface? the other option is to allow fill_rect to take "None" as an argument for the rectangle. this closely parallels SDL's ability to take "NULL" for the rectangle of course, i'm not sure if duplicating a "C-style" interface is going to take the most advantage of the python language. |