func (self *Surface) Paint() { C.gcfill(self._Pointer) }
func (self *Surface) Fill() { C.gcfill(self._Pointer) }