[inline]
Addition operators.
Definition at line 82 of file FXSize.h.
References h, and w.
00082 { return FXSize(w+s.w,h+s.h); }