You need to be more clear about your double integral. Say you have
$$ \int_c^d \left(\int_a^b f(x,y)g(x,y)dx\right) dy$$
And you need to know the antiderivative of $g(x,y)$ with respect to $x$. So the information $\int_X g(x,y)dx=w(y)$ is not enough. Because this is not an antiderivative of $g$ with respect to the $x$ direction. Instead, you need to have
$$ \int_a^x g(s,y)dy=h(x,y)$$
That is,
$$ \int_a^b g(x,y)dy=h(b,y)-h(a,y)=h(b,y)=w(y)$$
Under this assumption, you can mimic the way how we do integration by parts in 1 dimensional.
$$ \int_c^d\left(\int_a^b f(x,y)g(x,y)dx\right)dy=\int_c^d\left(f(x,y)h(x,y)\Big|_a^b-\int_a^b h(x,y)\frac{\partial}{\partial x}f(x,y)dx\right)dy$$
$$ =\int_c^d f(b,y)w(y)dy-\int_c^d\left(\int_a^b h(x,y)\frac{\partial}{\partial x}f(x,y)dx\right)dy$$
If you know the antiderivative of $h(x,y)$ with respect to $y$, i.e.
$$ \int_c^y h(x,t)dt=\int_c^y\int_a^x g(s,t)ds\, dt=l(x,y)$$
you can keep going:
$$ \int_c^d\left(\int_a^b f(x,y)g(x,y)dx\right)dy=\int_c^d f(b,y)w(y)dy-\int_c^d\left(\int_a^b h(x,y)\frac{\partial}{\partial x}f(x,y)dx\right)dy=\int_c^d f(b,y)w(y)dy-\int_a^b\left(l(x,d)\frac{\partial}{\partial x}f(x,d)-\int_c^d l(x,y)\frac{\partial^2}{\partial x\partial y}f(x,y)dy\right)dx=...$$
It all depends on what information you have for $f(x,y)$ and $g(x,y)$.