[inline]
Assignment operators.
Definition at line 73 of file FXSize.h.
References h, and w.
00073 { w+=s.w; h+=s.h; return *this; }